Skip to content

Commit

Permalink
strip -beta from Flurl.Http 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Jul 18, 2016
1 parent c794994 commit 2c01af5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Build/nuspec/Flurl.Http.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Flurl.Http</id>
<version>1.0.0-beta9</version>
<version>1.0.0</version>
<title>Flurl.Http</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
Expand All @@ -13,7 +13,7 @@
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
</description>
<releaseNotes>
1.0.0 - Many updates and new features: https://github.com/tmenier/Flurl/releases/tag/Flurl.Http.1.0.0-beta9
1.0.0 - Many updates and new features: https://github.com/tmenier/Flurl/releases/tag/Flurl.Http.1.0.0
0.10.1 - DLL version fix (github #90)
0.10.0 - Lib updates, including Flurl 2.0 which contains breaking changes: https://github.com/tmenier/Flurl/wiki/Release-Notes
0.9.0 - BREAKING CHANGES: https://github.com/tmenier/Flurl/wiki/Release-Notes
Expand Down Expand Up @@ -44,62 +44,62 @@
<dependencies>
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
</group>
<group targetFramework="net461">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="System.IO.FileSystem" version="4.0.1" />
<dependency id="System.Net.Http" version="4.1.0" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1" />
</group>
<group targetFramework="monoandroid">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="PCLStorage" version="1.0.2" />
</group>
<group targetFramework="monotouch">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="PCLStorage" version="1.0.2" />
</group>
<group targetFramework="xamarin.ios">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="PCLStorage" version="1.0.2" />
</group>
<group targetFramework="xamarin.mac">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="PCLStorage" version="1.0.2" />
</group>
<group targetFramework="portable45-net45+win8+wpa81">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="PCLStorage" version="1.0.2" />
</group>
<group targetFramework="uap10">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
</group>
<group targetFramework="netstandard1.4">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Flurl" version="2.1.0-beta7" />
<dependency id="Flurl" version="2.1.0" />
<dependency id="System.IO.FileSystem" version="4.0.1" />
<dependency id="System.Net.Http" version="4.1.0" />
<dependency id="System.Text.Encoding.CodePages" version="4.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Flurl.Http.Library/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "Flurl.Http",
"version": "1.0.0-beta9",
"version": "1.0.0",

"dependencies": {
"Flurl": "2.1.0-beta7",
"Flurl": "2.1.0",
"Newtonsoft.Json": "9.0.1"
},

Expand Down

0 comments on commit 2c01af5

Please sign in to comment.