Skip to content

Commit aee0157

Browse files
author
Michael Hallett
committed
updated the nuget package
1 parent ccf312a commit aee0157

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.nuget/RestSharp.Build.dll

0 Bytes
Binary file not shown.

.nuget/Signed/RestSharp.Build.dll

0 Bytes
Binary file not shown.

RestSharp/SharedAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class SharedAssemblyInfo
3838
{
3939
#if SIGNED
4040
public const string Version = "100.0.0";
41-
public const string FileVersion = "105.0.1";
41+
public const string FileVersion = "105.1.0";
4242
#else
43-
public const string Version = "105.0.1";
43+
public const string Version = "105.1.0";
4444
#endif
4545
}

Tools/NuGet.exe

512 Bytes
Binary file not shown.

releasenotes.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RestSharp Release Notes
22

3+
## 105.1.0
4+
5+
To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/105.0...105.1.0).
6+
37
## 105.0.1
48

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

0 commit comments

Comments
 (0)