Skip to content

Commit

Permalink
- add nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dgm9704 committed Jun 22, 2018
1 parent 467a15b commit 7c05b31
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Diwen.XbrlTable/Diwen.XbrlTable.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Diwen.XbrlTable</id>
<version>0.1.0-beta</version>
<title>Diwen.XbrlTable</title>
<authors>John Nordberg</authors>
<owners>diwen</owners>
<licenseUrl>https://www.gnu.org/licenses/lgpl.txt</licenseUrl>
<projectUrl>https://github.com/dgm9704/XbrlTable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>library to help Create table structure from XBRL taxonomy files</description>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.XML" targetFramework=".NETFramework4.5.2" />
</frameworkAssemblies>
<releaseNotes>First attempt at packaging the library, targeting both netstandard2.0 and net452</releaseNotes>
<copyright>Copyright 2017-2018 John Nordberg</copyright>
<tags>XBRL</tags>
</metadata>
<files>
<file src="bin/Release/netstandard2.0/*.dll" target="lib/netstandard2.0" />
<file src="bin/Release/net452/*.dll" target="lib/net452" />
<file src="COPYING.*" target="lib/netstandard2.0" />
<file src="COPYING.*" target="lib/net452" />
</files>
</package>

0 comments on commit 7c05b31

Please sign in to comment.