diff --git a/src/SLNX-validator.Core/SLNX-validator.Core.csproj b/src/SLNX-validator.Core/SLNX-validator.Core.csproj index 1c1ca24..29a61cb 100644 --- a/src/SLNX-validator.Core/SLNX-validator.Core.csproj +++ b/src/SLNX-validator.Core/SLNX-validator.Core.csproj @@ -2,8 +2,6 @@ net8.0 - JulianVerdurmen.SlnxValidator.Core - Core validation logic for .slnx solution files. diff --git a/src/SLNX-validator/SLNX-validator.csproj b/src/SLNX-validator/SLNX-validator.csproj index 86140e3..c3a81de 100644 --- a/src/SLNX-validator/SLNX-validator.csproj +++ b/src/SLNX-validator/SLNX-validator.csproj @@ -3,7 +3,6 @@ Exe net8.0;net9.0;net10.0 - slnx-validator true slnx-validator slnx-validator @@ -16,8 +15,7 @@ 0.3.0 - - Added Sonarqube generic report output format for easier integration with Sonarqube and other tools that support this format. - - Added continue-on-error option to allow the tool to continue validating other files even if one file fails validation, improving usability in CI pipelines and large codebases. + - Changed assembly file names