Skip to content

Commit 57c32cb

Browse files
committed
0.9.1 - add xml documentation to nupkg
1 parent 4e4a389 commit 57c32cb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

DynamicInterop/DynamicInterop.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectGuid>{37E8DF32-0D37-418E-B976-10F4B36A0073}</ProjectGuid>
66
<OutputType>Library</OutputType>
77
<TargetFramework>netstandard2.0</TargetFramework>
8-
<Version>0.9.0</Version>
8+
<Version>0.9.1</Version>
99
<!-- See for pkg tags: https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#nuget-metadata-properties -->
1010
<Copyright>(c) 2014-2017 Jean-Michel Perraud; (c) 2014 Daniel Collins, CSIRO; (c) 2013 Kosei, evolvedmicrobe</Copyright>
1111
<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>
@@ -20,6 +20,9 @@
2020
<PackageReleaseNotes>Migration to .NET Standard 2.0</PackageReleaseNotes>
2121
<PackageTags>interop dynamic p/invoke</PackageTags>
2222
</PropertyGroup>
23+
<PropertyGroup>
24+
<DocumentationFile>bin\$(Configuration)\netstandard2.0\DynamicInterop.xml</DocumentationFile>
25+
</PropertyGroup>
2326
<ItemGroup>
2427
<None Include="Classes.cd" />
2528
</ItemGroup>

0 commit comments

Comments
 (0)