Skip to content

Commit 28183ac

Browse files
author
Jeff Ferguson
committed
Edited project properties for version 2.1.0.11.
1 parent 7d773ac commit 28183ac

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

JeffFerguson.Gepsio/JeffFerguson.Gepsio.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<PackageId>Gepsio</PackageId>
7+
<Version>2.1.0.11</Version>
8+
<Authors>Jeff Ferguson</Authors>
9+
<Company />
10+
<Product>Gepsio</Product>
11+
<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>
12+
<PackageReleaseNotes>See https://github.com/JeffFerguson/gepsio/wiki/Version-2.1.0.11-Release-Notes for a complete list of changes for this release.</PackageReleaseNotes>
13+
<PackageTags>xbrl</PackageTags>
14+
<PackageLicenseUrl>https://github.com/JeffFerguson/gepsio/blob/master/license.txt</PackageLicenseUrl>
15+
<PackageProjectUrl />
16+
<RepositoryUrl>https://github.com/JeffFerguson/gepsio/</RepositoryUrl>
17+
</PropertyGroup>
18+
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
20+
<DocumentationFile>bin\Debug\netstandard2.0\JeffFerguson.Gepsio.xml</DocumentationFile>
21+
</PropertyGroup>
22+
23+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
24+
<DocumentationFile>bin\Release\netstandard2.0\JeffFerguson.Gepsio.xml</DocumentationFile>
525
</PropertyGroup>
626

727
</Project>

0 commit comments

Comments
 (0)