Skip to content

Commit d4fe4de

Browse files
authored
update version number (#5701)
1 parent dd60ac0 commit d4fe4de

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.6.appx">
6+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.7.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.6.appx">
12+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x86\Release\Microsoft.UI.Xaml.2.7.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.6.appx">
19+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.7.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.6.appx">
26+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm\Release\Microsoft.UI.Xaml.2.7.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.6.appx">
33+
<AppxPackageRegistration Include="$(MSBuildThisFileDirectory)..\tools\AppX\arm64\Release\Microsoft.UI.Xaml.2.7.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: 3 additions & 3 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.6"
21+
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.7"
2222
#else
23-
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.6"
23+
#define MUXCONTROLS_PACKAGE_NAME L"Microsoft.UI.Xaml.2.7"
2424
#endif
2525

26-
#define MUXCONTROLS_CBS_PACKAGE_NAME L"Microsoft.UI.Xaml.CBS"
26+
#define MUXCONTROLS_CBS_PACKAGE_NAME L"Microsoft.UI.Xaml.CBS"

version.props

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

0 commit comments

Comments
 (0)