Skip to content

Commit

Permalink
project version: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CW-Jesse committed Feb 28, 2023
1 parent 88ab52b commit 9ab414e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CW_Jesse.BetterNetworking/BetterNetworking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace CW_Jesse.BetterNetworking {

[BepInPlugin("CW_Jesse.BetterNetworking", "Better Networking", "2.2.0")]
[BepInPlugin("CW_Jesse.BetterNetworking", "Better Networking", "2.2.1")]
[BepInIncompatibility("org.bepinex.plugins.network")]
[BepInIncompatibility("be.sebastienvercammen.valheim.netcompression")]
[BepInIncompatibility("com.github.dalayeth.Networkfix")]
Expand Down
3 changes: 3 additions & 0 deletions CW_Jesse.BetterNetworking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.2.1
- bugfix: more stable when some people have compression/BN disabled
- bugfix: no longer spams log when unexpected messages received
### 2.2.0
- PlayFab: fixed failing to work in some cases
- PlayFab: better handling of disconnections
Expand Down
4 changes: 2 additions & 2 deletions CW_Jesse.BetterNetworking/CW_Jesse.BetterNetworking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Company>CW_Jesse</Company>
<RepositoryUrl>https://www.nexusmods.com/valheim/mods/1570</RepositoryUrl>
<Version>2.1.2</Version>
<AssemblyVersion>2.2.0</AssemblyVersion>
<FileVersion>2.2.0</FileVersion>
<AssemblyVersion>2.2.1</AssemblyVersion>
<FileVersion>2.2.1</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CW_Jesse.BetterNetworking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _Thank you_
* nightshade221 (Max) for being a patron and providing a community!
* Frostsorrow for QA and community assistance!
* Tquilarius for being a patron!
* Tatsuya009, Alexander3054, Dskaggsgv, vi0lation, Ersan191, WhiteDingoX5, xdhara, ImpulsiveMind, nevcairiel, ErDu, and doubletroubleswtor for valuable feedback and troubleshooting!
* ALo, ErDu, Tatsuya009, Alexander3054, Dskaggsgv, vi0lation, Ersan191, WhiteDingoX5, xdhara, ImpulsiveMind, nevcairiel, and doubletroubleswtor for valuable feedback and troubleshooting!
* [Oleg Stepanischev](https://github.com/oleg-st) for [ZstdSharp](https://github.com/oleg-st/ZstdSharp)
* [Smoothbrain](https://valheim.thunderstore.io/package/Smoothbrain/) for [Network](https://valheim.thunderstore.io/package/Smoothbrain/Network/)

Expand Down
4 changes: 2 additions & 2 deletions CW_Jesse.BetterNetworking/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "BetterNetworking_Valheim",
"version_number": "2.2.0",
"version_number": "2.2.1",
"website_url": "https://github.com/CW-Jesse/valheim-betternetworking",
"description": "Improve multiplayer performance using compression and other features.",
"description": "Improve multiplayer performance using compression, queue size, send rate, and other features.",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901"
]
Expand Down

0 comments on commit 9ab414e

Please sign in to comment.