libragephoto: update .NET version to 0.6.1.2

- RagePhoto.cs: add missing [return: MarshalAs(UnmanagedType.Bool)]
- RagePhoto.cs: update filePath instances to path
- RagePhotoData.cs: update Strings to IntPtr (more safe to Marshal)
- RagePhotoTypes.cs: move DefaultSize, PhotoError and PhotoFormat to
here
This commit is contained in:
Syping 2025-10-08 09:19:25 +02:00
parent 59bd3c1249
commit a0ec84cbc8
4 changed files with 84 additions and 77 deletions

View file

@ -4,13 +4,14 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Syping.RagePhoto.Core</AssemblyName>
<RootNamespace>Syping.RagePhoto</RootNamespace>
<Version>0.6.1.1</Version>
<AssemblyVersion>0.6.1.1</AssemblyVersion>
<FileVersion>0.6.1.1</FileVersion>
<Version>0.6.1.2</Version>
<AssemblyVersion>0.6.1.2</AssemblyVersion>
<FileVersion>0.6.1.2</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>
</PropertyGroup>
<ItemGroup>