Microsoft.Dism 1.5.1

dotnet add package Microsoft.Dism --version 1.5.1
                    
NuGet\Install-Package Microsoft.Dism -Version 1.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Dism" Version="1.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Dism" Version="1.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Dism" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Dism --version 1.5.1
                    
#r "nuget: Microsoft.Dism, 1.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Dism@1.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Dism&version=1.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Dism&version=1.5.1
                    
Install as a Cake Tool

Managed API for Deployment Image Servicing and Management (DISM)

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on Microsoft.Dism:

Repository Stars
lostindark/DriverStoreExplorer
Driver Store Explorer
redcode-labs/easyWSL
Create WSL distros based on Docker Images.
Fs00/Win10BloatRemover
Configurable CLI tool to easily and aggressively debloat and tweak Windows 10 by removing preinstalled UWP apps, services and more. Originally based on the W10 de-botnet guide made by @adolfintel.
container-desktop/container-desktop
Provides an alternative for Docker for Desktop on Windows using WSL2.
t-richards/chemo
Remove pre-installed junk from Windows 10.
RedpointGames/uet
UET (Unreal Engine Tool) makes building and testing Unreal Engine projects and plugins easy. It can distribute builds with BuildGraph, remotely execute automation tests on device and across multiple machines, handles fault tolerance and automatic retries and generally makes the whole experience of automating Unreal Engine a lot more pleasant.
ProjectCeleste/Celeste.Launcher
Version Downloads Last Updated
1.5.1 188 4/9/2015
1.4.5450.33574 200 12/4/2014
1.2.5184.14979 127 3/12/2014

Fix Microsoft.Win32Ex dependency