Skip to content

Commit

Permalink
Add NuGet package specs
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Aug 6, 2015
1 parent f8da9c8 commit 44cc931
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,4 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
*.nupkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.Registration.FSharp</id>
<version>0.33.7-rc2</version>
<title>Excel-DNA Registration Extensions for F#</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
<projectUrl>http://excel-dna.net</projectUrl>
<iconUrl>http://docs.excel-dna.net/NuGetIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Excel-DNA Registration is an extension package for Excel-DNA, adding custom registration processing.
This package adds additional transformations appropriate to F# projects.</description>
<summary>Excel-DNA Registration provides custom registration and function transformation helpers to Excel-DNA add-ins.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[0.33.0,0.34)" />
<dependency id="ExcelDna.Registration" version="[0.33.0,0.34)" />
<dependency id="ExcelDna.Interop" version="14.0.0" />
</dependencies>
</metadata>
<files>
<file src="..\..\Source\ExcelDna.Registration.FSharp\bin\Release\ExcelDna.Registration.FSharp.dll" target="lib\net40\ExcelDna.Registration.FSharp.dll" />
</files>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.Registration.VisualBasic</id>
<version>0.33.7-rc2</version>
<title>Excel-DNA Registration Extensions for Visual Basic</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
<projectUrl>http://excel-dna.net</projectUrl>
<iconUrl>http://docs.excel-dna.net/NuGetIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Excel-DNA Registration is an extension package for Excel-DNA, adding custom registration processing.
This package adds additional transformations appropriate to Visual Basic projects, enhancing VBA compatibility.</description>
<summary>Excel-DNA Registration provides custom registration and function transformation helpers to Excel-DNA add-ins.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="ExcelDna.Integration" version="[0.33.0,0.34)" />
<dependency id="ExcelDna.Registration" version="[0.33.0,0.34)" />
<dependency id="ExcelDna.Interop" version="14.0.0" />
</dependencies>
</metadata>
<files>
<file src="..\..\Source\ExcelDna.Registration.VisualBasic\bin\Release\ExcelDna.Registration.VisualBasic.dll" target="lib\net40\ExcelDna.Registration.VisualBasic.dll" />
</files>
</package>
6 changes: 3 additions & 3 deletions NuGet/ExcelDna.Registration/ExcelDna.Registration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.Registration</id>
<version>0.33.0-beta1</version>
<version>0.33.7-rc1</version>
<title>Excel-DNA Registration Extensions</title>
<authors>Govert van Drimmelen</authors>
<owners>Govert van Drimmelen</owners>
Expand All @@ -13,10 +13,10 @@
<summary>Excel-DNA Registration provides custom registration and function transformation helpers to Excel-DNA add-ins.</summary>
<tags>excel exceldna udf excel-dna</tags>
<dependencies>
<dependency id="Excel-DNA.Lib" version="[0.32.0,0.33)" />
<dependency id="ExcelDna.Integration" version="[0.33.0,0.34)" />
</dependencies>
</metadata>
<files>
<file src="..\....\Source\ExcelDna.Registration\bin\Release\ExcelDna.Registration.dll" target="lib\net40\ExcelDna.Registration.dll" />
<file src="..\..\Source\ExcelDna.Registration\bin\Release\ExcelDna.Registration.dll" target="lib\net40\ExcelDna.Registration.dll" />
</files>
</package>

0 comments on commit 44cc931

Please sign in to comment.