Skip to content

Commit

Permalink
Updated NuGet, hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Aug 26, 2012
1 parent 0c3f563 commit aff3fef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified lib/nuget.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def copyOutputFiles(fromDir, filePattern, outDir)

desc "Restore NuGet Packages"
task :nuget_restore do
sh "#{File.join(props[:lib], 'nuget.exe')} install #{File.join(props[:src],"Topshelf.Tests","packages.config")} -Source https://nuget.org/api/v2/ -o #{File.join(props[:src],"packages")}"
sh "#{File.join(props[:lib], 'nuget.exe')} install #{File.join(props[:src],"Topshelf.Log4Net","packages.config")} -Source https://nuget.org/api/v2/ -o #{File.join(props[:src],"packages")}"
sh "#{File.join(props[:lib], 'nuget.exe')} install #{File.join(props[:src],"Topshelf.NLog","packages.config")} -Source https://nuget.org/api/v2/ -o #{File.join(props[:src],"packages")}"
sh "#{File.join(props[:lib], 'nuget.exe')} install #{File.join(props[:src],"Topshelf.Tests","packages.config")} -Source https://nuget.org/api/v2/ -o #{File.join(props[:src],"packages")}"
end

desc "Builds the nuget package"
Expand Down
2 changes: 1 addition & 1 deletion src/SolutionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]
[assembly: AssemblyInformationalVersion("3.0.0.f70d29")]
[assembly: AssemblyInformationalVersion("3.0.0.0c3f56")]

0 comments on commit aff3fef

Please sign in to comment.