| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 214fac9 commit ef01f0c
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,11 +5,11 @@ properties: | |||
| 5 | 5 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 6 | 6 | id: pythonPackage | |
| 7 | 7 | directives: | |
| 8 | - description: Install Python 3.12 | ||
| 8 | + description: Install Python 3.14 | ||
| 9 | 9 | module: Microsoft.WinGet.DSC | |
| 10 | 10 | allowPrerelease: true | |
| 11 | 11 | settings: | |
| 12 | - id: Python.Python.3.12 | ||
| 12 | + id: Python.Python.3.14 | ||
| 13 | 13 | source: winget | |
| 14 | 14 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 15 | 15 | id: vsPackage | |
@@ -51,4 +51,4 @@ properties: | |||
| 51 | 51 | settings: | |
| 52 | 52 | id: Nasm.Nasm | |
| 53 | 53 | 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: | |||
| 5 | 5 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 6 | 6 | id: pythonPackage | |
| 7 | 7 | directives: | |
| 8 | - description: Install Python 3.12 | ||
| 8 | + description: Install Python 3.14 | ||
| 9 | 9 | module: Microsoft.WinGet.DSC | |
| 10 | 10 | allowPrerelease: true | |
| 11 | 11 | settings: | |
| 12 | - id: Python.Python.3.12 | ||
| 12 | + id: Python.Python.3.14 | ||
| 13 | 13 | source: winget | |
| 14 | 14 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 15 | 15 | id: vsPackage | |
@@ -51,4 +51,4 @@ properties: | |||
| 51 | 51 | settings: | |
| 52 | 52 | id: Nasm.Nasm | |
| 53 | 53 | 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: | |||
| 5 | 5 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 6 | 6 | id: pythonPackage | |
| 7 | 7 | directives: | |
| 8 | - description: Install Python 3.12 | ||
| 8 | + description: Install Python 3.14 | ||
| 9 | 9 | module: Microsoft.WinGet.DSC | |
| 10 | 10 | allowPrerelease: true | |
| 11 | 11 | settings: | |
| 12 | - id: Python.Python.3.12 | ||
| 12 | + id: Python.Python.3.14 | ||
| 13 | 13 | source: winget | |
| 14 | 14 | - resource: Microsoft.WinGet.DSC/WinGetPackage | |
| 15 | 15 | id: vsPackage | |
@@ -51,4 +51,4 @@ properties: | |||
| 51 | 51 | settings: | |
| 52 | 52 | id: Nasm.Nasm | |
| 53 | 53 | 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 | |||
| 780 | 780 | [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) packages: | |
| 781 | 781 | ||
| 782 | 782 | * Git for Windows with the `git` and Unix tools added to the `PATH` | |
| 783 | - * `Python 3.12` | ||
| 783 | + * `Python 3.14` | ||
| 784 | 784 | * `Visual Studio 2022` (Community, Enterprise or Professional) | |
| 785 | 785 | * `Visual Studio 2022 Build Tools` with Visual C++ workload, Clang and ClangToolset | |
| 786 | 786 | * `NetWide Assembler` | |
| 787 | 787 | ||
| 788 | - To install Node.js prerequisites from Powershell Terminal: | ||
| 788 | + To install Node.js prerequisites from PowerShell Terminal: | ||
| 789 | 789 | ||
| 790 | 790 | ```powershell | |
| 791 | 791 | winget configure .\.configurations\configuration.dsc.yaml | |
| Back | FazBrowse Home | New Git URL |
0 commit comments