generated from BHoM/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fraser Greenroyd
committed
Aug 14, 2023
1 parent
521de1b
commit c01a3f9
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |