Skip to content

Commit

Permalink
Add nuspec template file (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Oct 24, 2023
2 parents 8cfeb4b + 001e6d9 commit 61dd48a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .ci/BHoMBot/Nuget/BHoM.Interop.LadybugTools.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>BHoM.Interop.LadybugTools</id>
<version></version>
<authors>BHoM</authors>
<projectUrl>https://github.com/BHoM/LadybugTools_Toolkit</projectUrl>
<license type="file">licence.txt</license>
<icon>icon.png</icon>
<readme>readme.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Interact with Ladybug Tools via BHoM</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>BHoM engine aec LadyBug LadyBugTools</tags>
<title></title>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="licence/licence.txt" target="" />
<file src="images/icon.png" target="" />
<file src="docs/readme.md" target="" />
</files>
</package>
2 changes: 1 addition & 1 deletion LadybugTools_Engine/LadybugTools_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\\ProgramData\\BHoM\\Assemblies&quot; /Y" />
</Target>

</Project>
</Project>

0 comments on commit 61dd48a

Please sign in to comment.