add support for description and ability to delete jpeg

This commit is contained in:
Syping 2025-10-24 15:29:09 +02:00
parent 00b4ba8c89
commit 89b86c6407
3 changed files with 23 additions and 10 deletions

View file

@ -1,18 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>ragephoto-cli</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RagePhoto.Core" Version="0.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-rc.2.25502.107" />
</ItemGroup>
</Project>