Skip to content

Commit d494565

Browse files
authored
update version to 2.6 (#3932)
1 parent 55dbe9f commit d494565

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build/NuSpecs/MUXControls-Nuget-FrameworkPackage.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
<Import Project="$(MSBuildThisFileDirectory)\MicrosoftUIXamlVersion.props"/>
44
<Import Project="$(MSBuildThisFileDirectory)\Common.targets"/>
55
<ItemGroup>
6-
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx">
6+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.6.appx">
77
<Architecture>x86</Architecture>
88
<Version>$(MicrosoftUIXamlAppxVersion)</Version>
99
<Publisher>'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'</Publisher>
1010
</AppxPackageRegistration>
1111
<!-- Some C++/CX projects use Platform=Win32 instead of Platform=x86 -->
12-
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.5.appx">
12+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.6.appx">
1313
<Architecture>Win32</Architecture>
1414
<Version>$(MicrosoftUIXamlAppxVersion)</Version>
1515
<Publisher>'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'</Publisher>
1616
</AppxPackageRegistration>
1717
</ItemGroup>
1818
<ItemGroup>
19-
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.5.appx">
19+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.6.appx">
2020
<Architecture>x64</Architecture>
2121
<Version>$(MicrosoftUIXamlAppxVersion)</Version>
2222
<Publisher>'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'</Publisher>
2323
</AppxPackageRegistration>
2424
</ItemGroup>
2525
<ItemGroup>
26-
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm\Release\Microsoft.UI.Xaml.2.5.appx">
26+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm\Release\Microsoft.UI.Xaml.2.6.appx">
2727
<Architecture>arm</Architecture>
2828
<Version>$(MicrosoftUIXamlAppxVersion)</Version>
2929
<Publisher>'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'</Publisher>
3030
</AppxPackageRegistration>
3131
</ItemGroup>
3232
<ItemGroup>
33-
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm64\Release\Microsoft.UI.Xaml.2.5.appx">
33+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm64\Release\Microsoft.UI.Xaml.2.6.appx">
3434
<Architecture>arm64</Architecture>
3535
<Version>$(MicrosoftUIXamlAppxVersion)</Version>
3636
<Publisher>'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'</Publisher>

dev/inc/BuildMacros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#ifdef _DEBUG
1919
// NOTE: This could be "Microsoft.UI.Xaml.Debug" if we wanted to have Debug framework packages be distinct and
2020
// installed side-by-side on a machine.
21-
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.5"
21+
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.6"
2222
#else
23-
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.5"
23+
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.6"
2424
#endif
2525

2626
#define MUXCONTROLS_CBS_PACKAGE_NAME L"Microsoft.UI.Xaml.CBS"

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55
<MUXVersionMajor>2</MUXVersionMajor>
6-
<MUXVersionMinor>5</MUXVersionMinor>
6+
<MUXVersionMinor>6</MUXVersionMinor>
77
<MUXVersionPatch>0</MUXVersionPatch>
88
<MUXVersionBuild Condition="$(MUXVersionBuild) == ''">0</MUXVersionBuild>
99
<MUXVersionRevision Condition="$(MUXVersionRevision) == ''">0</MUXVersionRevision>

0 commit comments

Comments
 (0)