Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Oct 25, 2011
1 parent ab1d731 commit 945b3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Magnum.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magnum</id>
<version>2.0.0.1</version>
<version>2.0.0.2</version>
<authors>Chris Patterson, Dru Sellers</authors>
<description>Magnum is a library for the larger than average developer</description>
<language>en-US</language>
Expand Down
4 changes: 2 additions & 2 deletions rakefile.rb
Expand Up @@ -40,11 +40,11 @@

desc "Update the common version information for the build. You can call this task without building."
assemblyinfo :global_version do |asm|
asm_version = BUILD_NUMBER_BASE + ".0"
asm_version = BUILD_NUMBER_BASE + ".2"
commit_data = get_commit_hash_and_date
commit = commit_data[0]
commit_date = commit_data[1]
build_number = "#{BUILD_NUMBER_BASE}.0"
build_number = "#{BUILD_NUMBER_BASE}.2"
tc_build_number = ENV["BUILD_NUMBER"]
build_number = "#{BUILD_NUMBER_BASE}.#{tc_build_number}" unless tc_build_number.nil?

Expand Down

0 comments on commit 945b3e0

Please sign in to comment.