We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6fedf commit 8b382b0Copy full SHA for 8b382b0
Rakefile.rb
@@ -15,7 +15,7 @@
15
TOOLS = File.expand_path("tools")
16
NUGET = File.expand_path("#{TOOLS}/nuget")
17
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
18
-@version = "2.25.0"
+@version = "2.26.0"
19
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
20
21
desc 'Retrieve things'
0 commit comments