Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 54cf71e

Browse files
author
Shakeel Mohamed
committed
Update version number to v2.2.4
1 parent 17a1660 commit 54cf71e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Splunk.Client.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.2.3.0")]
36-
[assembly: AssemblyFileVersion("2.2.3.0")]
35+
[assembly: AssemblyVersion("2.2.4.0")]
36+
[assembly: AssemblyFileVersion("2.2.4.0")]

src/Splunk.Client/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141

4242
//// Version information
4343

44-
[assembly: AssemblyVersion("2.2.3.0")]
45-
[assembly: AssemblyFileVersion("2.2.3.0")]
44+
[assembly: AssemblyVersion("2.2.4.0")]
45+
[assembly: AssemblyFileVersion("2.2.4.0")]

src/Splunk.Client/Splunk/Client/Context.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public Context(Scheme scheme, string host, int port, TimeSpan timeout, HttpMessa
103103
this.Host = host;
104104
this.Port = port;
105105
this.httpClient = handler == null ? new HttpClient(new HttpClientHandler { UseCookies = false }) : new HttpClient(handler, disposeHandler);
106-
this.httpClient.DefaultRequestHeaders.Add("User-Agent", "splunk-sdk-csharp/2.2.3");
106+
this.httpClient.DefaultRequestHeaders.Add("User-Agent", "splunk-sdk-csharp/2.2.4");
107107
this.CookieJar = new CookieStore();
108108

109109
if (timeout != default(TimeSpan))

src/Splunk.ModularInputs/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939

4040
//// Version information
4141

42-
[assembly: AssemblyVersion("2.2.3.0")]
43-
[assembly: AssemblyFileVersion("2.2.3.0")]
42+
[assembly: AssemblyVersion("2.2.4.0")]
43+
[assembly: AssemblyFileVersion("2.2.4.0")]

0 commit comments

Comments
 (0)