CAM.Physical 1.0.0-RC1

This is a prerelease version of CAM.Physical.

Requires NuGet 2.5 or higher.

dotnet add package CAM.Physical --version 1.0.0-RC1
NuGet\Install-Package CAM.Physical -Version 1.0.0-RC1
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="CAM.Physical" Version="1.0.0-RC1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CAM.Physical --version 1.0.0-RC1
#r "nuget: CAM.Physical, 1.0.0-RC1"
#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.
// Install CAM.Physical as a Cake Addin
#addin nuget:?package=CAM.Physical&version=1.0.0-RC1&prerelease

// Install CAM.Physical as a Cake Tool
#tool nuget:?package=CAM.Physical&version=1.0.0-RC1&prerelease

Provides functionality related to Physical layer of CILAssemblyManipulator (CAM) framework. This is the lowest abstraction level of CAM, and the provided functionality allows directly manipulate metadata tables, rows, and signatures.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CAM.Physical:

Package Downloads
CAM.Logical

Provides functionality related to Logical layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc are represented by high-level abstract API similar to the one in System.Reflection namespace of .NET framework. Additionally wrapping of native reflection elements (types, mehtods, fields, etc) is supported.

CAM.Structural

Provides functionality related to Structural layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc may be manipulated directly instead of indirect metadata tables, rows, signatures, and table references.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-RC1 1,312 9/25/2015
1.0.0-beta4 1,072 8/18/2015
1.0.0-beta3 1,109 8/18/2015
1.0.0-beta2 1,058 8/18/2015
1.0.0-beta 1,063 8/18/2015

Some minor bug fixes and enhancements.