mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
version 0.12.0 (#573)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<Product Id="*"
|
<Product Id="*"
|
||||||
Name="PowerToys"
|
Name="PowerToys"
|
||||||
Language="1033"
|
Language="1033"
|
||||||
Version="0.11.0"
|
Version="0.12.0"
|
||||||
Manufacturer="Microsoft"
|
Manufacturer="Microsoft"
|
||||||
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
|
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<Upgrade Id="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
|
<Upgrade Id="42B84BF7-5FBF-473B-9C8B-049DC16F7708">
|
||||||
<UpgradeVersion
|
<UpgradeVersion
|
||||||
Minimum="0.11.0" Maximum="0.11.0"
|
Minimum="0.11.0" Maximum="0.12.0"
|
||||||
Property="PREVIOUSVERSIONSINSTALLED"
|
Property="PREVIOUSVERSIONSINSTALLED"
|
||||||
IncludeMinimum="yes" IncludeMaximum="yes" />
|
IncludeMinimum="yes" IncludeMaximum="yes" />
|
||||||
</Upgrade>
|
</Upgrade>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#define STRINGIZE(s) STRINGIZE2(s)
|
#define STRINGIZE(s) STRINGIZE2(s)
|
||||||
|
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 11
|
#define VERSION_MINOR 12
|
||||||
#define VERSION_REVISION 0
|
#define VERSION_REVISION 0
|
||||||
#define VERSION_BUILD 0
|
#define VERSION_BUILD 0
|
||||||
|
|
||||||
|
|||||||
@@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.11.0.0")]
|
[assembly: AssemblyVersion("0.12.0.0")]
|
||||||
[assembly: AssemblyFileVersion("0.11.0.0")]
|
[assembly: AssemblyFileVersion("0.12.0.0")]
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ export class GeneralSettings extends React.Component <any, any> {
|
|||||||
ref={(input) => {this.theme_reference=input;}}
|
ref={(input) => {this.theme_reference=input;}}
|
||||||
/>
|
/>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Label>Version 0.11.0</Label>
|
<Label>Version 0.12.0</Label>
|
||||||
<PrimaryButton
|
<PrimaryButton
|
||||||
styles={{
|
styles={{
|
||||||
root: {
|
root: {
|
||||||
|
|||||||
2
src/settings/settings-html/dist/bundle.js
vendored
2
src/settings/settings-html/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user