Skip to content

Commit

Permalink
Updated Zoom Level in-game 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thespbgamer committed Mar 19, 2024
1 parent 62ba4f3 commit c4aff24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Full Changelog

## [3.0.0] - 2024-03-19

### Changes

- Compatible with 1.6.0
- Updated requirements


## [2.3.1] - 2023-11-12

### Improvements
Expand Down Expand Up @@ -238,7 +246,8 @@

- Initial release

[Unreleased]: https://github.com/thespbgamer/ZoomLevel/compare/2.3.1...HEAD
[Unreleased]: https://github.com/thespbgamer/ZoomLevel/compare/3.0.0...HEAD
[3.0.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/3.0.0
[2.3.1]: https://github.com/thespbgamer/ZoomLevel/releases/tag/2.3.1
[2.3.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/2.3.0
[2.2.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/2.2.0
Expand Down
2 changes: 1 addition & 1 deletion ZoomLevel/ZoomLevel.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AnalysisLevel>latest</AnalysisLevel>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions ZoomLevel/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Name": "Zoom Level",
"Author": "thespbgamer",
"Version": "2.3.1",
"Version": "3.0.0",
"Description": "Change the Zoom and UI levels with a simple keybind. Now with camera position change!",
"UniqueID": "thespbgamer.ZoomLevel",
"EntryDll": "ZoomLevel.dll",
"MinimumApiVersion": "3.18.6",
"MinimumApiVersion": "4.0.0",
"UpdateKeys": [ "GitHub:thespbgamer/ZoomLevel", "Nexus:7363", "CurseForge:714275" ],
"Dependencies": [
{
Expand Down

0 comments on commit c4aff24

Please sign in to comment.