openmesh.redist 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package openmesh.redist --version 7.0.0
NuGet\Install-Package openmesh.redist -Version 7.0.0
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="openmesh.redist" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add openmesh.redist --version 7.0.0
#r "nuget: openmesh.redist, 7.0.0"
#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 openmesh.redist as a Cake Addin
#addin nuget:?package=openmesh.redist&version=7.0.0

// Install openmesh.redist as a Cake Tool
#tool nuget:?package=openmesh.redist&version=7.0.0

Redistributable components for package 'openmesh'. This package should only be installed as a dependency.
(This is not the package you are looking for).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on openmesh.redist:

Package Downloads
openmesh

OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.1.1 2,332 7/29/2018
7.1.0 1,064 7/28/2018
7.0.0 1,008 7/28/2018
6.3.0 1,057 7/28/2018
6.2.1 1,040 7/28/2018
6.2.0 3,035 7/31/2016

This release adds more C++11 support. We can't guarantee that OpenMesh compiles with non C++11 compatible compilers anymore. Furthermore we removed the Python support from the package itself and moved to a new interface available via Pypi.org. The source of the python bindings is now in our Gitlab. Next to the Core updates for C++11 we fixed several bugs and improved handling for external vector types. The Subdivider was updated with a midpoint subdivision scheme. Another set of changes adds fixes and improvements to several reader and writer modules.