Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor committed Jul 22, 2024
1 parent 4542672 commit 8c89ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.0.2]

### Fixed
- Some built-in types not serializing properly.
- NGO `InvalidOperationException` during disconnecting if a `LethalNetworkVariable` is used.

## [v3.0.1]

### Fixed
Expand Down
1 change: 1 addition & 0 deletions LethalNetworkAPI/LethalNetworkAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

<ItemGroup>
<None Include="$(ProjectDir)../README.md" Pack="true" PackagePath="/"/>
<None Include="$(ProjectDir)../CHANGELOG.md" Pack="false" PackagePath="/"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8c89ed8

Please sign in to comment.