Microsoft.Wim 1.0.5231.24127

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Wim --version 1.0.5231.24127
                    
NuGet\Install-Package Microsoft.Wim -Version 1.0.5231.24127
                    
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.Wim" Version="1.0.5231.24127" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Wim" Version="1.0.5231.24127" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Wim" />
                    
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.Wim --version 1.0.5231.24127
                    
#r "nuget: Microsoft.Wim, 1.0.5231.24127"
                    
#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.Wim@1.0.5231.24127
                    
#: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.Wim&version=1.0.5231.24127
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Wim&version=1.0.5231.24127
                    
Install as a Cake Tool

Managed Windows Imaging API (WIMGAPI)

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Microsoft.Wim:

Repository Stars
pebakery/pebakery
PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE).
Ameliorated-LLC/trusted-uninstaller-cli
Core functionality for AME Wizard
jeffkl/ManagedDism
A managed wrapper for the native Deployment Image Servicing and Management (DISM) API.
Version Downloads Last Updated
1.0.5233 191 4/9/2015
1.0.5231.24127 160 4/28/2014
1.0.5137.22989 96 1/24/2014

ApplyImage now throws an OperationCanceledException when the operation is aborted
     CaptureImage() now checks the input path for null and existence
     CommitImageHandle() no longer closes the handle when appending
     DeleteImage() now checks the image index better