Skip to content

Commit

Permalink
Release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Feb 18, 2023
1 parent c21d44a commit 8e44f55
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AdventureBackpacks/AdventureBackpacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AdventureBackpacks : BaseUnityPlugin, IPluginInfo
//Module Constants
private const string _pluginId = "vapok.mods.adventurebackpacks";
private const string _displayName = "Adventure Backpacks";
private const string _version = "1.6.4";
private const string _version = "1.6.5";

//Interface Properties
public string PluginId => _pluginId;
Expand Down
4 changes: 2 additions & 2 deletions AdventureBackpacks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.4.0")]
[assembly: AssemblyFileVersion("1.6.4.0")]
[assembly: AssemblyVersion("1.6.5.0")]
[assembly: AssemblyFileVersion("1.6.5.0")]
9 changes: 9 additions & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Adventure Backpacks Patchnotes

#1.6.5.0 - Cheb's Necromancy Compatibility and Overhauled Status Effects Management
* Adds compatibility for Cheb's Necromancy
* Introduces a new Necromancy Backpack: Spectral Shroud of Holding
* Applies the Necromancy Armor Status Effect
* Applies Necromancy Skill Modifiers
* Completely Reworked Status Effects Management
* Implements a new UpdateEquipmentStatusEffects Transpiler and removes several patch points.


# 1.6.4.0 - Bug Fixes + Jewelcrafting Compatibility + Spanish Language Translation
* Adds Spanish Language Translation File
* Thanks to Esdac (on Discord) and lopezp9492 (GitHub) for contributions.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ learn how to make your very own, Adventure Backpacks! Go forth and wander, ye w
* Equipment and Quick Slots
* Jewelcrafting
* Shield Me Bruh!
* Cheb's Necromancy
* Spectral Shroud of Holding Backpack
* Necromancy Armor Status Effect
* Necromancy Skill Modifier
* _There's probably a ton of others. This mod is friendly to most mods. If you see a conflict though, let me know!_

## Incompatible Mods
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AdventureBackpacks",
"version_number": "1.6.4",
"version_number": "1.6.5",
"website_url": "https://github.com/Vapok/AdventureBackpacks",
"description": "A Valheim Mod to add a catalogue of Adventuring Backpacks to the Game. These packs will grow and become more useful as the game progresses.",
"dependencies": [
Expand Down

0 comments on commit 8e44f55

Please sign in to comment.