API level 8

CN v5.0
Liza 2023-01-11 19:08:06 +01:00
parent 0eac05ea9c
commit 0019a3868e
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>4.1</Version>
<Version>5.0</Version>
<Description>Plays a sound effect when a fish bites</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/carvelli/Fish-Notify</PackageProjectUrl>
@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
@ -37,8 +37,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.8" />
<PackageReference Include="System.Windows.Extensions" Version="5.0.0" />
<PackageReference Include="DalamudPackager" Version="2.1.10" />
<PackageReference Include="System.Windows.Extensions" Version="7.0.0" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>

View File

@ -4,7 +4,6 @@
"Punchline": "Plays a sound when a fish is caught",
"Description": "Plays a sound when a fish is caught, depending on tug-strength",
"InternalName": "FishNotify",
"DalamudApiLevel": 7,
"Tags": [
"fishing"
],