summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-08 09:52:33 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-06-08 09:52:33 +0900
commit54bc2e8b2d050515c3456963878e45cb21781c06 (patch)
tree06fec16282fc96fe723aa8c699b8712a3cb09293
parentdac5b1aac12dc69d85d28eb4ca30f6337e9b8c9d (diff)
downloadwidget-control-submit/tizen/20170705.015653.tar.gz
widget-control-submit/tizen/20170705.015653.tar.bz2
widget-control-submit/tizen/20170705.015653.zip
Change-Id: I39cb2cd855e5bdc438da9863ecef8a2bc0603645 Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
-rw-r--r--Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj14
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec18
-rwxr-xr-xpackaging/csapi-widget-control.spec2
3 files changed, 12 insertions, 22 deletions
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj
index 0a00a38..6ba3a04 100644
--- a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj
+++ b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj
@@ -1,4 +1,14 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <Version>1.0.5</Version>
+ <Authors>Samsung Electronics</Authors>
+ <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+ <Description>Provides the Widget control API for Tizen .NET</Description>
+ <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
+ <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+ <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
+ </PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
@@ -6,11 +16,9 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Tizen.Applications.WidgetControl.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
- <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Tizen" Version="1.0.5" />
<PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
</ItemGroup>
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec
deleted file mode 100755
index 5c7fb91..0000000
--- a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<package>
- <metadata>
- <id>Tizen.Applications.WidgetControl</id>
- <version>$version$</version>
- <authors>Samsung Electronics</authors>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
- <projectUrl>https://www.tizen.org/</projectUrl>
- <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
- <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
- <description>Provides the Widget control API for Tizen.Net</description>
- <dependencies>
- <dependency id="Tizen" version="1.0.5" />
- <dependency id="Tizen.Applications.Common" version="1.5.8" />
- </dependencies>
- </metadata>
-</package>
diff --git a/packaging/csapi-widget-control.spec b/packaging/csapi-widget-control.spec
index 69f60ea..7fd8b41 100755
--- a/packaging/csapi-widget-control.spec
+++ b/packaging/csapi-widget-control.spec
@@ -31,7 +31,7 @@ cp %{SOURCE1} .
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
done
%install