diff --git a/README.md b/README.md index eb5b5b9..a3cd52a 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.0-beta.1 +Install-Package SoloX.CodeQuality.Prod -version 2.3.0 or -Install-Package SoloX.CodeQuality.Test -version 2.3.0-beta.1 +Install-Package SoloX.CodeQuality.Test -version 2.3.0 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Prod --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Prod --version 2.3.0 or -dotnet add package SoloX.CodeQuality.Test --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Test --version 2.3.0 ``` **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.0-beta.1 +Install-Package SoloX.CodeQuality.Playwright -version 2.3.0 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Playwright --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Playwright --version 2.3.0 ``` **Install editing your project file (csproj):** ```xml - + ``` * * * @@ -420,29 +420,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.0-beta.1 +Install-Package SoloX.CodeQuality.Test.Helpers -version 2.3.0 -Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.0-beta.1 +Install-Package SoloX.CodeQuality.Test.Helpers.XUnit -version 2.3.0 -Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.0-beta.1 +Install-Package SoloX.CodeQuality.Test.Helpers.NUnit -version 2.3.0 ``` **Install using the .Net CLI:** ```bash -dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Test.Helpers --version 2.3.0 -dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Test.Helpers.XUnit --version 2.3.0 -dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.0-beta.1 +dotnet add package SoloX.CodeQuality.Test.Helpers.NUnit --version 2.3.0 ``` **Install editing your project file (csproj):** ```xml - + - + - + ``` * * * diff --git a/src/SharedProperties.props b/src/SharedProperties.props index c293d82..de50aa6 100644 --- a/src/SharedProperties.props +++ b/src/SharedProperties.props @@ -1,7 +1,7 @@ - 2.3.0-beta.1 + 2.3.0 Xavier Solau Copyright © 2021 Xavier Solau MIT @@ -14,6 +14,7 @@ $(PackageLicenseExpression) LICENSE + 2.3.0.0 diff --git a/src/libs/SoloX.CodeQuality.Playwright/SoloX.CodeQuality.Playwright.csproj b/src/libs/SoloX.CodeQuality.Playwright/SoloX.CodeQuality.Playwright.csproj index 4ac495b..d44a41c 100644 --- a/src/libs/SoloX.CodeQuality.Playwright/SoloX.CodeQuality.Playwright.csproj +++ b/src/libs/SoloX.CodeQuality.Playwright/SoloX.CodeQuality.Playwright.csproj @@ -19,15 +19,15 @@ - + - + - + diff --git a/src/libs/SoloX.CodeQuality.Prod/SoloX.CodeQuality.Prod.csproj b/src/libs/SoloX.CodeQuality.Prod/SoloX.CodeQuality.Prod.csproj index dcb182f..01a046e 100644 --- a/src/libs/SoloX.CodeQuality.Prod/SoloX.CodeQuality.Prod.csproj +++ b/src/libs/SoloX.CodeQuality.Prod/SoloX.CodeQuality.Prod.csproj @@ -11,7 +11,7 @@ code quality, analysis, coding style - Setup coding style and analysis. - 2.0.0.0 + Setup coding style and analysis for production projects (using NetAlalyzers and CodeStyle). false true diff --git a/src/libs/SoloX.CodeQuality.Test.Helpers.NUnit/SoloX.CodeQuality.Test.Helpers.NUnit.csproj b/src/libs/SoloX.CodeQuality.Test.Helpers.NUnit/SoloX.CodeQuality.Test.Helpers.NUnit.csproj index 7f72702..320462a 100644 --- a/src/libs/SoloX.CodeQuality.Test.Helpers.NUnit/SoloX.CodeQuality.Test.Helpers.NUnit.csproj +++ b/src/libs/SoloX.CodeQuality.Test.Helpers.NUnit/SoloX.CodeQuality.Test.Helpers.NUnit.csproj @@ -15,7 +15,6 @@ code quality, test, integration - Add TestLogger. - 1.0.0.0 Provides some helpers for integration test use with XUnit. true @@ -30,15 +29,14 @@ - - - - - - + + + + + diff --git a/src/libs/SoloX.CodeQuality.Test.Helpers.XUnit/SoloX.CodeQuality.Test.Helpers.XUnit.csproj b/src/libs/SoloX.CodeQuality.Test.Helpers.XUnit/SoloX.CodeQuality.Test.Helpers.XUnit.csproj index 9c46c81..5a9adf6 100644 --- a/src/libs/SoloX.CodeQuality.Test.Helpers.XUnit/SoloX.CodeQuality.Test.Helpers.XUnit.csproj +++ b/src/libs/SoloX.CodeQuality.Test.Helpers.XUnit/SoloX.CodeQuality.Test.Helpers.XUnit.csproj @@ -15,7 +15,6 @@ code quality, test, integration - Add TestLogger. - 1.0.0.0 Provides some helpers for integration test use with XUnit. true diff --git a/src/libs/SoloX.CodeQuality.Test.Helpers/SoloX.CodeQuality.Test.Helpers.csproj b/src/libs/SoloX.CodeQuality.Test.Helpers/SoloX.CodeQuality.Test.Helpers.csproj index ee44ca9..ecae80c 100644 --- a/src/libs/SoloX.CodeQuality.Test.Helpers/SoloX.CodeQuality.Test.Helpers.csproj +++ b/src/libs/SoloX.CodeQuality.Test.Helpers/SoloX.CodeQuality.Test.Helpers.csproj @@ -18,7 +18,6 @@ - Reworked HttpClient mock API. - Removed XUnit dependency. - 1.0.0.0 Provides some helpers for integration test use. true diff --git a/src/libs/SoloX.CodeQuality.Test/SoloX.CodeQuality.Test.csproj b/src/libs/SoloX.CodeQuality.Test/SoloX.CodeQuality.Test.csproj index 15563aa..3a32d49 100644 --- a/src/libs/SoloX.CodeQuality.Test/SoloX.CodeQuality.Test.csproj +++ b/src/libs/SoloX.CodeQuality.Test/SoloX.CodeQuality.Test.csproj @@ -11,7 +11,6 @@ code quality, analysis, coding style - Setup coding style and analysis. - 1.0.0.0 Setup coding style and analysis for test projects (using NetAlalyzers and CodeStyle). false true 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 9bd1980..70bef6b 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 - +