Microsoft.Wim 1.0.5233

dotnet add package Microsoft.Wim --version 1.0.5233
                    
NuGet\Install-Package Microsoft.Wim -Version 1.0.5233
                    
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.5233" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Wim" Version="1.0.5233" />
                    
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.5233
                    
#r "nuget: Microsoft.Wim, 1.0.5233"
                    
#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.5233
                    
#: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.5233
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Wim&version=1.0.5233
                    
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

Fixed dependency on Microsoft.Win32Ex