Skip to content

Commit

Permalink
Merge pull request #7 from BrakusTapus/main
Browse files Browse the repository at this point in the history
API 11 update
  • Loading branch information
CarnifexOptimus authored Nov 14, 2024
2 parents 9b8605d + e7d375c commit fc9f6d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EasyZoomReborn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<LangVersion>preview</LangVersion>
<Version>1.0.0.1</Version>
<Version>1.0.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="DalamudPackager" Version="11.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion EasyZoomReborn.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"CategoryTags": [
"jobs"
],
"DalamudApiLevel": 10,
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"CategoryTags": [
"jobs"
],
"DalamudApiLevel": 10,
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
Expand Down

0 comments on commit fc9f6d9

Please sign in to comment.