Skip to content

Commit

Permalink
Flurl 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed May 15, 2016
1 parent 1e9186e commit 52ab5ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Build/Flurl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Flurl</id>
<version>1.1.2</version>
<version>2.0.0</version>
<title>Flurl</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
Expand All @@ -13,6 +13,7 @@
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
</description>
<releaseNotes>
2.0.0 - BREAKING CHANGES: https://github.com/tmenier/Flurl/wiki/Release-Notes
1.1.2 - Fix net461 target (github #74)
1.1.1 - Packaging fix
1.1.0 - .NET Core support (github #61, thx @kroniak)
Expand Down
2 changes: 1 addition & 1 deletion Flurl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("Flurl")]
[assembly: AssemblyDescription("A fluent, portable URL builder.")]
[assembly: AssemblyCopyright("Copyright © Todd Menier 2016")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyVersion("2.0.0")]
2 changes: 1 addition & 1 deletion NETCore/Flurl/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Flurl",
"version": "1.1.2",
"version": "2.0.0",

"compile": [ "../../Flurl/**/*.cs" ],
"compileExclude": [ "../../**/AssemblyInfo.cs" ],
Expand Down

0 comments on commit 52ab5ab

Please sign in to comment.