File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ properties:
55 - resource : Microsoft.WinGet.DSC/WinGetPackage
66 id : pythonPackage
77 directives :
8- description : Install Python 3.12
8+ description : Install Python 3.14
99 module : Microsoft.WinGet.DSC
1010 allowPrerelease : true
1111 settings :
12- id : Python.Python.3.12
12+ id : Python.Python.3.14
1313 source : winget
1414 - resource : Microsoft.WinGet.DSC/WinGetPackage
1515 id : vsPackage
@@ -51,4 +51,4 @@ properties:
5151 settings :
5252 id : Nasm.Nasm
5353 source : winget
54- configurationVersion : 0.1.0
54+ configurationVersion : 0.1.1
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ properties:
55 - resource : Microsoft.WinGet.DSC/WinGetPackage
66 id : pythonPackage
77 directives :
8- description : Install Python 3.12
8+ description : Install Python 3.14
99 module : Microsoft.WinGet.DSC
1010 allowPrerelease : true
1111 settings :
12- id : Python.Python.3.12
12+ id : Python.Python.3.14
1313 source : winget
1414 - resource : Microsoft.WinGet.DSC/WinGetPackage
1515 id : vsPackage
@@ -51,4 +51,4 @@ properties:
5151 settings :
5252 id : Nasm.Nasm
5353 source : winget
54- configurationVersion : 0.1.0
54+ configurationVersion : 0.1.1
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ properties:
55 - resource : Microsoft.WinGet.DSC/WinGetPackage
66 id : pythonPackage
77 directives :
8- description : Install Python 3.12
8+ description : Install Python 3.14
99 module : Microsoft.WinGet.DSC
1010 allowPrerelease : true
1111 settings :
12- id : Python.Python.3.12
12+ id : Python.Python.3.14
1313 source : winget
1414 - resource : Microsoft.WinGet.DSC/WinGetPackage
1515 id : vsPackage
@@ -51,4 +51,4 @@ properties:
5151 settings :
5252 id : Nasm.Nasm
5353 source : winget
54- configurationVersion : 0.1.0
54+ configurationVersion : 0.1.1
Original file line number Diff line number Diff line change @@ -780,12 +780,12 @@ easily. These files will install the following
780780[ WinGet] ( https://learn.microsoft.com/en-us/windows/package-manager/winget/ ) packages:
781781
782782* Git for Windows with the ` git ` and Unix tools added to the ` PATH `
783- * ` Python 3.12 `
783+ * ` Python 3.14 `
784784* ` Visual Studio 2022 ` (Community, Enterprise or Professional)
785785* ` Visual Studio 2022 Build Tools ` with Visual C++ workload, Clang and ClangToolset
786786* ` NetWide Assembler `
787787
788- To install Node.js prerequisites from Powershell Terminal:
788+ To install Node.js prerequisites from PowerShell Terminal:
789789
790790``` powershell
791791winget configure .\.configurations\configuration.dsc.yaml
You can’t perform that action at this time.
0 commit comments