diff --git a/GW2EIBuilders/GW2EIBuilders.csproj b/GW2EIBuilders/GW2EIBuilders.csproj index 829d82e8fe..9e64ff221c 100644 --- a/GW2EIBuilders/GW2EIBuilders.csproj +++ b/GW2EIBuilders/GW2EIBuilders.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.35.0 + 0.36.0 Debug;Release;NoRewards diff --git a/GW2EIEvtcParser/GW2EIEvtcParser.csproj b/GW2EIEvtcParser/GW2EIEvtcParser.csproj index 5cb2603f36..fc68657580 100644 --- a/GW2EIEvtcParser/GW2EIEvtcParser.csproj +++ b/GW2EIEvtcParser/GW2EIEvtcParser.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.36.0 + 0.37.0 Debug;Release;NoRewards diff --git a/GW2EIParser/Properties/AssemblyInfo.cs b/GW2EIParser/Properties/AssemblyInfo.cs index 24ece53e28..02d052f7ab 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.2.0")] +[assembly: AssemblyVersion("2.58.3.0")] #else [assembly: AssemblyVersion("2.58.*")] #endif