Skip to content

Commit

Permalink
Upgraded the version number to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterderycke committed Feb 26, 2014
1 parent 7e07920 commit 61a52fd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Jace.WP7/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.8.4")]
[assembly: AssemblyFileVersion("0.8.4")]
[assembly: AssemblyVersion("0.8.5")]
[assembly: AssemblyFileVersion("0.8.5")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4 changes: 2 additions & 2 deletions Jace.WP8/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.8.4")]
[assembly: AssemblyFileVersion("0.8.4")]
[assembly: AssemblyVersion("0.8.5")]
[assembly: AssemblyFileVersion("0.8.5")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4 changes: 2 additions & 2 deletions Jace.WinRT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.4")]
[assembly: AssemblyFileVersion("0.8.4")]
[assembly: AssemblyVersion("0.8.5")]
[assembly: AssemblyFileVersion("0.8.5")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Jace/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.4")]
[assembly: AssemblyFileVersion("0.8.4")]
[assembly: AssemblyVersion("0.8.5")]
[assembly: AssemblyFileVersion("0.8.5")]
2 changes: 1 addition & 1 deletion buildNuGetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET version="0.8.4"
SET version="0.8.5"

msbuild /p:Configuration=Release Jace\Jace.csproj
MKDIR nuget\lib\net40
Expand Down

0 comments on commit 61a52fd

Please sign in to comment.