Skip to content

Commit ce0ccd5

Browse files
committed
Bump to version 3.0.1-preview.2
1 parent 70c1762 commit ce0ccd5

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

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

5858
**Install using the command line from the Package Manager:**
5959
```bash
60-
Install-Package SoloX.CodeQuality.Prod -version 3.0.1-preview.1
60+
Install-Package SoloX.CodeQuality.Prod -version 3.0.1-preview.2
6161
or
62-
Install-Package SoloX.CodeQuality.Test -version 3.0.1-preview.1
62+
Install-Package SoloX.CodeQuality.Test -version 3.0.1-preview.2
6363
```
6464

6565
**Install using the .Net CLI:**
6666
```bash
67-
dotnet add package SoloX.CodeQuality.Prod --version 3.0.1-preview.1
67+
dotnet add package SoloX.CodeQuality.Prod --version 3.0.1-preview.2
6868
or
69-
dotnet add package SoloX.CodeQuality.Test --version 3.0.1-preview.1
69+
dotnet add package SoloX.CodeQuality.Test --version 3.0.1-preview.2
7070
```
7171

7272
**Install editing your project file (csproj):**
7373
```xml
74-
<PackageReference Include="SoloX.CodeQuality.Prod" Version="3.0.1-preview.1">
74+
<PackageReference Include="SoloX.CodeQuality.Prod" Version="3.0.1-preview.2">
7575
<PrivateAssets>all</PrivateAssets>
7676
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7777
</PackageReference>
7878
or
79-
<PackageReference Include="SoloX.CodeQuality.Test" Version="3.0.1-preview.1">
79+
<PackageReference Include="SoloX.CodeQuality.Test" Version="3.0.1-preview.2">
8080
<PrivateAssets>all</PrivateAssets>
8181
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
8282
</PackageReference>
@@ -223,17 +223,17 @@ You can checkout this Github repository or use the NuGet package:
223223

224224
**Install using the command line from the Package Manager:**
225225
```bash
226-
Install-Package SoloX.CodeQuality.Playwright -version 3.0.1-preview.1
226+
Install-Package SoloX.CodeQuality.Playwright -version 3.0.1-preview.2
227227
```
228228

229229
**Install using the .Net CLI:**
230230
```bash
231-
dotnet add package SoloX.CodeQuality.Playwright --version 3.0.1-preview.1
231+
dotnet add package SoloX.CodeQuality.Playwright --version 3.0.1-preview.2
232232
```
233233

234234
**Install editing your project file (csproj):**
235235
```xml
236-
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.1-preview.1" />
236+
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.1-preview.2" />
237237
```
238238

239239
* * *
@@ -429,35 +429,35 @@ You can checkout this Github repository or you can use the NuGet package:
429429

430430
**Install using the command line from the Package Manager:**
431431
```bash
432-
Install-Package SoloX.CodeQuality.Test.Helpers -version 3.0.1-preview.1
432+
Install-Package SoloX.CodeQuality.Test.Helpers -version 3.0.1-preview.2
433433

434-
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 3.0.1-preview.1
434+
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 3.0.1-preview.2
435435

436-
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit.V3 -version 3.0.1-preview.1
436+
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit.V3 -version 3.0.1-preview.2
437437

438-
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 3.0.1-preview.1
438+
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 3.0.1-preview.2
439439
```
440440

441441
**Install using the .Net CLI:**
442442
```bash
443-
dotnet add package SoloX.CodeQuality.Test.Helpers --version 3.0.1-preview.1
443+
dotnet add package SoloX.CodeQuality.Test.Helpers --version 3.0.1-preview.2
444444

445-
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 3.0.1-preview.1
445+
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 3.0.1-preview.2
446446

447-
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit.V3 --version 3.0.1-preview.1
447+
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit.V3 --version 3.0.1-preview.2
448448

449-
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 3.0.1-preview.1
449+
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 3.0.1-preview.2
450450
```
451451

452452
**Install editing your project file (csproj):**
453453
```xml
454-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="3.0.1-preview.1" />
454+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="3.0.1-preview.2" />
455455

456-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="3.0.1-preview.1" />
456+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="3.0.1-preview.2" />
457457

458-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit.V3" Version="3.0.1-preview.1" />
458+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit.V3" Version="3.0.1-preview.2" />
459459

460-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="3.0.1-preview.1" />
460+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="3.0.1-preview.2" />
461461
```
462462

463463
* * *

src/SharedProperties.props

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

33
<PropertyGroup>
4-
<Version>3.0.1-preview.1</Version>
4+
<Version>3.0.1-preview.2</Version>
55
<Authors>Xavier Solau</Authors>
66
<Copyright>Copyright © 2021-2026 Xavier Solau</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)