Fix API Version to 5 90/157690/1 preview1-00347
authorWonyoung Choi <wy80.choi@samsung.com>
Thu, 26 Oct 2017 01:03:38 +0000 (10:03 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Thu, 26 Oct 2017 01:03:38 +0000 (10:03 +0900)
Change-Id: I23c1ee8f44408230cd54351e17ef155928f5b76b

build/version.props
packaging/csapi-tizenfx.spec
pkg/Tizen.NET.Private.nuspec
pkg/Tizen.NET.nuspec

index 9115119..987cfe2 100644 (file)
@@ -1,7 +1,7 @@
 <Project>
 
   <PropertyGroup>
-    <VersionPrefix>4.0.0</VersionPrefix>
+    <VersionPrefix>5.0.0</VersionPrefix>
     <VersionSuffix>preview1</VersionSuffix>
   </PropertyGroup>
 
index 66b01cc..8099c4f 100644 (file)
@@ -7,7 +7,7 @@
 %define DOTNET_ASSEMBLY_RES_PATH %{DOTNET_ASSEMBLY_PATH}/res
 %define DOTNET_NUGET_SOURCE /nuget
 
-%define DOTNET_TIZEN_API_VERSION 4
+%define DOTNET_TIZEN_API_VERSION 5
 
 %define _tizenfx_bin_path Artifacts
 
index 0c31525..0a068ae 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
   <metadata>
     <id>Tizen.NET.Private</id>
-    <version>4.0.0-preview1</version>
+    <version>5.0.0-preview1</version>
     <authors>Samsung Electronics</authors>
     <owners>Samsung Electronics</owners>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
index 18f462b..666fd50 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
   <metadata>
     <id>Tizen.NET</id>
-    <version>4.0.0-preview1</version>
+    <version>5.0.0-preview1</version>
     <authors>Samsung Electronics</authors>
     <owners>Samsung Electronics</owners>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>