From 1b5a55adcd8eba74b8fbad79b72795ae5a168a62 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Wed, 10 Feb 2021 09:45:25 +0000 Subject: [PATCH] Fix assembly version after converting projects to SDK style SDK style projects set the assembly version to 1.0.0.0 by default. Classic projects use 0.0.0.0 as the assembly version. Setting the version to 0.0.0.0 to avoid compatibility warnings. --- Mono.Debugger.Soft/Mono.Debugger.Soft.csproj | 1 + Mono.Debugging.Soft/Mono.Debugging.Soft.csproj | 1 + Mono.Debugging/Mono.Debugging.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj index c379fe5a..e8081201 100644 --- a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj +++ b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj @@ -10,6 +10,7 @@ embedded 4 False + 0.0.0.0 diff --git a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj index 136dd1fb..2b0c4a06 100644 --- a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj +++ b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj @@ -8,6 +8,7 @@ bin\$(Configuration)\Mono.Debugging.Soft.xml True embedded + 0.0.0.0 diff --git a/Mono.Debugging/Mono.Debugging.csproj b/Mono.Debugging/Mono.Debugging.csproj index 3cb4ca69..2f302a43 100644 --- a/Mono.Debugging/Mono.Debugging.csproj +++ b/Mono.Debugging/Mono.Debugging.csproj @@ -11,6 +11,7 @@ bin\$(Configuration)\Mono.Debugging.xml True embedded + 0.0.0.0