PetNicknames API Update + removed code used for personal use. Added default json.

This commit is contained in:
2025-08-30 20:40:29 +01:00
parent 062d8bf6b2
commit 545b06aad6
4 changed files with 24 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<Project Sdk="Dalamud.NET.Sdk/13.0.0">
<PropertyGroup>
<AssemblyName>ClubPenguinSync</AssemblyName>
<Version>1.7.0.2</Version>
<Version>1.7.0.5</Version>
<PackageProjectUrl>https://github.com/Rawrington/ClubPenguinSync/</PackageProjectUrl>
</PropertyGroup>
@@ -12,6 +12,10 @@
<None Remove="PlayerData\Export\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Services\RemoteConfigurationService - Copy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Downloader" Version="3.3.4" />
<PackageReference Include="K4os.Compression.LZ4.Legacy" Version="1.3.8" />