forked from AndreiMisiukevich/HotReload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HotReload.nuspec
28 lines (28 loc) · 1.57 KB
/
HotReload.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Xamarin.HotReload</id>
<version>$version$</version>
<title>Xamarin.HotReload</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/AndreiMisiukevich/HotReload/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/AndreiMisiukevich/HotReload</projectUrl>
<iconUrl>https://github.com/AndreiMisiukevich/HotReload/blob/master/logo/hotreload-logodesign-colored-square.png?raw=true</iconUrl>
<description>Allows reloading XAML views from Visual Studio on your running app</description>
<summary>Allows reloading XAML views from Visual Studio on your running app</summary>
<tags>livereload, live reload, hotreload, hot reload, livexaml, live xaml, xamarin froms, reloading, xaml, xamlreloading devtool, dev tool, xamarin.forms</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="3.0" />
</group>
</dependencies>
</metadata>
<files>
<!--Net Standard-->
<file src="Reloader\Xamarin.Forms.HotReload.Reloader\bin\Release\netstandard2.0\Xamarin.Forms.HotReload.Reloader.*" target="lib\netstandard2.0" />
<!--Core PCL-->
<file src="Reloader\Xamarin.Forms.HotReload.Reloader\bin\Release\netstandard2.0\Xamarin.Forms.HotReload.Reloader.*" target="lib\portable-win+net45+wp80+win81+wpa81" />
</files>
</package>