GorillaDocs.Word by Matthew Fitzmaurice

<PackageReference Include="GorillaDocs.Word" Version="1.0.25" />

 GorillaDocs.Word 1.0.25

GorillaDocs is a collection of assemblies that makes working with Microsoft VSTO easier. This package contains the code that applies to Microsoft Word. Specifically: - Extension methods

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>GorillaDocs.Word</id>
    <version>1.0.25.0</version>
    <title>GorillaDocs.Word</title>
    <authors>Matthew Fitzmaurice</authors>
    <owners>Matthew Fitzmaurice</owners>
    <projectUrl>https://github.com/matthewfitzmaurice/GorillaDocs</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/matthewfitzmaurice/GorillaDocs/master/GorillaDocs/Resources/GorillaDocs.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>GorillaDocs is a collection of assemblies that makes working with Microsoft VSTO easier.

      This package contains the code that applies to Microsoft Word.

      Specifically:
      - Extension methods</description>
    <releaseNotes>Release notes:</releaseNotes>
    <tags>VSTO Microsoft Office Word</tags>
    <dependencies>
      <dependency id="GorillaDocs" version="1.0.30" />
      <dependency id="PostSharp" version="3.1.49" />
    </dependencies>
  </metadata>
</package>