Skip to content

Commit d3d4fd8

Browse files
committed
Bump to version 3.0.1-preview.3
1 parent f42ece1 commit d3d4fd8

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.2
60+
Install-Package SoloX.CodeQuality.Prod -version 3.0.1-preview.3
6161
or
62-
Install-Package SoloX.CodeQuality.Test -version 3.0.1-preview.2
62+
Install-Package SoloX.CodeQuality.Test -version 3.0.1-preview.3
6363
```
6464

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

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

238238
**Install using the command line from the Package Manager:**
239239
```bash
240-
Install-Package SoloX.CodeQuality.Playwright -version 3.0.1-preview.2
240+
Install-Package SoloX.CodeQuality.Playwright -version 3.0.1-preview.3
241241
```
242242

243243
**Install using the .Net CLI:**
244244
```bash
245-
dotnet add package SoloX.CodeQuality.Playwright --version 3.0.1-preview.2
245+
dotnet add package SoloX.CodeQuality.Playwright --version 3.0.1-preview.3
246246
```
247247

248248
**Install editing your project file (csproj):**
249249
```xml
250-
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.1-preview.2" />
250+
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.1-preview.3" />
251251
```
252252

253253
* * *
@@ -443,35 +443,35 @@ You can checkout this Github repository or you can use the NuGet package:
443443

444444
**Install using the command line from the Package Manager:**
445445
```bash
446-
Install-Package SoloX.CodeQuality.Test.Helpers -version 3.0.1-preview.2
446+
Install-Package SoloX.CodeQuality.Test.Helpers -version 3.0.1-preview.3
447447

448-
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 3.0.1-preview.2
448+
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 3.0.1-preview.3
449449

450-
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit.V3 -version 3.0.1-preview.2
450+
Install-Package SoloX.CodeQuality.Test.Helpers.XUnit.V3 -version 3.0.1-preview.3
451451

452-
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 3.0.1-preview.2
452+
Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 3.0.1-preview.3
453453
```
454454

455455
**Install using the .Net CLI:**
456456
```bash
457-
dotnet add package SoloX.CodeQuality.Test.Helpers --version 3.0.1-preview.2
457+
dotnet add package SoloX.CodeQuality.Test.Helpers --version 3.0.1-preview.3
458458

459-
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 3.0.1-preview.2
459+
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 3.0.1-preview.3
460460

461-
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit.V3 --version 3.0.1-preview.2
461+
dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit.V3 --version 3.0.1-preview.3
462462

463-
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 3.0.1-preview.2
463+
dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 3.0.1-preview.3
464464
```
465465

466466
**Install editing your project file (csproj):**
467467
```xml
468-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="3.0.1-preview.2" />
468+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers" Version="3.0.1-preview.3" />
469469

470-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="3.0.1-preview.2" />
470+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit" Version="3.0.1-preview.3" />
471471

472-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit.V3" Version="3.0.1-preview.2" />
472+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.XUnit.V3" Version="3.0.1-preview.3" />
473473

474-
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="3.0.1-preview.2" />
474+
<PackageReference Include="SoloX.CodeQuality.Test.Helpers.NUnit" Version="3.0.1-preview.3" />
475475
```
476476

477477
* * *

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.2</Version>
4+
<Version>3.0.1-preview.3</Version>
55
<Authors>Xavier Solau</Authors>
66
<Copyright>Copyright © 2021-2026 Xavier Solau</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)