libragephoto: update .NET version to 0.6.1.4
- RagePhoto.cs: impl. SetDescription, SetJpeg, SetJson and SetTitle functions - RagePhoto.cs: impl. support for .NET Framework 4.7 - RagePhoto.cs: set default buffers by default for Set functions - Syping.RagePhoto.Core.csproj: add .NET Framework 4.7 target
This commit is contained in:
parent
f345963710
commit
f98bed97df
4 changed files with 356 additions and 74 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<TargetFrameworks>netstandard2.1;net47</TargetFrameworks>
|
||||
<AssemblyName>Syping.RagePhoto.Core</AssemblyName>
|
||||
<RootNamespace>Syping.RagePhoto</RootNamespace>
|
||||
<Version>0.6.1.3</Version>
|
||||
<AssemblyVersion>0.6.1.3</AssemblyVersion>
|
||||
<FileVersion>0.6.1.3</FileVersion>
|
||||
<Version>0.6.1.4</Version>
|
||||
<AssemblyVersion>0.6.1.4</AssemblyVersion>
|
||||
<FileVersion>0.6.1.4</FileVersion>
|
||||
<Authors>Syping</Authors>
|
||||
<Copyright>Copyright © 2025 Syping</Copyright>
|
||||
<Description>Open Source RAGE Photo Parser for GTA V and RDR 2</Description>
|
||||
|
|
@ -14,6 +14,10 @@
|
|||
<RepositoryUrl>https://github.com/Syping/libragephoto</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'net47'">
|
||||
<LangVersion>8.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<NativeDlls Include="runtimes\**\libragephoto.dll" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue