summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-04-07 07:51:03 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:39:48 +0900
commitee7e384e6d6e84c25694b36104b8e9a79da69fa7 (patch)
treebcdc841b4eb0ae40596fa7837724c6678fcd8e91 /Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
parentd2bcdbb5b5f54bbe8980f5a18222ef779d54e05a (diff)
downloadxamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.tar.gz
xamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.tar.bz2
xamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.zip
Change project files to new csproj format
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
index 2bb7bf80..b9b952c1 100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
@@ -8,6 +8,7 @@
<projectUrl>https://www.tizen.org/</projectUrl>
<iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <licenseUrl>https://git.tizen.org/cgit/platform/upstream/xamarin-forms/plain/LICENSE</licenseUrl>
<description>Xamarin Forms Renderer to build native UIs for Tizen.Net</description>
<copyright>Copyright 2016</copyright>
<dependencies>
@@ -15,7 +16,7 @@
</dependencies>
</metadata>
<files>
- <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/Xamarin.Forms.Platform.Tizen.dll" target="lib/netstandard1.6"/>
- <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/Xamarin.Forms.Platform.Tizen.*pdb" target="lib/netstandard1.6"/>
+ <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/netstandard1.6/Xamarin.Forms.Platform.Tizen.dll" target="lib/netstandard1.6"/>
+ <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/netstandard1.6/Xamarin.Forms.Platform.Tizen.*pdb" target="lib/netstandard1.6"/>
</files>
</package>