Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy Parnell
d00030c313 bump patch 2016-05-10 19:51:43 -04:00
Tommy Parnell
bfe06e94a0 fixed version in global nuspec 2016-05-10 19:50:41 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ PACKAGES = File.expand_path("packages")
TOOLS = File.expand_path("tools")
NUGET = File.expand_path("#{TOOLS}/nuget")
NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe")
@version = "2.1.0"
@version = "2.1.1"
PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir }
desc 'Retrieve things'

View File

@@ -23,7 +23,7 @@
<tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags>
<dependencies>
<% for @item in @nugets %>
<dependency id="<%= @item %>" version="<%= @version %>" />
<dependency id="<%= @item %>" version="[<%= @version %>]" />
<% end %>
</dependencies>
</metadata>