Skip to content

Commit

Permalink
Upgrade version to 0.4.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lewischeng-ms committed Nov 16, 2015
1 parent b578073 commit 5c810b2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Expand Up @@ -12,5 +12,5 @@

[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-beta")]
[assembly: AssemblyInformationalVersion("0.4.0-rc")]
[assembly: AssemblyMetadata("Serviceable", "True")]
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<copyright></copyright>
<dependencies>
<dependency id="Microsoft.Restier.Core" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.Core" version="[0.4.0-rc,]" />
</dependencies>
</metadata>
</package>
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<copyright></copyright>
<dependencies>
<dependency id="Microsoft.Restier.Core" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.Core" version="[0.4.0-rc,]" />
</dependencies>
</metadata>
</package>
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<copyright></copyright>
<dependencies>
<dependency id="Microsoft.Restier.Core" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.Core" version="[0.4.0-rc,]" />
</dependencies>
</metadata>
</package>
8 changes: 4 additions & 4 deletions src/Microsoft.Restier/Microsoft.Restier.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microsoft.Restier</id>
<version>0.4.0-beta</version>
<version>0.4.0-rc</version>
<title>RESTier</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -13,9 +13,9 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<copyright></copyright>
<dependencies>
<dependency id="Microsoft.Restier.Core" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.EntityFramework" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.WebApi" version="[0.4.0-beta,]" />
<dependency id="Microsoft.Restier.Core" version="[0.4.0-rc,]" />
<dependency id="Microsoft.Restier.EntityFramework" version="[0.4.0-rc,]" />
<dependency id="Microsoft.Restier.WebApi" version="[0.4.0-rc,]" />
</dependencies>
</metadata>
</package>

0 comments on commit 5c810b2

Please sign in to comment.