Skip to content

Commit aff3fef

Browse files
committed
Updated NuGet, hope it works
1 parent 0c3f563 commit aff3fef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/nuget.exe

10.5 KB
Binary file not shown.

rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def copyOutputFiles(fromDir, filePattern, outDir)
117117

118118
desc "Restore NuGet Packages"
119119
task :nuget_restore do
120+
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")}"
120121
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")}"
121122
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")}"
122-
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")}"
123123
end
124124

125125
desc "Builds the nuget package"

src/SolutionVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
[assembly: ComVisibleAttribute(false)]
1111
[assembly: CLSCompliantAttribute(true)]
12-
[assembly: AssemblyInformationalVersion("3.0.0.f70d29")]
12+
[assembly: AssemblyInformationalVersion("3.0.0.0c3f56")]
1313

0 commit comments

Comments
 (0)