Skip to content

Commit

Permalink
updated the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hallett committed Apr 30, 2015
1 parent ccf312a commit aee0157
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file modified .nuget/RestSharp.Build.dll
Binary file not shown.
Binary file modified .nuget/Signed/RestSharp.Build.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions RestSharp/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class SharedAssemblyInfo
{
#if SIGNED
public const string Version = "100.0.0";
public const string FileVersion = "105.0.1";
public const string FileVersion = "105.1.0";
#else
public const string Version = "105.0.1";
public const string Version = "105.1.0";
#endif
}
Binary file modified Tools/NuGet.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions releasenotes.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# RestSharp Release Notes

## 105.1.0

To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/105.0...105.1.0).

## 105.0.1

To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/105.0...105.0.1).
Expand Down

0 comments on commit aee0157

Please sign in to comment.