WizardWrx.AssemblyUtils 8.0.129

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

Classes for Documenting and Managing Assemblies

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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on WizardWrx.AssemblyUtils:

Package Downloads
WizardWrx.EmbeddedTextFile

Read text files that are embedded in an assembly, and test arbitrary byte arrays for the presence of a Byte Order Mark.

WizardWrx.DLLConfigurationManager

Installation Standard Configuration Settings Management

WizardWrx.ConsoleAppAids3

Helper routines for console mode programs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.282 227 10/19/2025
9.0.281 206 10/19/2025
9.0.280 215 10/19/2025
9.0.279 216 10/19/2025
9.0.278 215 10/19/2025
9.0.277 395 2/6/2024
9.0.273 658 7/17/2023
9.0.272 338 7/17/2023
9.0.266 636 12/8/2022
9.0.264 488 11/24/2022
9.0.262 444 11/24/2022
9.0.258 1,760 10/15/2022
9.0.257 1,363 9/18/2022
9.0.0 620 6/25/2022
8.0.248 1,942 5/21/2022
8.0.246 1,602 5/21/2022
8.0.245 1,566 5/21/2022
8.0.232 609 4/24/2022
8.0.228 1,682 4/19/2022
8.0.226 2,693 4/7/2022
8.0.225 1,723 4/7/2022
8.0.220 1,958 3/25/2022
8.0.218 1,629 3/25/2022
8.0.217 1,586 3/25/2022
8.0.214 1,917 3/9/2022
8.0.212 1,393 12/20/2021
8.0.211 1,267 12/20/2021
8.0.209 1,332 12/10/2021
8.0.207 1,523 10/19/2021
8.0.200 1,519 10/13/2021
8.0.198 1,503 8/2/2021
8.0.196 1,595 7/12/2021
8.0.193 1,478 7/4/2021
8.0.189 1,533 6/30/2021
8.0.187 1,496 6/21/2021
8.0.186 1,327 6/21/2021
8.0.183 1,564 6/18/2021
8.0.182 1,361 6/18/2021
8.0.178 1,502 6/10/2021
8.0.176 1,354 6/9/2021
8.0.172 1,790 5/20/2021
8.0.171 1,425 5/20/2021
8.0.165 1,551 5/2/2021
8.0.163 1,360 5/2/2021
8.0.162 2,335 4/19/2021
8.0.160 1,380 3/22/2021
8.0.156 1,439 2/6/2021
8.0.129 1,385 2/1/2021
8.0.128 1,373 1/31/2021
7.24.123 1,370 12/31/2020
7.23.122 1,854 10/18/2020
7.23.121 747 12/26/2019
7.23.119 715 12/17/2019
7.21.118.43106 745 7/18/2019
7.21.118.42993 721 10/3/2019
7.21.118.36609 712 7/19/2019
7.21.118.31728 732 7/9/2019
7.20.117.895 770 6/12/2019
7.20.116.43113 796 6/10/2019
7.17.116.35196 979 5/23/2019
7.17.116.22514 801 6/4/2019
7.17.116.3840 796 6/4/2019
7.17.116.2397 749 6/4/2019
7.17.116.1425 826 5/21/2019
7.15.114.34743 1,931 5/3/2019

This release adds a new class, AssemblyAttributeHelpers, which exposes one static method, GetAssemblyVersionInfo. It also incorporates the current version of dependent library WizardWrx.Core.dll.