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

Commit e54c77c

Browse files
committed
1.7.250127003-experimental3
1 parent ab35a12 commit e54c77c

2 files changed

Lines changed: 4 additions & 4 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 + 0x5EF63C);
14+
private static readonly delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int> pDXamlInstanceStorageGetValue = (delegate* unmanaged[Stdcall]<DXamlCoreAbi**, int>)(mux + 0x5ECCAC);
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 + 0x8D6E90);
18+
private static readonly delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int> pFrameworkThemingOnThemeChanged = (delegate* unmanaged[Stdcall]<FrameworkThemingAbi*, bool, int>)(mux + 0x8D33D0);
1919

2020
public static void SetTheme(Theme theme)
2121
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Snap.WinUI.FrameworkTheming</id>
5-
<version>1.6.250205002</version>
5+
<version>1.7.250127003-experimental3</version>
66
<authors>DGP Studio</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
88
<license type="expression">MIT</license>
@@ -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.250205002]" />
15+
<dependency id="Microsoft.WindowsAppSDK" version="[1.7.250127003-experimental3]" />
1616
</group>
1717
</dependencies>
1818
</metadata>

0 commit comments

Comments
 (0)