Top 20 NuGet assembly Packages

AssemblyExtensions is a .NET Core class library that can be used to get metadata for an assembly.
Contains the SDK reference assemblies for PowerShell version 2
What has been changed compared to original: 1.3.0.3: Fixed output detection for _YASM task. 1.3.0.2: Moved targets and props to build folder to automatically include them when downloaded. 1.3.0.1: Added option to overload yasm platform in yasm task. ...
A set of useful DB objects and functions to shorten the development time and create a basic toolset for Assembly Software Developers
A tool to verify binary compatibility of a set of .dll files.
Provides the ability to provide configuration to the hosted application by convention.
Adds MSBuild targets to C# projects that rewrite "version" tag of the $(ProjectName).nuspec file found at the root of the project's directory, using the most recent version from the VSpec.json file also located at the root of the project.
The PowerShell script to increment the assembly version on AssemblyInfo.
Versioning and assembly related code generation utilities for use with DangrLib.
.NET assembly reader/writer
Allows emitting arbitrary assembly attributes, compatible between SDK-style projects and classic ones. Usage: declare @(AssemblyAttribute) items to include, such as: <ItemGroup> <AssemblyAttribute Include="[ATTRIBUTE_FULL_TYPENAME]" _Parameter1="[CTOR_ARG]" _ParameterN="[CTOR_ARG_N]" /> </...
The PowerShell script to increment the assembly version in project files. Ensure the Version element before run.
The PowerShell script to increment the assembly version in AssemblyInfo.
A Loftware control wrapper for Assembly Software Developers
Contains the reference assemblies for PowerShell version 5.1
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify th...
The library for quick access to some members of .NET-assembly.
Provides the attributed hooks for purposes of invoking Code Generation.