Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit d2d917c

Browse files
committed
1.6.250205002
1 parent 0d048f4 commit d2d917c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Snap.WinUI.FrameworkTheming/Snap.WinUI.FrameworkTheming/FrameworkTheming.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ public static unsafe partial class FrameworkTheming
1111

1212
// DXamlInstanceStorage::GetValue(void** phValue)
1313
// _Check_return_ HRESULT GetValue(_Outptr_result_maybenull_ Handle* phValue)
14-
private static readonly delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int> pDXamlInstanceStorageGetValue = (delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int>)(mux + 0x5EE96C);
14+
private static readonly delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int> pDXamlInstanceStorageGetValue = (delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int>)(mux + 0x5EF63C);
1515

1616
// FrameworkTheming::OnThemeChanged(FrameworkTheming* this, bool forceUpdate)
1717
// _Check_return_ HRESULT OnThemeChanged(bool forceUpdate = false)
18-
private static readonly delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int> pFrameworkThemingOnThemeChanged = (delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int>)(mux + 0x8D5040);
18+
private static readonly delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int> pFrameworkThemingOnThemeChanged = (delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int>)(mux + 0x8D6E90);
1919

2020
public static void SetTheme(Theme theme)
2121
{

src/Snap.WinUI.FrameworkTheming/Snap.WinUI.FrameworkTheming/Snap.WinUI.FrameworkTheming.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<repository type="git" url="https://github.com/DGP-Studio/Snap.WinUI.FrameworkTheming" commit="$commit$" />
1313
<dependencies>
1414
<group targetFramework="net8.0">
15-
<dependency id="Microsoft.WindowsAppSDK" version="[1.6.250108002]" />
15+
<dependency id="Microsoft.WindowsAppSDK" version="[1.6.250205002]" />
1616
</group>
1717
</dependencies>
1818
</metadata>

0 commit comments

Comments
 (0)