Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Jun 10, 2024
1 parent 92e18bb commit 5d468c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.48.0</Version>
<Version>0.49.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GW2EIEvtcParser/EncounterLogic/EncounterCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public string GetSubCategoryName()
case SubFightCategory.SilentSurf:
return "Silent Surf";
case SubFightCategory.LonelyTower:
return "The Lonely Tower";
return "Lonely Tower";
//
case SubFightCategory.UnknownEncounter:
return "Unknown Encounter";
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.51.0</Version>
<Version>0.52.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.68.1.0")]
[assembly: AssemblyVersion("2.69.0.0")]
#else
[assembly: AssemblyVersion("2.68.*")]
[assembly: AssemblyVersion("2.69.*")]
#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 @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.4.0.1</Version>
<Version>0.5.0.0</Version>
<Nullable>disable</Nullable>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 5d468c7

Please sign in to comment.