Skip to content

Commit

Permalink
Update package version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Aug 22, 2016
1 parent b7a1d4f commit 30b25d0
Show file tree
Hide file tree
Showing 3 changed files with 8 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>1</Build>
<Build>2</Build>
<Revision>0</Revision>


Expand Down
6 changes: 4 additions & 2 deletions common/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
// 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.0.1.0")]
[assembly: AssemblyFileVersion("0.0.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")]
3 changes: 3 additions & 0 deletions common/StrongNamer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.7.2">
<id>StrongNamer</id>

<!-- No need to update version number, build process overrides it -->
<version>0.0.1</version>

<title>Strong Namer - Automatically Add Strong Names to References</title>
<authors>Daniel Plaisted</authors>
<owners>Daniel Plaisted</owners>
Expand Down

0 comments on commit 30b25d0

Please sign in to comment.