Navigation Menu

Skip to content

Commit

Permalink
Updated the assembly version to 0.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed May 18, 2016
1 parent 36b7c8f commit 88457ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FeedBuilder/Properties/AssemblyInfo.cs
Expand Up @@ -30,5 +30,5 @@
// by using the '*' as shown below:
// <Assembly: AssemblyVersion("1.0.*")>

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
4 changes: 2 additions & 2 deletions src/NAppUpdate.Framework/Properties/AssemblyInfo.cs
Expand Up @@ -37,5 +37,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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
4 changes: 2 additions & 2 deletions src/NAppUpdate.Updater/Properties/AssemblyInfo.cs
Expand Up @@ -41,5 +41,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.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]

0 comments on commit 88457ad

Please sign in to comment.