Skip to content

Commit

Permalink
Update package version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Jan 16, 2017
1 parent ee5712d commit f1caa0c
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>2</Build>
<Build>3</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.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: AssemblyVersion("0.0.3.0")]
[assembly: AssemblyFileVersion("0.0.3.0")]

0 comments on commit f1caa0c

Please sign in to comment.