Bumped the version number to 0.3.0.0; enabled output of docs.
This commit is contained in:
@@ -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' ">
|
||||||
|
|||||||
Reference in New Issue
Block a user