diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 684d732..9ff74fe 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.100 + dotnet-version: 9.0.101 - name: Install dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 5902e43..8e9565f 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.100 + dotnet-version: 9.0.101 - name: Install dependencies run: dotnet restore - name: Build diff --git a/README.md b/README.md index 7b0ae5e..3ad8044 100644 --- a/README.md +++ b/README.md @@ -52,26 +52,26 @@ You can checkout this Github repository or you can use the NuGet package: **Install using the command line from the Package Manager:** ```bash -Install-Package SoloX.CodeQuality.Prod -version 2.3.1 +Install-Package SoloX.CodeQuality.Prod -version 2.3.2 or -Install-Package SoloX.CodeQuality.Test -version 2.3.1 +Install-Package SoloX.CodeQuality.Test -version 2.3.2 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Prod --version 2.3.1 +dotnet add package SoloX.CodeQuality.Prod --version 2.3.2 or -dotnet add package SoloX.CodeQuality.Test --version 2.3.1 +dotnet add package SoloX.CodeQuality.Test --version 2.3.2 ``` **Install editing your project file (csproj):** ```xml - + all runtime; build; native; contentfiles; analyzers or - + all runtime; build; native; contentfiles; analyzers @@ -218,17 +218,17 @@ You can checkout this Github repository or use the NuGet package: **Install using the command line from the Package Manager:** ```bash -Install-Package SoloX.CodeQuality.Playwright -version 2.3.1 +Install-Package SoloX.CodeQuality.Playwright -version 2.3.2 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Playwright --version 2.3.1 +dotnet add package SoloX.CodeQuality.Playwright --version 2.3.2 ``` **Install editing your project file (csproj):** ```xml - + ``` * * * @@ -424,29 +424,29 @@ You can checkout this Github repository or you can use the NuGet package: **Install using the command line from the Package Manager:** ```bash -Install-Package SoloX.CodeQuality.Test.Helpers -version 2.3.1 +Install-Package SoloX.CodeQuality.Test.Helpers -version 2.3.2 -Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.1 +Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.2 -Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.1 +Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.2 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.1 +dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.2 -dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.1 +dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.2 -dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.1 +dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.2 ``` **Install editing your project file (csproj):** ```xml - + - + - + ``` * * * diff --git a/src/SharedProperties.props b/src/SharedProperties.props index e933d94..219f47b 100644 --- a/src/SharedProperties.props +++ b/src/SharedProperties.props @@ -1,7 +1,7 @@ - 2.3.1 + 2.3.2 Xavier Solau Copyright © 2021 Xavier Solau MIT @@ -14,7 +14,7 @@ $(PackageLicenseExpression) LICENSE - 2.3.0.0 + 2.3.2.0 diff --git a/src/libs/SoloX.CodeQuality.Test/build/SoloX.CodeQuality.Test.props b/src/libs/SoloX.CodeQuality.Test/build/SoloX.CodeQuality.Test.props index 42cb4e7..cfa3c05 100644 --- a/src/libs/SoloX.CodeQuality.Test/build/SoloX.CodeQuality.Test.props +++ b/src/libs/SoloX.CodeQuality.Test/build/SoloX.CodeQuality.Test.props @@ -25,7 +25,7 @@ false - $(NoWarn),CA1014,CA1017,CS1591,CA1062,CA1848,CA2254 + $(NoWarn),CA1014,CA1017,CS1591,CA1062,CA1848,CA2254,CA1515 diff --git a/src/tests/SoloX.CodeQuality.Playwright.E2ETest/Resources/PackageNugetTestProject/PackageNugetTestProject/PackageNugetTestProject.csproj b/src/tests/SoloX.CodeQuality.Playwright.E2ETest/Resources/PackageNugetTestProject/PackageNugetTestProject/PackageNugetTestProject.csproj index 12ef0b8..14b329d 100644 --- a/src/tests/SoloX.CodeQuality.Playwright.E2ETest/Resources/PackageNugetTestProject/PackageNugetTestProject/PackageNugetTestProject.csproj +++ b/src/tests/SoloX.CodeQuality.Playwright.E2ETest/Resources/PackageNugetTestProject/PackageNugetTestProject/PackageNugetTestProject.csproj @@ -30,7 +30,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +