Skip to content

Commit

Permalink
Bumped version to 0.1.3.0, added release note about filters
Browse files Browse the repository at this point in the history
  • Loading branch information
codereflection committed Apr 3, 2012
1 parent c521edc commit 537f4b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.txt
@@ -1,3 +1,6 @@
v0.1.3.0 - Feb 10, 2012
- Added test filter support

v0.1.2.0 - Dec 10, 2011
- Added multiple test assembly support (auto detected, or passed by a comma separated list to the -t option)

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -6,7 +6,7 @@

task :default => [:full]

@GilesVersion = "0.1.2.0"
@GilesVersion = "0.1.3.0"

task :full => [:clean,:assemblyInfo,:build,:buildx86,:copyx86,:specifications,:createSpec,:createPackage]

Expand Down
4 changes: 2 additions & 2 deletions src/ProjectVersion.cs
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyCompany("codereflection")]
[assembly: AssemblyProduct("Giles - auto test runner")]
[assembly: AssemblyCopyright("Copyright (c)2011 Jeff Schumacher (@codereflection). Rupert Giles and all other Buffy The Vampire Slayer references are copyrights of their respective owners.")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]

0 comments on commit 537f4b9

Please sign in to comment.