Releases: jeffkl/ManagedDism
Releases · jeffkl/ManagedDism
2.0.23
2.0.22
2.0.21
2.0.20
2.0.16
2.0.14
2.0.2
What's New
- Sign assembly (#45)
- Fix issue when unloading DismApi (#49)
- Ensure initialization only happens once (#51)
- Map
ERROR_CANCELLED
toOperationCanceledException
(#52) - Automatically reload the session if necessary (#56)
- Add missing Regions field to
DismAppxPackage_
(#59)
Breaking Changes
- The
Microsoft.Dism.dll
assembly is now strong name signed. - The
OperationCanceledException
will be thrown instead of the more genericWin32Exception
when an operation is canceled. - The
DismReloadImageSessionRequiredException
will no longer be thrown for operations that require a session to be reloaded. Instead, the session is automatically reloaded. - Undocumented functions like
_AddProvisionedAppxPackage
were renamed to justAddProvisionedAppxPackage
.