DynamoVisualProgramming.Core by Autodesk

<PackageReference Include="DynamoVisualProgramming.Core" Version="1.2.0" />

 DynamoVisualProgramming.Core 1.2.0

Unit and system test infrastructure for Dynamo. It contains the following files: 1)DynamoCore.dll 2)ProtoCore.dll 3)DynamoShapeManager.dll 4)DynamoUtilities.dll

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>DynamoVisualProgramming.Core</id>
    <version>1.2.0</version>
    <authors>Autodesk</authors>
    <owners>Autodesk</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/DynamoDS/Dynamo</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/DynamoDS/Dynamo/master/doc/distrib/Images/logo_square_32x32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Unit and system test infrastructure for Dynamo. It contains the following files:
		1)DynamoCore.dll
		2)ProtoCore.dll
		3)DynamoShapeManager.dll 
		4)DynamoUtilities.dll</description>
    <summary>This package contains the core assemblies for Dynamo.</summary>
    <copyright>Copyright Autodesk 2016</copyright>
    <dependencies>
      <dependency id="Prism" version="4.1" />
      <dependency id="NUnit" version="2.6.3" />
      <dependency id="DynamoVisualProgramming.ZeroTouchLibrary" version="1.2.0" />
    </dependencies>
  </metadata>
</package>