Skip to content

Commit

Permalink
Add nuspec file #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Aug 14, 2023
1 parent 521de1b commit c01a3f9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .ci/BHoMBot/Nuget/BHoM.Interop.Excel.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>BHoM.Interop.Excel</id>
<version></version>
<authors>BHoM</authors>
<projectUrl>https://github.com/BHoM/Excel_Toolkit</projectUrl>
<license type="file">licence.txt</license>
<icon>icon.png</icon>
<readme>readme.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Interop with Excel.</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>BHoM interop excel AEC</tags>
<title></title>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="Microsoft.CSharp" version="4.7.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="licence/licence.txt" target="" />
<file src="images/icon.png" target="" />
<file src="docs/readme.md" target="" />
</files>
</package>

0 comments on commit c01a3f9

Please sign in to comment.