Skip to content

Commit

Permalink
Merge pull request #195 from nwesterhausen/valheim-0.214.300
Browse files Browse the repository at this point in the history
chore: bump release 2.1.12
  • Loading branch information
nwesterhausen authored Mar 28, 2023
2 parents 58e4fa9 + e42d1be commit eee320d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DiscordConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PropertyGroup>
<!-- Set the path to the game folder. This is used when including references below -->
<GamePath Condition="$(GamePath) == ''">G:\Valheim\0.214.2</GamePath>
<GamePath Condition="$(GamePath) == ''">G:\Valheim\0.214.300</GamePath>
<!-- Make the references to folders used in the build process a lot simpler -->
<BinDir>$(ProjectDir)bin/</BinDir>
<DiscordConnectorDir>$(BinDir)DiscordConnector/</DiscordConnectorDir>
Expand All @@ -39,7 +39,7 @@
<Reference Include="0Harmony, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(GamePath)\BepInEx\core\0Harmony.dll</HintPath>
</Reference>
<Reference Include="BepInEx, Version=5.4.19.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="BepInEx, Version=5.4.21.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(GamePath)\BepInEx\core\BepInEx.dll</HintPath>
</Reference>
<!-- Valheim Assembly Dependencies -->
Expand Down
4 changes: 4 additions & 0 deletions Metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ See the [current roadmap](https://github.com/nwesterhausen/valheim-discordconnec

## Changelog

## Version 2.1.12

Update to Valheim 0.214.300

## Version 2.1.11

This is for build 0.214.2 onward of Valheim. The signature of the chat messages was changed which was causing an argument out of bounds exception with Discord Connector.
Expand Down
4 changes: 2 additions & 2 deletions Metadata/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DiscordConnector",
"version_number": "2.1.11",
"version_number": "2.1.12",
"website_url": "https://discordconnector.valheim.nwest.games/",
"description": "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers.",
"dependencies": ["denikson-BepInExPack_Valheim-5.4.1901"]
"dependencies": ["denikson-BepInExPack_Valheim-5.4.2101"]
}
4 changes: 2 additions & 2 deletions Metadata/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ schemaVersion = "0.0.1"
[package]
namespace = "nwesterhausen"
name = "DiscordConnector"
versionNumber = "2.1.11"
versionNumber = "2.1.12"
description = "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers."
websiteUrl = "https://discordconnector.valheim.nwest.games/"
containsNsfwContent = false

[package.dependencies]
denikson-BepInExPack_Valheim = "5.4.1901"
denikson-BepInExPack_Valheim = "5.4.2101"

[build]
icon = "./icon.png"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/dotnet.yml/badge.svg)](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/dotnet.yml)
[![Publish](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/publish.yml/badge.svg)](https://github.com/nwesterhausen/valheim-discordconnector/actions/workflows/publish.yml)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nwesterhausen/valheim-discordconnector?label=Github%20Release&style=flat&labelColor=%2332393F)](https://github.com/nwesterhausen/valheim-discordconnector/releases/latest)
[![Thunderstore.io](https://img.shields.io/badge/Thunderstore.io-2.1.11-%23375a7f?style=flat&labelColor=%2332393F)](https://valheim.thunderstore.io/package/nwesterhausen/DiscordConnector/)
[![Thunderstore.io](https://img.shields.io/badge/Thunderstore.io-2.1.12-%23375a7f?style=flat&labelColor=%2332393F)](https://valheim.thunderstore.io/package/nwesterhausen/DiscordConnector/)
[![NexusMods](https://img.shields.io/badge/NexusMods-2.1.11-%23D98F40?style=flat&labelColor=%2332393F)](https://www.nexusmods.com/valheim/mods/1551/)

Connect your Valheim server to Discord. ([See website for installation or configuration instructions](https://discordconnector.valheim.nwest.games/)). This plugin is largely based on [valheim-discord-notifier](https://github.com/aequasi/valheim-discord-notifier), but this plugin supports randomized messages, muting players, and Discord message embeds.
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A full changelog of changes, dating all the way back to the first release.

## Version 2.1.12

Update to Valheim 0.214.300

## Version 2.1.11

This is for build 0.214.2 onward of Valheim. The signature of the chat messages was changed which was causing an argument out of bounds exception with Discord Connector.
Expand Down
2 changes: 1 addition & 1 deletion src/PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal static class PluginInfo
{
public const string PLUGIN_ID = "games.nwest.valheim.discordconnector";
public const string PLUGIN_NAME = "Valheim Discord Connector";
public const string PLUGIN_VERSION = "2.1.11";
public const string PLUGIN_VERSION = "2.1.12";
public const string PLUGIN_REPO_SHORT = "github: nwesterhausen/valheim-discordconnector";
public const string PLUGIN_AUTHOR = "Nicholas Westerhausen";
public const string SHORT_PLUGIN_ID = "discordconnector";
Expand Down

0 comments on commit eee320d

Please sign in to comment.