ExcelDna.Registration.FSharp by Govert van Drimmelen

<PackageReference Include="ExcelDna.Registration.FSharp" Version="1.6.1-alpha5" />

 ExcelDna.Registration.FSharp 1.6.1-alpha5

Excel-DNA Registration is an extension package for Excel-DNA, adding custom registration processing. This package adds additional transformations appropriate to F# projects.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ExcelDna.Registration.FSharp</id>
    <version>1.6.1-alpha5</version>
    <title>Excel-DNA Registration Extensions for F#</title>
    <authors>Govert van Drimmelen</authors>
    <owners>Govert van Drimmelen</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <icon>images\ExcelDna-nu.png</icon>
    <projectUrl>http://excel-dna.net/</projectUrl>
    <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>
    <repository type="git" url="https://github.com/Excel-DNA/Registration" />
    <dependencies>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="ExcelDna.Integration" version="[1.6.1-alpha5]" />
        <dependency id="ExcelDna.Registration" version="[1.6.1-alpha5]" />
        <dependency id="ExcelDna.Interop" version="14.0.0" />
      </group>
      <group targetFramework="net6.0-windows7.0">
        <dependency id="ExcelDna.Integration" version="[1.6.1-alpha5]" />
        <dependency id="ExcelDna.Registration" version="[1.6.1-alpha5]" />
      </group>
    </dependencies>
  </metadata>
</package>