Skip to content

Commit 0d1dd18

Browse files
committed
Bump to version 3.0.1-preview.1
1 parent 53dcaa0 commit 0d1dd18

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This project is not implementing analysis by itself, it is using existing analys
4747

4848

4949
**Note that before version 2.1.0 the AnalysisLevel property was set to "latest" resulting in breaking the build just on framework update.**
50-
**So from version 2.1.0 the analysis level is fixed to a specific version (currently 10.0 with version 3.0.0)**
50+
**So from version 2.1.0 the analysis level is fixed to a specific version (currently 10.0 from version 3.0.0)**
5151

5252
* * *
5353

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

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

7272
**Install editing your project file (csproj):**
7373
```xml
74-
<PackageReference Include="SoloX.CodeQuality.Prod" Version="3.0.0">
74+
<PackageReference Include="SoloX.CodeQuality.Prod" Version="3.0.1-preview.1">
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.0">
79+
<PackageReference Include="SoloX.CodeQuality.Test" Version="3.0.1-preview.1">
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.0
226+
Install-Package SoloX.CodeQuality.Playwright -version 3.0.1-preview.1
227227
```
228228

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

234234
**Install editing your project file (csproj):**
235235
```xml
236-
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.0" />
236+
<PackageReference Include="SoloX.CodeQuality.Playwright" Version="3.0.1-preview.1" />
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.0
432+
Install-Package SoloX.CodeQuality.Test.Helpers -version 3.0.1-preview.1
433433

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

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

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

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

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

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

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

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

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

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

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

463463
* * *

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>3.0.0</Version>
4+
<Version>3.0.1-preview.1</Version>
55
<Authors>Xavier Solau</Authors>
66
<Copyright>Copyright © 2021-2026 Xavier Solau</Copyright>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -14,7 +14,7 @@
1414
<CodeQualityHeaderLicense>$(PackageLicenseExpression)</CodeQualityHeaderLicense>
1515
<CodeQualityHeaderLicenseFile>LICENSE</CodeQualityHeaderLicenseFile>
1616

17-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
17+
<AssemblyVersion>3.0.1.0</AssemblyVersion>
1818
<LangVersion>14</LangVersion>
1919

2020
</PropertyGroup>

0 commit comments

Comments
 (0)