Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Nov 28, 2024
1 parent de00f87 commit 0e96ad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0</Version>
<Version>0.60.1</Version>
<Configurations>Debug;Release;NoRewards;Trace</Configurations>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GW2EIParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
#if !DEBUG
[assembly: AssemblyVersion("3.1.0.1")]
[assembly: AssemblyVersion("3.1.0.2")]
#else
[assembly: AssemblyVersion("3.1.*")]
#endif
Expand Down
2 changes: 1 addition & 1 deletion GW2EIParserCLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
#if !DEBUG
[assembly: AssemblyVersion("3.1.0.1")]
[assembly: AssemblyVersion("3.1.0.2")]
#else
[assembly: AssemblyVersion("3.1.*")]
#endif
Expand Down

0 comments on commit 0e96ad5

Please sign in to comment.