Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 99eb0b5

Browse files
committed
set version to 4.0, as it increments from PocketSharp.Reader 3.0
1 parent 3c06546 commit 99eb0b5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ReadSharp.Tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following

ReadSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// You can specify all the values or you can default the Build and Revision Numbers
2323
// by using the '*' as shown below:
2424
// [assembly: AssemblyVersion("1.0.*")]
25-
[assembly: AssemblyVersion("1.0.0")]
26-
[assembly: AssemblyFileVersion("1.0.0")]
25+
[assembly: AssemblyVersion("4.0.0")]
26+
[assembly: AssemblyFileVersion("4.0.0")]

ReadSharp/Reader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Reader(string userAgent = null, HttpMessageHandler handler = null, int? t
5959
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Accept-Encoding", "gzip,deflate");
6060

6161
// add user agent
62-
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("User-Agent", string.Format(_userAgent, "; ReadSharp/3.0"));
62+
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("User-Agent", string.Format(_userAgent, "; ReadSharp/4.0"));
6363
}
6464

6565

0 commit comments

Comments
 (0)