Skip to content

Releases: jeffkl/ManagedDism

3.1.0

05 Feb 21:07
7232e6e
Compare
Choose a tag to compare

What's Changed

  • Minor updates by @jeffkl in #213
  • Add overload to GetDriverInfo to also get the DismDriverPackage by @jeffkl in #219

Full Changelog: v3.0.0...v3.1.0

3.0.0

03 Nov 23:05
7a79695
Compare
Choose a tag to compare

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.5.2

30 Jun 21:04
6e3e4c7
Compare
Choose a tag to compare

What's Changed

  • Produce non-portable symbols for .NET Framework by @jeffkl in #164
  • Publish a legacy symbols package instead by @jeffkl in #165
  • Include symbols in package by @jeffkl in #166

Full Changelog: v2.4.0...v2.5.2

2.4.0

27 Sep 16:49
7f0bdaf
Compare
Choose a tag to compare

What's Changed

  • Add StubPackageOption to AddProvisionedAppxPackage by @jeffkl in #135

Full Changelog: v2.3.1...v2.4.0

2.3.1

27 Sep 16:14
18bcfd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.3.1

2.2.2

01 Mar 21:55
0bd3514
Compare
Choose a tag to compare

What's New

  • Added the ability to suppress exceptions when a reboot is required (#110)
    Thanks @jhennessey!

2.1.10

15 Sep 22:08
5d12437
Compare
Choose a tag to compare

What's New

2.1.9

16 Jun 21:37
18f097a
Compare
Choose a tag to compare

What's New

  • Make CallerMemberNameAttribute internal (#100)

2.1.6

14 May 16:45
d15a354
Compare
Choose a tag to compare

What's New

  • Never throw a null exception (#96)
  • Pass session to ThrowIfFail (#97)

2.1.4

10 Mar 19:28
c84d412
Compare
Choose a tag to compare

What's New

  • Add friendly exception message when DismAddPackage returns CBS_E_NOT_APPLICABLE (#93)