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

Commit d8941c5

Browse files
committed
bump version
1 parent bcd12c6 commit d8941c5

4 files changed

Lines changed: 76 additions & 70 deletions

File tree

SRLApiClient/SRLApiClient.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
6-
<FileVersion>1.1.0.0</FileVersion>
7-
<Version>1.1.0</Version>
5+
<AssemblyVersion>1.1.1.0</AssemblyVersion>
6+
<FileVersion>1.1.1.0</FileVersion>
7+
<Version>1.1.1</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<Authors>Matteias Collet (BitPatty) &lt;matteias.collet@bluewin.ch&gt;</Authors>

SRLApiClient/docfx/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ _none_
2727

2828
## Changelog
2929

30+
#### v1.1.1
31+
32+
- Ensured proper disposal of semaphores in the HTTP client pool
33+
3034
#### v1.1.0
3135

3236
- Less lenient exception handling - if the client fails to parse a response, the `SRLParseException` is no longer caught automatically
@@ -38,11 +42,11 @@ _none_
3842

3943
#### v1.0.0-rc3
4044

41-
- Change build runtime to .NET Core SDK 2.2.106
45+
- Changed build runtime to .NET Core SDK 2.2.106
4246

4347
#### v1.0.0-rc2
4448

45-
- Fix Timeout not updating when changed
49+
- Fixex Timeout not updating when changed
4650

4751
#### v1.0.0-rc1
4852

docs/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ <h3 id="requirements">Requirements</h3>
7777
<h3 id="dependencies">Dependencies</h3>
7878
<p><em>none</em></p>
7979
<h2 id="changelog">Changelog</h2>
80+
<h4 id="v111">v1.1.1</h4>
81+
<ul>
82+
<li>Ensured proper disposal of semaphores in the HTTP client pool</li>
83+
</ul>
8084
<h4 id="v110">v1.1.0</h4>
8185
<ul>
8286
<li>Less lenient exception handling - if the client fails to parse a response, the <code>SRLParseException</code> is no longer caught automatically</li>
@@ -88,11 +92,11 @@ <h4 id="v100">v1.0.0</h4>
8892
</ul>
8993
<h4 id="v100-rc3">v1.0.0-rc3</h4>
9094
<ul>
91-
<li>Change build runtime to .NET Core SDK 2.2.106</li>
95+
<li>Changed build runtime to .NET Core SDK 2.2.106</li>
9296
</ul>
9397
<h4 id="v100-rc2">v1.0.0-rc2</h4>
9498
<ul>
95-
<li>Fix Timeout not updating when changed</li>
99+
<li>Fixex Timeout not updating when changed</li>
96100
</ul>
97101
<h4 id="v100-rc1">v1.0.0-rc1</h4>
98102
<ul>

0 commit comments

Comments
 (0)