Skip to content

2.0.2

Compare
Choose a tag to compare
@jeffkl jeffkl released this 26 Jun 16:53
09d428d

NuGet

What's New

  • Sign assembly (#45)
  • Fix issue when unloading DismApi (#49)
  • Ensure initialization only happens once (#51)
  • Map ERROR_CANCELLED to OperationCanceledException (#52)
  • Automatically reload the session if necessary (#56)
  • Add missing Regions field to DismAppxPackage_ (#59)

Breaking Changes

  1. The Microsoft.Dism.dll assembly is now strong name signed.
  2. The OperationCanceledException will be thrown instead of the more generic Win32Exception when an operation is canceled.
  3. The DismReloadImageSessionRequiredException will no longer be thrown for operations that require a session to be reloaded. Instead, the session is automatically reloaded.
  4. Undocumented functions like _AddProvisionedAppxPackage were renamed to just AddProvisionedAppxPackage.