Skip to content

Commit c981750

Browse files
authored
Bump version to v1.12 (#5532)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5532)
1 parent 14e8917 commit c981750

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

doc/ReleaseNotes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
## New in v1.11
2-
* Dropped support for running on 32-bit ARM
3-
* Support for [Microsoft Desired State Configuration (DSC) v3](https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0).
4-
* Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.
1+
## New in v1.12
2+
*No applicable update found*
53

64
## Experimental Features
75
* Experimental support for Fonts

src/binver/binver/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define STRINGIZE(s) STRINGIZE2(s)
33

44
#define VERSION_MAJOR 1
5-
#define VERSION_MINOR 11
5+
#define VERSION_MINOR 12
66
#define VERSION_BUILD 0
77
#define VERSION_REVISION 0
88

0 commit comments

Comments
 (0)