Bumped the version number to 0.3.0.0; enabled output of docs.

This commit is contained in:
Kevin Thompson
2019-06-16 17:25:59 -04:00
parent 91f6a680cf
commit f892e1c93f

View File

@@ -7,7 +7,13 @@
<Authors>Kevin Thompson</Authors> <Authors>Kevin Thompson</Authors>
<PackageReleaseNotes>Adds support for username/password credentials, but introduces a minor change in the interface that breaks existing code.</PackageReleaseNotes> <PackageReleaseNotes>Adds support for username/password credentials, but introduces a minor change in the interface that breaks existing code.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/antiduh/nsspi</PackageProjectUrl> <PackageProjectUrl>https://github.com/antiduh/nsspi</PackageProjectUrl>
<Version>0.2.1.0</Version> <Version>0.3.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>NSspi.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>NSspi.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">