libragephoto 0.8.0 release

- CMakeLists.txt: update version to 0.8.0
- src/dotnet: add .NET 8.0 target
- src/dotnet: add README.md
- src/dotnet: fix .targets file for .NET Framework 4.7
- src/dotnet: simplify exception string handling
- src/dotnet: update version to 0.8.0
This commit is contained in:
Syping 2025-11-10 17:58:06 +01:00
parent 3ea95bab44
commit c8cd8112f0
6 changed files with 73 additions and 50 deletions

View file

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