From 8f56c42d7cf4764baebcf21a6ae7bfe304947f0f Mon Sep 17 00:00:00 2001 From: Dong Liu Date: Tue, 28 Jul 2015 10:23:35 +0800 Subject: [PATCH] Update version to 0.3.0-beta1 --- License.txt | 2 +- src/CommonAssemblyInfo.cs | 2 +- .../Microsoft.Restier.Conventions.nuspec | 2 +- .../Microsoft.Restier.EntityFramework.nuspec | 2 +- .../Microsoft.Restier.Security.nuspec | 2 +- .../Microsoft.Restier.WebApi.nuspec | 2 +- src/Microsoft.Restier/Microsoft.Restier.nuspec | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/License.txt b/License.txt index b11d0ca6..38931f8a 100644 --- a/License.txt +++ b/License.txt @@ -1,4 +1,4 @@ -RESTier ver. 0.3-beta +RESTier ver. 0.3 Copyright (c) Microsoft Corporation All rights reserved. MIT License diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index 1c281f22..6b50e557 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -12,5 +12,5 @@ [assembly: AssemblyVersion("0.3.0.0")] [assembly: AssemblyFileVersion("0.3.0.0")] -[assembly: AssemblyInformationalVersion("0.3.0-beta")] +[assembly: AssemblyInformationalVersion("0.3.0-beta1")] [assembly: AssemblyMetadata("Serviceable", "True")] \ No newline at end of file diff --git a/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec b/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec index 92107d7a..f60c4981 100644 --- a/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec +++ b/src/Microsoft.Restier.Conventions/Microsoft.Restier.Conventions.nuspec @@ -9,7 +9,7 @@ $description$ Copyright © Microsoft Corporation 2014 - + diff --git a/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec b/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec index 92107d7a..f60c4981 100644 --- a/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec +++ b/src/Microsoft.Restier.EntityFramework/Microsoft.Restier.EntityFramework.nuspec @@ -9,7 +9,7 @@ $description$ Copyright © Microsoft Corporation 2014 - + diff --git a/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec b/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec index 92107d7a..f60c4981 100644 --- a/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec +++ b/src/Microsoft.Restier.Security/Microsoft.Restier.Security.nuspec @@ -9,7 +9,7 @@ $description$ Copyright © Microsoft Corporation 2014 - + diff --git a/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec b/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec index 92107d7a..f60c4981 100644 --- a/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec +++ b/src/Microsoft.Restier.WebApi/Microsoft.Restier.WebApi.nuspec @@ -9,7 +9,7 @@ $description$ Copyright © Microsoft Corporation 2014 - + diff --git a/src/Microsoft.Restier/Microsoft.Restier.nuspec b/src/Microsoft.Restier/Microsoft.Restier.nuspec index 2546b873..0a50cf8d 100644 --- a/src/Microsoft.Restier/Microsoft.Restier.nuspec +++ b/src/Microsoft.Restier/Microsoft.Restier.nuspec @@ -10,11 +10,11 @@ Copyright © Microsoft Corporation 2014 - - - - - + + + + + \ No newline at end of file