libragephoto 0.6.2 release

- CMakeLists.txt: update version to 0.6.2
- RagePhoto.c: fix ragephoto_addparser and byte swap function
- RagePhoto.cpp: fix addParser and byte swap function
- RagePhotoLibrary.h: fix endian detection
- Syping.RagePhoto.Core.csproj: update version to 0.6.2
This commit is contained in:
Syping 2025-10-18 19:44:05 +02:00
parent 72f094958d
commit aad0db247b
5 changed files with 97 additions and 100 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.6</Version>
<AssemblyVersion>0.6.1.6</AssemblyVersion>
<FileVersion>0.6.1.6</FileVersion>
<Version>0.6.2</Version>
<AssemblyVersion>0.6.2</AssemblyVersion>
<FileVersion>0.6.2</FileVersion>
<Authors>Syping</Authors>
<Copyright>Copyright © 2025 Syping</Copyright>
<Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description>