Skip to content

Commit

Permalink
[ENH] MediaFoundation: More bindings improvements, add callback supports
Browse files Browse the repository at this point in the history
[ENH] Update packages and bump version to 3.5.12-beta.
  • Loading branch information
amerkoleci committed Sep 2, 2024
1 parent cfe0eb7 commit f17b551
Show file tree
Hide file tree
Showing 12 changed files with 649 additions and 334 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Current Stable Release: 3.5.0 (March 2024)

-----------------------------------------------
Release: 3.6.X (August 2024)
- [ENH] MediaFoundation: More bindings improvements, add callback supports
- [ENH] MediaFoundation: Add VirtualCamera support (mfvirtualcamera.h)
- [ENH] General: Drop .net7 support
- [ENH] Vortice.Dxc: Handle correctly IDxcCompilerArgs bindings and improve interop
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- Version -->
<PropertyGroup>
<VersionPrefix>3.5.11</VersionPrefix>
<VersionPrefix>3.5.12</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''">beta</VersionSuffix>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="Vortice.Mathematics" Version="1.8.0" />
<PackageVersion Include="Vortice.Mathematics" Version="1.9.2" />
<PackageVersion Include="SharpGen.Runtime.COM" Version="$(SharpGenVersion)" />
<PackageVersion Include="Vortice.Dxc.Native" Version="1.0.1" />
<PackageVersion Include="Vortice.Dxc.Native" Version="1.0.2" />

<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.106" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.5.240802000" />

<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="NUnit" Version="4.1.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>

Expand Down
Loading

0 comments on commit f17b551

Please sign in to comment.