Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherther committed Feb 15, 2023
1 parent 213fe53 commit 58d8743
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Core/NosSmooth.Core/NosSmooth.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Authors>Rutherther</Authors>
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
<VersionPrefix>4.0.3</VersionPrefix>
<PackageReleaseNotes>Add support for adding packet responder with both IRawPacketResponder and other packet responder types.</PackageReleaseNotes>
<VersionPrefix>5.0.0</VersionPrefix>
<PackageReleaseNotes>Move PetWalkCommand to MateWalkCommand.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<TargetFramework>net7.0</TargetFramework>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.3.1</VersionPrefix>
<Description>Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time.</Description>
<PackageReleaseNotes>Update to new managed client.</PackageReleaseNotes>
<PackageReleaseNotes>Update Pathfinding.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Nullable>enable</Nullable>
<Description>NosSmooth extension for finding paths and walking found paths.</Description>
<Description>NosSmooth extension allowing for finding paths on maps.</Description>
<VersionPrefix>1.2.0</VersionPrefix>
<PackageReleaseNotes>React to su and tp packet by changing character position.</PackageReleaseNotes>
<VersionPrefix>2.0.0</VersionPrefix>
<PackageReleaseNotes>Add mates support.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 58d8743

Please sign in to comment.