Skip to content

Commit

Permalink
update nuget url in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderveen committed Dec 10, 2011
1 parent e140baa commit a290481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def ensure_submodules()

def ensure_nuget_packages_nix(name, version)
# NuGet doesn't work on Mono. So we're going to manually download our dependencies from NuGet.org.
uri = URI.parse("http://packages.nuget.org/v1/Package/Download/#{name}/#{version}")
uri = URI.parse("http://packages.nuget.org/api/v1/package/#{name}/#{version}")

zip_file = "#{PACKAGES_DIR}/#{name}.#{version}.nupkg"

Expand Down

0 comments on commit a290481

Please sign in to comment.