Skip to content

Commit

Permalink
Updated version information to 2.1.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ferguson committed Aug 4, 2018
1 parent eaa7373 commit 2cd9fde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Gepsio</PackageId>
<Version>2.1.0.13</Version>
<Version>2.1.0.14</Version>
<Authors>Jeff Ferguson</Authors>
<Company />
<Product>Gepsio</Product>
<Description>Gepsio is a document object model for XBRL documents, built with .NET Standard 2.0. 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.</Description>
<PackageReleaseNotes>See See https://github.com/JeffFerguson/gepsio/releases/tag/v2.1.0.13 for a complete list of changes for this release. for a complete list of changes for this release.</PackageReleaseNotes>
<PackageReleaseNotes>See See https://github.com/JeffFerguson/gepsio/releases/tag/v2.1.0.14 for a complete list of changes for this release. for a complete list of changes for this release.</PackageReleaseNotes>
<PackageTags>xbrl</PackageTags>
<PackageLicenseUrl>https://github.com/JeffFerguson/gepsio/blob/master/license.txt</PackageLicenseUrl>
<PackageProjectUrl />
<RepositoryUrl>https://github.com/JeffFerguson/gepsio/</RepositoryUrl>
<AssemblyVersion>2.1.0.14</AssemblyVersion>
<FileVersion>2.1.0.14</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 2cd9fde

Please sign in to comment.