libragephoto: update .NET version to 0.6.1.6

- RagePhoto.cs: fix initialization oversight
- RagePhoto.cs: improve exceptions
- RagePhoto.cs: use ExactSpelling in DllImport
- RagePhotoException.cs: restructure exceptions
This commit is contained in:
Syping 2025-10-17 14:03:11 +02:00
parent a17643d578
commit 72f094958d
3 changed files with 70 additions and 55 deletions

View file

@ -4,14 +4,15 @@
<TargetFrameworks>netstandard2.1;net47</TargetFrameworks>
<AssemblyName>Syping.RagePhoto.Core</AssemblyName>
<RootNamespace>Syping.RagePhoto</RootNamespace>
<Version>0.6.1.5</Version>
<AssemblyVersion>0.6.1.5</AssemblyVersion>
<FileVersion>0.6.1.5</FileVersion>
<Version>0.6.1.6</Version>
<AssemblyVersion>0.6.1.6</AssemblyVersion>
<FileVersion>0.6.1.6</FileVersion>
<Authors>Syping</Authors>
<Copyright>Copyright © 2025 Syping</Copyright>
<Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description>
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Syping/libragephoto</RepositoryUrl>
<Nullable>disable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net47'">