Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upgrade version
  • Loading branch information
jfromaniello committed Jul 2, 2012
1 parent c8d2be8 commit a5013e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .gitignore
@@ -1,17 +1,12 @@
bin

obj

*.suo

*.user

*.pidb

*.userprefs

_ReSharper*
packages/*
*.nupkg
output/*
Anna.Tests/Properties/AssemblyInfo.cs
Anna.Tests/Properties/AssemblyInfo.cs
Anna/Properties/AssemblyInfo.cs
6 changes: 3 additions & 3 deletions Anna.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// 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.1.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
// [assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyFileVersion("1.0.1005.0")]
2 changes: 1 addition & 1 deletion Anna.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Anna</id>
<version>1.0.1004</version>
<version>1.0.1005</version>
<authors>Jose Romaniello</authors>
<owners>Jose Romaniello</owners>
<projectUrl>https://github.com/jfromaniello/Anna</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions Anna/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// 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.1.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
// [assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyFileVersion("1.0.1005.0")]
Binary file modified Tools/NuGet.exe
Binary file not shown.

0 comments on commit a5013e7

Please sign in to comment.