Skip to content

Commit

Permalink
Update package version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Jun 20, 2018
1 parent b3ba1cb commit 4c7ed82
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>6</Build>
<Build>7</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.6.0")]
[assembly: AssemblyFileVersion("0.0.6.0")]
[assembly: AssemblyVersion("0.0.7.0")]
[assembly: AssemblyFileVersion("0.0.7.0")]

0 comments on commit 4c7ed82

Please sign in to comment.