Skip to content

Commit

Permalink
Update package version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Jul 16, 2017
1 parent aa4e79a commit 1b86e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup>
<MajorVersion>0</MajorVersion>
<MinorVersion>0</MinorVersion>
<Build>5</Build>
<Build>6</Build>
<Revision>0</Revision>


Expand Down
4 changes: 2 additions & 2 deletions common/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// [assembly: AssemblyVersion("1.0.*")]

// No need to manually update this, build process does it automatically
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
[assembly: AssemblyVersion("0.0.6.0")]
[assembly: AssemblyFileVersion("0.0.6.0")]

0 comments on commit 1b86e77

Please sign in to comment.