libragephoto 0.6.1 release

This commit is contained in:
Syping 2025-10-07 12:38:58 +02:00
parent 0c1cd8fcf7
commit 532273bf70
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
cmake_policy(VERSION 3.16...3.28) cmake_policy(VERSION 3.16...3.28)
project(ragephoto VERSION 0.6.0 LANGUAGES C CXX) project(ragephoto VERSION 0.6.1 LANGUAGES C CXX)
include(GNUInstallDirs) include(GNUInstallDirs)
# RagePhoto CMake includes # RagePhoto CMake includes

View file

@ -4,9 +4,9 @@
<TargetFramework>netstandard2.1</TargetFramework> <TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Syping.RagePhoto.Core</AssemblyName> <AssemblyName>Syping.RagePhoto.Core</AssemblyName>
<RootNamespace>Syping.RagePhoto</RootNamespace> <RootNamespace>Syping.RagePhoto</RootNamespace>
<Version>0.6.0</Version> <Version>0.6.1</Version>
<AssemblyVersion>0.6.0.0</AssemblyVersion> <AssemblyVersion>0.6.1.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion> <FileVersion>0.6.1.0</FileVersion>
<Authors>Syping</Authors> <Authors>Syping</Authors>
<Copyright>Copyright © 2025 Syping</Copyright> <Copyright>Copyright © 2025 Syping</Copyright>
<Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description> <Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description>