Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated package version
  • Loading branch information
VirusX authored and VirusX committed Jul 20, 2013
1 parent f9c84dd commit 91a723f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.1005.0")]
[assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyFileVersion("1.0.1005.0")]
// [assembly: AssemblyVersion("1.0.1006.0")]
[assembly: AssemblyVersion("1.0.1006.0")]
[assembly: AssemblyFileVersion("1.0.1006.0")]
4 changes: 2 additions & 2 deletions Anna.nuspec
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>Anna</id>
<version>1.0.1005</version>
<version>1.0.1006</version>
<authors>Jose Romaniello</authors>
<owners>Jose Romaniello</owners>
<projectUrl>https://github.com/jfromaniello/Anna</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Event-driven http library powered by Reactive Extensions. High scalability nodejs-like architecture.</description>
<tags>HttpServer Http Web nodejs</tags>
<dependencies>
<dependency id="Rx-Main" version="1.0" />
<dependency id="Rx-Main" version="2.1.30214.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Anna.dll" targetFramework=".NETFramework4.0" />
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.1005.0")]
[assembly: AssemblyVersion("1.0.1005.0")]
[assembly: AssemblyFileVersion("1.0.1005.0")]
// [assembly: AssemblyVersion("1.0.1006.0")]
[assembly: AssemblyVersion("1.0.1006.0")]
[assembly: AssemblyFileVersion("1.0.1006.0")]
2 changes: 1 addition & 1 deletion default.build
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<SolutionFile>Anna.sln</SolutionFile>
<AssemblyVersion>1.0.1005</AssemblyVersion>
<AssemblyVersion>1.0.1006</AssemblyVersion>
</PropertyGroup>

<Target Name="DefineTestsAssemblies">
Expand Down

0 comments on commit 91a723f

Please sign in to comment.