Skip to content

Commit

Permalink
Release 1.7.0 Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Oct 31, 2023
1 parent 12c83e3 commit 6361fea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AdventureBackpacks/AdventureBackpacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.30";
private const string _version = "1.7.0";

//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 @@ -32,8 +32,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
#if ! API
[assembly: AssemblyVersion("1.6.30.0")]
[assembly: AssemblyFileVersion("1.6.30.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
#else
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 1.7.0 - Release of the Adventure Backpacks API
* Initial Release of the ABAPI.
* [Documentation](https://github.com/Vapok/AdventureBackpacks/blob/vapok/r1.6.30/Docs/AdventureBackpacksAPI.md)
* API Download
* [Documentation](https://github.com/Vapok/AdventureBackpacks/blob/main/Docs/AdventureBackpacksAPI.md)
* [Download ABAPI.DLL from GitHub](https://github.com/Vapok/AdventureBackpacks/releases)
* Valheim Update 0.217.27
* Updated for most recent Valheim.
* Upgraded to .net 4.7.2


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ learn how to make your very own, Adventure Backpacks! Go forth and wander, ye w
* **Explorers Wisppack** - _A finely crafted, mystical backpack. Complete with it's own Box of Holding. No one is quite sure how it works._

## Features of Backpacks
* Adventure Backpacks API Available
* [Documentation](https://github.com/Vapok/AdventureBackpacks/blob/main/Docs/AdventureBackpacksAPI.md)
* [Download ABAPI.DLL from GitHub](https://github.com/Vapok/AdventureBackpacks/releases)
* Each Backpack Biome can be fully configured for progression.
* Configure Sizing
* Each Quality Level of Backpack can have a different inventory grid size. Simply adjust the width and height in configuration for each quality level.
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "AdventureBackpacks",
"version_number": "1.6.30",
"version_number": "1.7.0",
"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": [
"denikson-BepInExPack_Valheim-5.4.2201"
"denikson-BepInExPack_Valheim-5.4.2202"
]
}

0 comments on commit 6361fea

Please sign in to comment.