Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Dalamud API 8 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Jan 9, 2023
1 parent a764390 commit 421dbaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions WaymarkPresetPlugin/WaymarkPresetPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>AnyCPU</Platforms>
<Version>1.4.4.0</Version>
<Version>1.4.4.1</Version>
<Authors>PunishedPineapple</Authors>
<Product />
<Copyright>Copyright © PunishedPineapple 2020-2022</Copyright>
<Copyright>Copyright © PunishedPineapple 2020-2023</Copyright>
<PackageProjectUrl>https://github.com/PunishedPineapple/WaymarkPresetPlugin</PackageProjectUrl>
<RepositoryUrl>https://github.com/PunishedPineapple/WaymarkPresetPlugin</RepositoryUrl>
</PropertyGroup>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.7" />
<PackageReference Include="DalamudPackager" Version="2.1.10" />
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion WaymarkPresetPlugin/WaymarkPresetPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"https://github.com/PunishedPineapple/WaymarkPresetPlugin/raw/master/docs/Images/image3.png"
],
"Tags": [ "Waymark", "Marker", "Preset", "Tool" ],
"DalamudApiLevel": 7
"DalamudApiLevel": 8
}
8 changes: 4 additions & 4 deletions WaymarkPresetPlugin/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.7, )",
"resolved": "2.1.7",
"contentHash": "jnZ/sdInyn07ycuWI+pPOtP/xE3v+c4+jYJfDt36FWnBF9NKqkpzfviJtPl/jGLgbaCmFIXu+Yid0N8GvdKefg=="
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
}
}
}
Expand Down

0 comments on commit 421dbaa

Please sign in to comment.