libragephoto: update .NET version to 0.6.1.5

- RagePhoto.cs: define CallingConvention to Cdecl
- RagePhoto.cs: impl. copying of Photo instances
- RagePhotoData.cs: remove unused struct in C# API
This commit is contained in:
Syping 2025-10-16 15:54:43 +02:00
parent e2a2c45313
commit a17643d578
3 changed files with 57 additions and 80 deletions

View file

@ -4,9 +4,9 @@
<TargetFrameworks>netstandard2.1;net47</TargetFrameworks>
<AssemblyName>Syping.RagePhoto.Core</AssemblyName>
<RootNamespace>Syping.RagePhoto</RootNamespace>
<Version>0.6.1.4</Version>
<AssemblyVersion>0.6.1.4</AssemblyVersion>
<FileVersion>0.6.1.4</FileVersion>
<Version>0.6.1.5</Version>
<AssemblyVersion>0.6.1.5</AssemblyVersion>
<FileVersion>0.6.1.5</FileVersion>
<Authors>Syping</Authors>
<Copyright>Copyright © 2025 Syping</Copyright>
<Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description>