AODL 1.2.0.1

dotnet add package AODL --version 1.2.0.1
                    
NuGet\Install-Package AODL -Version 1.2.0.1
                    
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="AODL" Version="1.2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AODL" Version="1.2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AODL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AODL --version 1.2.0.1
                    
#r "nuget: AODL, 1.2.0.1"
                    
#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.
#addin nuget:?package=AODL&version=1.2.0.1
                    
Install AODL as a Cake Addin
#tool nuget:?package=AODL&version=1.2.0.1
                    
Install AODL as a Cake Tool

AODL is C# .NET library for creating / editing documents in the OpenDocument Format ( ODF ). Requires no knowledge about the ODF XML schema itself.

Product Compatible and additional computed target framework versions.
.NET Framework net 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.1 736 3/21/2013

-------------------------------
04.01.2005 AODC 1.2.0.1 beta

Changes and new features
- Text indicies
- Some smaller html conversation changes

Bugfixes
- [ 1436075 ] CellSpan null reference exception
in Spreadsheet document

-------------------------------
07.02.2005 AODC 1.2.0.0 beta

Changes and new features
- Support for OpenDocument Spreadsheet documents

-------------------------------
04.01.2005 AODC 1.0.2.0 beta

Changes and new features
- Register odt files with AODC, or create
 an menu entry "Convert with AODC"
- Foot- and Endnotes will be converted
- Full table of contents support, with
 named anchors, if toc use hyperlinks
- Batch mode, simply convert more than
 one file at the same time

Bugfixes
- [ 1396032 ] Italic font style

-------------------------------
20.12.2005 AODC 1.0.1.1 beta

Changes and new features
- Gui setting could be stored, now.

Bugfixes
- [ 1385395 ] inch resp. cm error
- [ 1385462 ] Global Liststyle error
- [ 1386394 ] Document drawing exception

-------------------------------
18.12.2005 AODC 1.0.1.0 beta

Changes and new features
- Option form, now auto check for last update
 available
- Error reporter, if something goes wrong
- Better html
- Faster conversation

Bugfixes
- [ 1381958 ] Illustration Bug
- [ 1383623 ] Conversation Thread missed error event

-------------------------------
14.12.2005 AODC 1.0.0.1 alpha

- fixed column span bug