Releases: jeffkl/ManagedDism
Releases · jeffkl/ManagedDism
3.0.0
Breaking Changes
- Fix
DismCapabilityInfo.DownloadSize
and DismCapabilityInfo.InstallSize
by @jeffkl in #210
These properties are now uint
. You will need to update your code accordingly.
Full Changelog: v2.5.2...v3.0.0
2.2.2
What's New
- Added the ability to suppress exceptions when a reboot is required (#110)
Thanks @jhennessey!
2.1.9
What's New
- Make CallerMemberNameAttribute internal (#100)
2.1.6
What's New
- Never throw a null exception (#96)
- Pass session to ThrowIfFail (#97)
2.1.4
What's New
- Add friendly exception message when DismAddPackage returns CBS_E_NOT_APPLICABLE (#93)