WizardWrx.AssemblyUtils
9.0.277
Prefix Reserved
dotnet add package WizardWrx.AssemblyUtils --version 9.0.277
NuGet\Install-Package WizardWrx.AssemblyUtils -Version 9.0.277
<PackageReference Include="WizardWrx.AssemblyUtils" Version="9.0.277" />
paket add WizardWrx.AssemblyUtils --version 9.0.277
#r "nuget: WizardWrx.AssemblyUtils, 9.0.277"
// Install WizardWrx.AssemblyUtils as a Cake Addin #addin nuget:?package=WizardWrx.AssemblyUtils&version=9.0.277 // Install WizardWrx.AssemblyUtils as a Cake Tool #tool nuget:?package=WizardWrx.AssemblyUtils&version=9.0.277
Classes for Documenting and Managing Assemblies
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- WizardWrx.Common (>= 9.0.266)
- WizardWrx.Core (>= 9.0.355)
NuGet packages (2)
Showing the top 2 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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.277 | 150 | 2/6/2024 |
9.0.273 | 438 | 7/17/2023 |
9.0.272 | 229 | 7/17/2023 |
9.0.266 | 501 | 12/8/2022 |
9.0.264 | 362 | 11/24/2022 |
9.0.262 | 340 | 11/24/2022 |
9.0.258 | 1,589 | 10/15/2022 |
9.0.257 | 1,238 | 9/18/2022 |
9.0.0 | 483 | 6/25/2022 |
8.0.248 | 1,736 | 5/21/2022 |
8.0.246 | 1,438 | 5/21/2022 |
8.0.245 | 1,412 | 5/21/2022 |
8.0.232 | 464 | 4/24/2022 |
8.0.228 | 1,508 | 4/19/2022 |
8.0.226 | 2,440 | 4/7/2022 |
8.0.225 | 1,527 | 4/7/2022 |
8.0.220 | 1,744 | 3/25/2022 |
8.0.218 | 1,448 | 3/25/2022 |
8.0.217 | 1,423 | 3/25/2022 |
8.0.214 | 1,745 | 3/9/2022 |
8.0.212 | 1,194 | 12/20/2021 |
8.0.211 | 1,066 | 12/20/2021 |
8.0.209 | 1,118 | 12/10/2021 |
8.0.207 | 1,312 | 10/19/2021 |
8.0.200 | 1,311 | 10/13/2021 |
8.0.198 | 1,295 | 8/2/2021 |
8.0.196 | 1,383 | 7/12/2021 |
8.0.193 | 1,285 | 7/4/2021 |
8.0.189 | 1,340 | 6/30/2021 |
8.0.187 | 1,279 | 6/21/2021 |
8.0.186 | 1,154 | 6/21/2021 |
8.0.183 | 1,370 | 6/18/2021 |
8.0.182 | 1,164 | 6/18/2021 |
8.0.178 | 1,291 | 6/10/2021 |
8.0.176 | 1,159 | 6/9/2021 |
8.0.172 | 1,535 | 5/20/2021 |
8.0.171 | 1,229 | 5/20/2021 |
8.0.165 | 1,330 | 5/2/2021 |
8.0.163 | 1,169 | 5/2/2021 |
8.0.162 | 2,091 | 4/19/2021 |
8.0.160 | 1,204 | 3/22/2021 |
8.0.156 | 1,230 | 2/6/2021 |
8.0.129 | 1,182 | 2/1/2021 |
8.0.128 | 1,165 | 1/31/2021 |
7.24.123 | 1,149 | 12/31/2020 |
7.23.122 | 1,595 | 10/18/2020 |
7.23.121 | 568 | 12/26/2019 |
7.23.119 | 534 | 12/17/2019 |
7.21.118.43106 | 555 | 7/18/2019 |
7.21.118.42993 | 528 | 10/3/2019 |
7.21.118.36609 | 543 | 7/19/2019 |
7.21.118.31728 | 570 | 7/9/2019 |
7.20.117.895 | 602 | 6/12/2019 |
7.20.116.43113 | 621 | 6/10/2019 |
7.17.116.35196 | 780 | 5/23/2019 |
7.17.116.22514 | 616 | 6/4/2019 |
7.17.116.3840 | 609 | 6/4/2019 |
7.17.116.2397 | 594 | 6/4/2019 |
7.17.116.1425 | 639 | 5/21/2019 |
7.15.114.34743 | 1,691 | 5/3/2019 |
Implement two new methods, GetAssemblyGUID and GetAssemblyTargetFramework, which return assembly attributes that are applied during the build process, and are somewhat obtuse to extract. Of the two, `GetAssemblyTargetFramework` is almost certainly the most useful because it identifies the Microsost .NET Framework against which it was built, known also as its Target Framework.