Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d0d9ec4
Refactor code (#35)
felgmar May 10, 2025
899e72b
scripts: Refactor build scripts (#37)
felgmar May 20, 2025
00a2263
WindowsInstallerLib: Update functions documentation (#38)
felgmar May 20, 2025
3e5f85f
Add installer compilation for the build system (#39)
felgmar Jun 19, 2025
bda9777
Potential fix for code scanning alert no. 1: Workflow does not contai…
felgmar Jun 19, 2025
fdfe2dd
Update gitignore with the latest Visual Studio template
felgmar Jun 19, 2025
31b5b62
WindowsInstallerLib: don't create the MSR partition first
felgmar Jul 13, 2025
6d4cfba
DeploymentManager: small refactoring for improved readability
felgmar Jul 13, 2025
b70fc51
WindowsInstallerLib: add new function InstallAdditionalDrivers
felgmar Aug 6, 2025
c42b0de
ConsoleApp: update naming to AdditionalDriversDrive
felgmar Aug 6, 2025
dd7d8e8
scripts: fix empty argument check
felgmar Sep 15, 2025
c0f044a
scripts: adjust indentation
felgmar Sep 15, 2025
e621dc8
scripts: fix and improve some stuff
felgmar Sep 15, 2025
d946c31
scripts: implement RepositoryDir variable
felgmar Sep 15, 2025
79d4ec3
scripts: change AppLicense to %LICENSE%
felgmar Sep 15, 2025
f8c3128
Vastly improve the README file adding more information
felgmar Sep 18, 2025
ee52cac
Fix a typo
felgmar Sep 18, 2025
f0cda0e
WindowsInstallerLib: reimplement extra driver installation
felgmar Sep 18, 2025
f105a50
README: Update .NET SDK prerequisites
felgmar Sep 18, 2025
1f5786d
scripts: fix the compile-installer.bat file
felgmar Sep 19, 2025
f569384
scripts: add AppVersion patching
felgmar Sep 19, 2025
0b4431c
README: fix typos and wording
felgmar Sep 19, 2025
591ec65
WindowsInstallerLib: bump version to 1.1.3.0
felgmar Sep 24, 2025
6fbdf76
WindowsInstallerLib: update depencies
felgmar Oct 30, 2025
9bc4694
Upgrade to .NET 10.0 (#44)
felgmar Nov 18, 2025
18748b7
scripts: bump VERSION to the latest release
felgmar Nov 18, 2025
dd7aff3
ConsoleApp: throw exception for unknown command-line arguments
felgmar Nov 24, 2025
0b8e9af
WindowsInstallerLib: ensure DismSession is properly closed
felgmar Nov 24, 2025
86d72fe
WindowsInstallerLib: add exception handling to DISM API
felgmar Dec 22, 2025
f19cbf1
WindowsInstallerLib: improve drive validation and error handling
felgmar Dec 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
permissions:
contents: read

on:
push:
Expand Down
Loading
Loading