Skip to content

Commit d8a75f0

Browse files
committed
Bump version from 2.3.5 to 2.3.6.
1 parent 6ca784c commit d8a75f0

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@ You can checkout this Github repository or you can use the NuGet package:
5252

5353
**Install using the command line from the Package Manager:**
5454
```bash
55-
Install-Package SoloX.CodeQuality.Prod -version 2.3.5
55+
Install-Package SoloX.CodeQuality.Prod -version 2.3.6
5656
or
57-
Install-Package SoloX.CodeQuality.Test -version 2.3.5
57+
Install-Package SoloX.CodeQuality.Test -version 2.3.6
5858
```
5959

6060
**Install using the .Net CLI:**
6161
```bash
62-
dotnet add package SoloX.CodeQuality.Prod --version 2.3.5
62+
dotnet add package SoloX.CodeQuality.Prod --version 2.3.6
6363
or
64-
dotnet add package SoloX.CodeQuality.Test --version 2.3.5
64+
dotnet add package SoloX.CodeQuality.Test --version 2.3.6
6565
```
6666

6767
**Install editing your project file (csproj):**
6868
```xml
69-
<PackageReference Include="SoloX.CodeQuality.Prod" Version="2.3.5">
69+
<PackageReference Include="SoloX.CodeQuality.Prod" Version="2.3.6">
7070
<PrivateAssets>all</PrivateAssets>
7171
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7272
</PackageReference>
7373
or
74-
<PackageReference Include="SoloX.CodeQuality.Test" Version="2.3.5">
74+
<PackageReference Include="SoloX.CodeQuality.Test" Version="2.3.6">
7575
<PrivateAssets>all</PrivateAssets>
7676
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7777
</PackageReference>
@@ -218,17 +218,17 @@ You can checkout this Github repository or use the NuGet package:
218218

219219
**Install using the command line from the Package Manager:**
220220
```bash
221-
Install-Package SoloX.CodeQuality.Playwright -version 2.3.5
221+
Install-Package SoloX.CodeQuality.Playwright -version 2.3.6
222222
```
223223

224224
**Install using the .Net CLI:**
225225
```bash
226-
dotnet add package SoloX.CodeQuality.Playwright --version 2.3.5
226+
dotnet add package SoloX.CodeQuality.Playwright --version 2.3.6
227227
```
228228

229229
**Install editing your project file (csproj):**
230230
```xml
231-
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="2.3.5" />
231+
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="2.3.6" />
232232
```
233233

234234
* * *
@@ -424,29 +424,29 @@ You can checkout this Github repository or you can use the NuGet package:
424424

425425
**Install using the command line from the Package Manager:**
426426
```bash
427-
Install-Package SoloX.CodeQuality.Test.Helpers -version 2.3.5
427+
Install-Package SoloX.CodeQuality.Test.Helpers -version 2.3.6
428428

429-
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.5
429+
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.6
430430

431-
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.5
431+
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.6
432432
```
433433

434434
**Install using the .Net CLI:**
435435
```bash
436-
dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.5
436+
dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.6
437437

438-
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.5
438+
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.6
439439

440-
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.5
440+
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.6
441441
```
442442

443443
**Install editing your project file (csproj):**
444444
```xml
445-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="2.3.5" />
445+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="2.3.6" />
446446

447-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="2.3.5" />
447+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="2.3.6" />
448448

449-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="2.3.5" />
449+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="2.3.6" />
450450
```
451451

452452
* * *

src/SharedProperties.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>2.3.5</Version>
4+
<Version>2.3.6</Version>
55
<Authors>Xavier Solau</Authors>
66
<Copyright>Copyright © 2021 Xavier Solau</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -14,7 +14,7 @@
1414
<CodeQualityHeaderLicense>$(PackageLicenseExpression)</CodeQualityHeaderLicense>
1515
<CodeQualityHeaderLicenseFile>LICENSE</CodeQualityHeaderLicenseFile>
1616

17-
<AssemblyVersion>2.3.5.0</AssemblyVersion>
17+
<AssemblyVersion>2.3.6.0</AssemblyVersion>
1818
<LangVersion>12</LangVersion>
1919

2020
</PropertyGroup>

0 commit comments

Comments
 (0)