Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Dec 29, 2024
1 parent 607657c commit 97a5cbd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GW2EIBuilders/GW2EIBuilders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.56.0</Version>
<Version>0.57.0</Version>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GW2EIEvtcParser/GW2EIEvtcParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.60.1</Version>
<Version>0.61.0</Version>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions GW2EIParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions GW2EIParserCLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion GW2EIParserCommons/GW2EIParserCommons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.7.0.1</Version>
<Version>0.7.1.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 97a5cbd

Please sign in to comment.