Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Aug 26, 2024
1 parent 6893670 commit e931fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GW2EIBuilders/GW2EIBuilders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>disable</Nullable>
<Version>0.53.0</Version>
<Version>0.54.0</Version>
<Configurations>Debug;Release;NoRewards</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 @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>disable</Nullable>
<Version>0.56.1</Version>
<Version>0.57.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</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 @@ -11,8 +11,8 @@
// 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.72.0.1")]
[assembly: AssemblyVersion("2.73.0.0")]
#else
[assembly: AssemblyVersion("2.72.*")]
[assembly: AssemblyVersion("2.73.*")]
#endif
//[assembly: AssemblyFileVersion("1.8.10.34877")]

0 comments on commit e931fc6

Please sign in to comment.