Aspose.Diagram 3.0.0

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

// Install Aspose.Diagram as a Cake Tool
#tool nuget:?package=Aspose.Diagram&version=3.0.0

Aspose.Diagram is a class library for working with Microsoft Visio files. It allows developers to create new diagrams and work with VSD, VSDX, VSS, VST, VSX, VTX, VDW and VDX files on ASP.NET web applications, web services and Windows applications. It allows you to open files and manipulate the elements of the diagram, from lines and fills, to more complex elements, and then export to VDX, VSX, VTX, XPS, HTML, SVG, SWF, XAML, image or PDF formats.

Product Compatible and additional computed target framework versions.
.NET Framework net11 is compatible.  net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 212 4/20/2015
5.1.0 228 2/28/2015
5.0.0 183 1/16/2015
4.6.0 216 12/4/2014
4.5.0 166 10/22/2014
4.4.0 264 9/12/2014
4.3.0 280 8/8/2014
4.2.0 236 7/4/2014
4.1.0 115 5/27/2014
4.0.0 169 5/14/2014
3.9.0 108 4/25/2014
3.8.0 112 3/27/2014
3.7.0 104 2/28/2014
3.6.0.1 86 12/20/2013
3.6.0 72 12/12/2013
3.5.0 1,848 9/26/2013
3.4.0 77 8/20/2013
3.3.0 71 6/4/2013
3.2.0 78 5/16/2013
3.1.0 74 4/3/2013
3.0.0 73 2/20/2013
2.9.0 75 12/17/2012
2.8.0 72 11/12/2012
2.7.0 116 10/2/2012
2.6.0 72 8/28/2012
2.5.0 75 8/13/2012
2.4.0 73 7/13/2012
2.3.0 71 6/4/2012
2.2.0 72 4/28/2012
2.1.0 71 4/9/2012
2.0.0 73 3/8/2012
1.9.0.1 72 2/16/2012
1.9.0 71 2/6/2012
1.8.1 72 1/24/2012
1.8.0 73 1/13/2012

This release introduces the features, enhancements,task and bug fixes as detailed below:
New Features
DIAGRAM-33243 - Reading support for new MS Visio 2013 VSDX format.

Enhancements
DIAGRAM-33307 - Provide rendering of simple VSDX diagram.

Sub-Tasks
DIAGRAM-33278 - Reading Document Properties collection from vsdx.
DIAGRAM-33303 - Reading coolection of pages with properties from OPC package.
DIAGRAM-33304 - Reading Shapes collection for each page.
DIAGRAM-33305 - Reading collection of windows from OPC package.
DIAGRAM-33310 - Reading shape's text from vsdx format.
DIAGRAM-33295 - Reading additional document properties from custom part of OPC package.
DIAGRAM-33294 - Reading Preview picture from OPC package.
DIAGRAM-33297 - Reading PageSheet element for each master.
DIAGRAM-33296 - Creating architecture for reading masters collection from OPC package with relationship.
DIAGRAM-33298 - Reading Shapes collection for each master.
DIAGRAM-33301 - Implement classes for reading Geoms sections of Shape.
DIAGRAM-33302 - Provide reading coordinates with different types.
DIAGRAM-33318 - Support loading properties of Fill and Line from themes for simple diagrams.
DIAGRAM-33313 - Provide inheritance fill properties of shape from master shape or stylesheet.
DIAGRAM-33317 - Add to the object model and support loading new relative coordinates RelMoveTo,RelLineTo,RelEllipticalArcTo and other.
DIAGRAM-33314 - Provide inheritance line properties of shape from master shape or stylesheet.
DIAGRAM-33315 - Provide inheritance text properties of shape from master shape or stylesheet.

Bugs
DIAGRAM-33323 - Exception occurred during VSD to PNG conversion.