Skip to content

Commit

Permalink
Published new version to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Jul 3, 2021
1 parent 7183c25 commit b6f583f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ShipCombatCore/Name/ShipName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public static class ShipName
"Vindictive", "Cruel", "Malicious", "Merciless", "Resentful", "Grim", "Avenging", "Malignant", "Venomous", "Unrelenting", "Nervous", "Prosthetic",
"Cylon", "Collective", "Frozenbyte",
"Eternal", "Neverending", "Everlasting", "Endless", "Perpetual", "Immutable", "Immortal",
"Desperate", "Bold", "Daring", "Frantic", "Frenzied", "Furious", "Violent", "Audacious", "Scandalous", "Wild"
"Desperate", "Bold", "Daring", "Frantic", "Frenzied", "Furious", "Violent", "Audacious", "Scandalous", "Wild",
"Leonidas's", "Hannibal's", "Saladin's", "Khan's", "Nelson's", "Wellington's", "Yamamoto's",
};

private static readonly IReadOnlyList<string> String2 = new[] {
Expand Down
2 changes: 1 addition & 1 deletion ShipCombatCore/ShipCombatCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>Martin Evans</Authors>
<Product />
<Version>24.0.0</Version>
<Version>25.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SpaceShipCombatSimulator/SpaceShipCombatSimulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>24.0.0</Version>
<Version>25.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b6f583f

Please sign in to comment.