From 32684e3b4a0f9be2b0e137dc459be283343f244a Mon Sep 17 00:00:00 2001 From: EliphasNUIT Date: Wed, 30 Aug 2023 20:05:36 +0200 Subject: [PATCH] updated versions --- GW2EIEvtcParser/GW2EIEvtcParser.csproj | 2 +- GW2EIParser/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GW2EIEvtcParser/GW2EIEvtcParser.csproj b/GW2EIEvtcParser/GW2EIEvtcParser.csproj index f9652c134..2992a97dd 100644 --- a/GW2EIEvtcParser/GW2EIEvtcParser.csproj +++ b/GW2EIEvtcParser/GW2EIEvtcParser.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.34.0 + 0.34.1 Debug;Release;NoRewards diff --git a/GW2EIParser/Properties/AssemblyInfo.cs b/GW2EIParser/Properties/AssemblyInfo.cs index 8ce5c136f..886e197b0 100644 --- a/GW2EIParser/Properties/AssemblyInfo.cs +++ b/GW2EIParser/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6135677e-6c0e-42de-925e-1995e52e5ac5")] #if !DEBUG -[assembly: AssemblyVersion("2.58.0.0")] +[assembly: AssemblyVersion("2.58.0.1")] #else [assembly: AssemblyVersion("2.58.*")] #endif