From dac9b7b8c7c4d03fb91f8fc73cd4134c9376e95d Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Fri, 8 Sep 2023 11:51:51 +0200 Subject: [PATCH] bump assembly version --- EliteBGS/EliteBGS.csproj | 2 +- EliteBGS/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 4e62337..fce430e 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.4 + 0.3.5 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index bb1ef5e..255e49d 100644 --- a/EliteBGS/Properties/AssemblyInfo.cs +++ b/EliteBGS/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.3.4.0")] -[assembly: AssemblyFileVersion("0.3.4.0")] +[assembly: AssemblyVersion("0.3.5.0")] +[assembly: AssemblyFileVersion("0.3.5.0")]