Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Jun 20, 2024
1 parent c995544 commit d0f8341
Show file tree
Hide file tree
Showing 4 changed files with 5 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.49.2</Version>
<Version>0.50.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1810,10 +1810,9 @@ private void AddPlacedVoidPoolDecoration(IReadOnlyList<EffectEvent> redPuddleEff
}

/// <summary>
/// Share the Void - Greens in CM.
/// Share the Void - Greens in CM, area effect.
/// </summary>
/// <param name="greenEffects">Effects List.</param>
/// <param name="isSuccessful">Wether the mechanic was successful or not.</param>
private void AddBaseShareTheVoidDecoration(IReadOnlyList<EffectEvent> greenEffects)
{
foreach (EffectEvent green in greenEffects)
Expand All @@ -1827,7 +1826,7 @@ private void AddBaseShareTheVoidDecoration(IReadOnlyList<EffectEvent> greenEffec
}

/// <summary>
/// Share the Void - Greens in CM.
/// Share the Void - Greens in CM, trigger effect.
/// </summary>
/// <param name="greenEffects">Effects List.</param>
/// <param name="isSuccessful">Wether the mechanic was successful or not.</param>
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.52.3</Version>
<Version>0.53.0</Version>
<Configurations>Debug;Release;NoRewards</Configurations>
</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 @@ -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.69.1.2")]
[assembly: AssemblyVersion("2.69.2.0")]
#else
[assembly: AssemblyVersion("2.69.*")]
#endif
Expand Down

0 comments on commit d0f8341

Please sign in to comment.