Skip to content

Commit

Permalink
DLL version fix (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed May 25, 2016
1 parent 52ce09d commit 5d86242
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Build/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>0.10.0</version>
<version>0.10.1</version>
<title>Flurl.Http</title>
<authors>Todd Menier</authors>
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
Expand All @@ -13,6 +13,7 @@
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
</description>
<releaseNotes>
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
0.8.0 - .NET Core support (github #61, thx @kroniak)
Expand Down
2 changes: 1 addition & 1 deletion Flurl.Http.Shared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("Flurl.Http")]
[assembly: AssemblyDescription("A fluent, testable, wrist-friendly HTTP client library.")]
[assembly: AssemblyCopyright("Copyright © Todd Menier 2016")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyVersion("0.10.1")]
3 changes: 2 additions & 1 deletion NETCore/Flurl.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "Flurl.Http",
"title": "Flurl.Http",
"version": "0.10.1",

"dependencies": {
"Flurl": "2.0.0",
Expand Down

0 comments on commit 5d86242

Please sign in to comment.