IconExtractor 1.0.0

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

This library allows you to extracting first .ico file in PE format file (.exe, .dll) to stream.

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

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on IconExtractor:

Repository Stars
INotGreen/SharpThief
一键提取exe的图标、嵌入图标、资源信息、版本信息、修改时间、数字签名,降低程序熵值
Version Downloads Last updated
1.0.0 109 3/25/2015

v.1.0
     - first release