From 97a5cbd22056358d96afa11e6ce74ca410355819 Mon Sep 17 00:00:00 2001 From: EliphasNUIT Date: Sun, 29 Dec 2024 13:07:00 +0100 Subject: [PATCH] updated versions --- GW2EIBuilders/GW2EIBuilders.csproj | 2 +- GW2EIEvtcParser/GW2EIEvtcParser.csproj | 2 +- GW2EIParser/Properties/AssemblyInfo.cs | 4 ++-- GW2EIParserCLI/Properties/AssemblyInfo.cs | 4 ++-- GW2EIParserCommons/GW2EIParserCommons.csproj | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GW2EIBuilders/GW2EIBuilders.csproj b/GW2EIBuilders/GW2EIBuilders.csproj index c6c6678438..accb295dcc 100644 --- a/GW2EIBuilders/GW2EIBuilders.csproj +++ b/GW2EIBuilders/GW2EIBuilders.csproj @@ -5,7 +5,7 @@ 12.0 enable enable - 0.56.0 + 0.57.0 Debug;Release;NoRewards;Trace diff --git a/GW2EIEvtcParser/GW2EIEvtcParser.csproj b/GW2EIEvtcParser/GW2EIEvtcParser.csproj index 2d390e1b1c..24efdd01fb 100644 --- a/GW2EIEvtcParser/GW2EIEvtcParser.csproj +++ b/GW2EIEvtcParser/GW2EIEvtcParser.csproj @@ -5,7 +5,7 @@ 12.0 enable enable - 0.60.1 + 0.61.0 Debug;Release;NoRewards;Trace true diff --git a/GW2EIParser/Properties/AssemblyInfo.cs b/GW2EIParser/Properties/AssemblyInfo.cs index 36bfce78c8..430cc3be0f 100644 --- a/GW2EIParser/Properties/AssemblyInfo.cs +++ b/GW2EIParser/Properties/AssemblyInfo.cs @@ -12,8 +12,8 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM #if !DEBUG -[assembly: AssemblyVersion("3.1.0.2")] +[assembly: AssemblyVersion("3.2.0.0")] #else -[assembly: AssemblyVersion("3.1.*")] +[assembly: AssemblyVersion("3.2.*")] #endif //[assembly: AssemblyFileVersion("1.8.10.34877")] diff --git a/GW2EIParserCLI/Properties/AssemblyInfo.cs b/GW2EIParserCLI/Properties/AssemblyInfo.cs index 722667c40b..d0b50f4278 100644 --- a/GW2EIParserCLI/Properties/AssemblyInfo.cs +++ b/GW2EIParserCLI/Properties/AssemblyInfo.cs @@ -10,8 +10,8 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM #if !DEBUG -[assembly: AssemblyVersion("3.1.0.2")] +[assembly: AssemblyVersion("3.2.0.0")] #else -[assembly: AssemblyVersion("3.1.*")] +[assembly: AssemblyVersion("3.2.*")] #endif //[assembly: AssemblyFileVersion("1.8.10.34877")] diff --git a/GW2EIParserCommons/GW2EIParserCommons.csproj b/GW2EIParserCommons/GW2EIParserCommons.csproj index 11c7d5705a..b4b7300bf0 100644 --- a/GW2EIParserCommons/GW2EIParserCommons.csproj +++ b/GW2EIParserCommons/GW2EIParserCommons.csproj @@ -4,7 +4,7 @@ net8 12.0 enable - 0.7.0.1 + 0.7.1.0 enable Debug;Release;NoRewards;Trace