From c46d017fb97f059cba2062fbbb8f057679c32a58 Mon Sep 17 00:00:00 2001
From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com>
Date: Thu, 12 Mar 2026 17:43:07 +0100
Subject: [PATCH] Sync assemblynames
---
src/SLNX-validator.Core/SLNX-validator.Core.csproj | 2 --
src/SLNX-validator/SLNX-validator.csproj | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
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