summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-08 09:27:53 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2017-06-09 17:42:00 +0900
commit45367826a73435698b8b8844997ecc30d1713236 (patch)
tree173c6040e4c79e2e9555bd985a042339429683c8
parentc5a6c6396bac4480f096c7d3800d48ee97b961e6 (diff)
downloadmime-type-tizen_4.0.tar.gz
mime-type-tizen_4.0.tar.bz2
mime-type-tizen_4.0.zip
Change-Id: Ic27ecf0e5a06d573e3253cb583ff768af0769a07 Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
-rw-r--r--[-rwxr-xr-x]Tizen.Content.MimeType/Tizen.Content.MimeType.csproj14
-rwxr-xr-xTizen.Content.MimeType/Tizen.Content.MimeType.nuspec17
-rwxr-xr-xpackaging/csapi-mime-type.spec4
3 files changed, 15 insertions, 20 deletions
diff --git a/Tizen.Content.MimeType/Tizen.Content.MimeType.csproj b/Tizen.Content.MimeType/Tizen.Content.MimeType.csproj
index d5069f8..6af23e6 100755..100644
--- a/Tizen.Content.MimeType/Tizen.Content.MimeType.csproj
+++ b/Tizen.Content.MimeType/Tizen.Content.MimeType.csproj
@@ -1,13 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <Version>1.0.4</Version>
+ <Authors>Samsung Electronics</Authors>
+ <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+ <Description>Provides the MimeType 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>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Tizen.Content.MimeType.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
- <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
</PropertyGroup>
+
<ItemGroup>
<PackageReference Include="Tizen" Version="1.0.5" />
</ItemGroup>
+
</Project>
diff --git a/Tizen.Content.MimeType/Tizen.Content.MimeType.nuspec b/Tizen.Content.MimeType/Tizen.Content.MimeType.nuspec
deleted file mode 100755
index 5f9c58d..0000000
--- a/Tizen.Content.MimeType/Tizen.Content.MimeType.nuspec
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
- <metadata>
- <id>Tizen.Content.MimeType</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 MimeType API for Tizen.Net</description>
- <dependencies>
- <dependency id="Tizen" version="1.0.5" />
- </dependencies>
- </metadata>
-</package>
diff --git a/packaging/csapi-mime-type.spec b/packaging/csapi-mime-type.spec
index aa24abd..22b6cc4 100755
--- a/packaging/csapi-mime-type.spec
+++ b/packaging/csapi-mime-type.spec
@@ -1,6 +1,6 @@
Name: csapi-mime-type
Summary: Tizen MimeType API for C#
-Version: 1.0.3
+Version: 1.0.4
Release: 1
Group: Development/Libraries
License: Apache-2.0
@@ -30,7 +30,7 @@ cp %{SOURCE1} .
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
done
%install