bump version

This commit is contained in:
Tommy Parnell
2016-11-01 18:14:18 -04:00
parent 6cfab46b9d
commit 2642736548
3 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -16,9 +16,7 @@
There are many individual providers, this package is a meta package that has a dependency on all of them. There are many individual providers, this package is a meta package that has a dependency on all of them.
</summary> </summary>
<releaseNotes> <releaseNotes>
Version 2.3 View the release notes on github
- Added Geni, and discord providers.
- Retarget to .net 4.5 from 4.5.2
</releaseNotes> </releaseNotes>
<copyright>Copyright 2013 - 2016</copyright> <copyright>Copyright 2013 - 2016</copyright>
<tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags> <tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags>

View File

@@ -19,7 +19,7 @@
Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming. Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming.
</summary> </summary>
<releaseNotes> <releaseNotes>
- Added Box, and Baidu providers View the release notes on github
</releaseNotes> </releaseNotes>
<copyright>Copyright 2013 - 2016</copyright> <copyright>Copyright 2013 - 2016</copyright>
<tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch Box Baidu</tags> <tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch Box Baidu</tags>