Skip to content

Commit

Permalink
reset version to 0.0.7 to reflect current release. fixed example in r…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
Derick Bailey committed Nov 27, 2009
1 parent 86c8313 commit 90ee6bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
pkg
obj
bin
Expand Down Expand Up @@ -31,4 +32,4 @@ albacore.gemspec
.idea
web.config.example
albacore_example.zip
TestResult.xml
TestResult.xml
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in your rakefile. This will allow you to use the tasks that Albacore includes.

desc "Run a sample build using the MSBuildTask"
Albacore::MSBuildTask.new(:msbuild) do |msb|
msb.properties :configuration => :Debug
msb.properties = {:configuration => :Debug}
msb.targets [:Clean, :Build]
msb.solution = "spec/support/TestSolution/TestSolution.sln"
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.7

0 comments on commit 90ee6bb

Please sign in to comment.