@@ -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
5656or
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
6363or
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 >
7373or
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 * * *
0 commit comments