diff --git a/JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj b/JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj
index 994d97e..c10019e 100644
--- a/JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj
+++ b/JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj
@@ -4,27 +4,27 @@
net6.0
true
Gepsio
- 2.1.0.16
+ 2.1.0.17
Jeff Ferguson
Gepsio
- Gepsio is a document object model for XBRL documents, built with .NET Standard 2.1. Load your XBRL document with the XbrlDocument class and work with your XBRL document exposed as a set of .NET Standard classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the XBRL-CONF-2014-12-10 conformance test suite designed by the XBRL organization.
- See https://github.com/JeffFerguson/gepsio/releases/tag/v2.1.0.16 for a complete list of changes for this release.
+ Gepsio is a document object model for XBRL documents, built with .NET 6. Load your XBRL document with the XbrlDocument class and work with your XBRL document exposed as a set of .NET 6 classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the XBRL-CONF-2014-12-10 conformance test suite designed by the XBRL organization.
+ See https://github.com/JeffFerguson/gepsio/releases/tag/v2.1.0.17 for a complete list of changes for this release.
xbrl
https://github.com/JeffFerguson/gepsio/
- 2.1.0.16
- 2.1.0.16
+ 2.1.0.17
+ 2.1.0.17
license.txt
- bin\Debug\netstandard2.0\JeffFerguson.Gepsio.xml
+ bin\Debug\net6.0\JeffFerguson.Gepsio.xml
- bin\Release\netstandard2.0\JeffFerguson.Gepsio.xml
+ bin\Release\net6.0\JeffFerguson.Gepsio.xml
diff --git a/JeffFerguson.Gepsio/Xml/Implementations/SystemXmlLinq/Document.cs b/JeffFerguson.Gepsio/Xml/Implementations/SystemXmlLinq/Document.cs
index 1a2875a..7099071 100644
--- a/JeffFerguson.Gepsio/Xml/Implementations/SystemXmlLinq/Document.cs
+++ b/JeffFerguson.Gepsio/Xml/Implementations/SystemXmlLinq/Document.cs
@@ -9,7 +9,7 @@
namespace JeffFerguson.Gepsio.Xml.Implementation.SystemXmlLinq
{
///
- /// An implementation of IDocument that uses the System.Xml.Linq classes from .NET Standard 2.1.
+ /// An implementation of IDocument that uses the System.Xml.Linq classes from .NET 6.
///
internal class Document : IDocument
{
diff --git a/readme.md b/readme.md
index aa13b75..29439dd 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
# What is Gepsio?
Gepsio is a document object model for [XBRL](https://www.xbrl.org/) documents. The object model is built using .NET 6 and will work with any software development platform that can consume .NET 6 assemblies.
-Load your XBRL document with the `XbrlDocument` class and work with your XBRL document exposed as a set of .NET Standard classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the [XBRL Conformance Suite](http://www.xbrl.org/2005/xbrl-conf-cr1-2005-04-25.htm) designed by the XBRL organization.
+Load your XBRL document with the `XbrlDocument` class and work with your XBRL document exposed as a set of .NET 6 classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the [XBRL Conformance Suite](https://specifications.xbrl.org/release-history-base-spec-conformance-suite.html) designed by the XBRL organization.
The [Wiki](https://github.com/JeffFerguson/gepsio/wiki) includes a section called "Working with Gepsio" that describes how to use Gepsio to work with XBRL document instances.
\ No newline at end of file