From 15783e4d5484c6995ecb3a4585040b2297fefdb7 Mon Sep 17 00:00:00 2001 From: ragge Date: Sat, 30 Sep 2023 12:39:49 +0200 Subject: [PATCH] AssemblyFileVersion Specified the wrong string by accident, 1.1.1.0 would indicate a separate Build rather than a new Revision --- Radiation/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radiation/Properties/AssemblyInfo.cs b/Radiation/Properties/AssemblyInfo.cs index 3395f7f..056ab69 100644 --- a/Radiation/Properties/AssemblyInfo.cs +++ b/Radiation/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.0.1")]