mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update json to metadata to 61.0.15-preview, regenerate bindings and bump version to 2.2.0
This commit is contained in:
@@ -17,10 +17,10 @@ public partial struct XAPORegistrationProperties
|
||||
public Guid clsid;
|
||||
|
||||
/// <include file='../XAudio2.xml' path='doc/member[@name="XAPO_REGISTRATION_PROPERTIES::FriendlyName"]/*' />
|
||||
public unsafe fixed ushort FriendlyName[256];
|
||||
public unsafe fixed char FriendlyName[256];
|
||||
|
||||
/// <include file='../XAudio2.xml' path='doc/member[@name="XAPO_REGISTRATION_PROPERTIES::CopyrightInfo"]/*' />
|
||||
public unsafe fixed ushort CopyrightInfo[256];
|
||||
public unsafe fixed char CopyrightInfo[256];
|
||||
|
||||
/// <include file='../XAudio2.xml' path='doc/member[@name="XAPO_REGISTRATION_PROPERTIES::MajorVersion"]/*' />
|
||||
public uint MajorVersion;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
|
||||
<TargetFrameworks>net8.0</TargetFrameworks>
|
||||
<Description>XAudio2 and X3DAudio bindings.</Description>
|
||||
|
||||
<NoWarn>$(NoWarn);CS0419;IDE0017</NoWarn>
|
||||
|
||||
Reference in New Issue
Block a user