Dengdu.IronPython.StdLib 2.7.8

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

// Install Dengdu.IronPython.StdLib as a Cake Tool
#tool nuget:?package=Dengdu.IronPython.StdLib&version=2.7.8

Precompiled IronPython.StdLib.

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.7.8 1,614 5/5/2018

The IronPython community is proud to announce the release of IronPython 2.7.8. This release is about a year in the making! There have been NUMEROUS changes since 2.7.7 that are part of this release. A full listing can be found by looking at this list. The major changes are that we reorganized the code to be cleaner and more maintainable. We've put significant effort into modernizing and updating the testing infrastructure. This will be the first release that has support for .NET Core (included in the nuget packages). This will also be the first release where we have significant testing on Linux under Mono! This release has been a labor of love and we hope you enjoy it as much as we have enjoyed working on it!