1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
5 <version>4.0.0-preview1</version>
6 <authors>Samsung Electronics</authors>
7 <owners>Samsung Electronics</owners>
8 <requireLicenseAcceptance>false</requireLicenseAcceptance>
9 <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10 <projectUrl>https://www.tizen.org/</projectUrl>
11 <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
12 <description>A set of Tizen.NET APIs. This includes all of the APIs built on top of Tizen Platform.</description>
13 <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
17 <file src="pkg\build\**" target="build" />
20 Please edit pkg/PublicModuleList.txt,
21 if want to add modules to Tizen.NET package.
23 <file src="Artifacts\bin\public\*.dll" target="lib\netstandard1.6" />
24 <file src="Artifacts\bin\public\*.pdb" target="lib\netstandard1.6" />
25 <file src="Artifacts\bin\public\*.xml" target="lib\netstandard1.6" />