Skip to content

Commit f8cfde0

Browse files
Release 0.5.6
1 parent 4e6d471 commit f8cfde0

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.6] - 2024-06-14
11+
1012
### Added
1113

1214
- Replace Hugin cartography table tutorial vanilla text to be consistent with the mod's functionality.
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130132

131133
- Initial release.
132134

133-
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.5...HEAD
135+
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.6...HEAD
136+
[0.5.6]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.5...0.5.6
134137
[0.5.5]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.4...0.5.5
135138
[0.5.4]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.3...0.5.4
136139
[0.5.3]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.2...0.5.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you do allow crossplay, note that vanilla clients will not be able to share a
134134
- **[Prerequisites]**
135135
- Install [**BepInExPack Valheim**](https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/).
136136
- Install [**Jötunn, the Valheim Library**](https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/).
137-
- Download [nbusseneau-Better_Cartography_Table-0.5.5.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.5.zip).
137+
- Download [nbusseneau-Better_Cartography_Table-0.5.6.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.6.zip).
138138
- Extract the archive and move everything to your `BepInEx/plugins/` directory. It should look like this:
139139
```
140140
BepInEx/

src/BetterCartographyTable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.5.5</Version>
3+
<Version>0.5.6</Version>
44
<TargetFramework>net481</TargetFramework>
55
<LangVersion>12.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Plugin : BaseUnityPlugin
1818
{
1919
internal const string ModGUID = "nbusseneau.BetterCartographyTable";
2020
private const string ModName = "BetterCartographyTable";
21-
private const string ModVersion = "0.5.5";
21+
private const string ModVersion = "0.5.6";
2222

2323
private static ConfigEntry<SharingMode> s_mapExplorationSharingMode;
2424
private static ConfigEntry<KeyCode> s_modifierKey;

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
55
[package]
66
namespace = "nbusseneau"
77
name = "Better_Cartography_Table"
8-
versionNumber = "0.5.5"
8+
versionNumber = "0.5.6"
99
description = "Allows precise control over sharing pins and map exploration via cartography tables. Supports private pins, public pins, and guild pins. Supports NoMap runs, giving cartography tables a purpose in NoMap. Translations available."
1010
websiteUrl = "https://github.com/nbusseneau/BetterCartographyTable"
1111
containsNsfwContent = false

0 commit comments

Comments
 (0)