Skip to content

Commit

Permalink
0.9.1 - add xml documentation to nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp75 committed Feb 18, 2018
1 parent 4e4a389 commit 57c32cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DynamicInterop/DynamicInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ProjectGuid>{37E8DF32-0D37-418E-B976-10F4B36A0073}</ProjectGuid>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
<!-- See for pkg tags: https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#nuget-metadata-properties -->
<Copyright>(c) 2014-2017 Jean-Michel Perraud; (c) 2014 Daniel Collins, CSIRO; (c) 2013 Kosei, evolvedmicrobe</Copyright>
<Description>Load native shared libraries from .NET on Unix, Windows or MacOS. This package offers more facilities to handle a native library at runtime rather than at compile time (vanilla P/Invoke uses rather static idioms).</Description>
Expand All @@ -20,6 +20,9 @@
<PackageReleaseNotes>Migration to .NET Standard 2.0</PackageReleaseNotes>
<PackageTags>interop dynamic p/invoke</PackageTags>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\DynamicInterop.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="Classes.cd" />
</ItemGroup>
Expand Down

0 comments on commit 57c32cb

Please sign in to comment.