Skip to content

Commit

Permalink
Release 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2024
1 parent 7d8dfdc commit 2357004
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.10] - 2024-07-19

### Changed

- Local instances of a table pin are now removed when syncing with a table (e.g. a known boss pin was shared to the table).
Expand Down Expand Up @@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.9...HEAD
[unreleased]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.10...HEAD
[0.5.10]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.9...0.5.10
[0.5.9]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.8...0.5.9
[0.5.8]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.7...0.5.8
[0.5.7]: https://github.com/nbusseneau/BetterCartographyTable/compare/0.5.6...0.5.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ In other words:
- **[Prerequisites]**
- Install [**BepInExPack Valheim**](https://thunderstore.io/c/valheim/p/denikson/BepInExPack_Valheim/).
- Install [**Jötunn, the Valheim Library**](https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/).
- Download [nbusseneau-Better_Cartography_Table-0.5.9.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.9.zip).
- Download [nbusseneau-Better_Cartography_Table-0.5.10.zip](https://github.com/nbusseneau/BetterCartographyTable/releases/latest/download/nbusseneau-Better_Cartography_Table-0.5.10.zip).
- Extract the archive and move everything to your `BepInEx/plugins/` directory. It should look like this:
```
BepInEx/
Expand Down
2 changes: 1 addition & 1 deletion src/BetterCartographyTable.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.5.9</Version>
<Version>0.5.10</Version>
<TargetFramework>net481</TargetFramework>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Plugin : BaseUnityPlugin
{
internal const string ModGUID = "nbusseneau.BetterCartographyTable";
private const string ModName = "BetterCartographyTable";
private const string ModVersion = "0.5.9";
private const string ModVersion = "0.5.10";

private static ConfigEntry<SharingMode> s_mapExplorationSharingMode;
private static ConfigEntry<KeyCode> s_modifierKey;
Expand Down
2 changes: 1 addition & 1 deletion thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ schemaVersion = "0.0.1"
[package]
namespace = "nbusseneau"
name = "Better_Cartography_Table"
versionNumber = "0.5.9"
versionNumber = "0.5.10"
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."
websiteUrl = "https://github.com/nbusseneau/BetterCartographyTable"
containsNsfwContent = false
Expand Down

0 comments on commit 2357004

Please sign in to comment.