API v7
This commit is contained in:
parent
3bacccd216
commit
a1013d0a74
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>3.1.0.0</Version>
|
||||
<Version>4.0.0.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>net5.0-windows</TargetFramework>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
@ -37,7 +37,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DalamudPackager" Version="2.1.2" />
|
||||
<PackageReference Include="DalamudPackager" Version="2.1.8" />
|
||||
<PackageReference Include="System.Windows.Extensions" Version="5.0.0" />
|
||||
<Reference Include="FFXIVClientStructs">
|
||||
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
|
||||
|
@ -4,7 +4,7 @@
|
||||
"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": 6,
|
||||
"DalamudApiLevel": 7,
|
||||
"Tags": [
|
||||
"fishing"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user