Skip to content

Commit f01db15

Browse files
committed
Generate documentation enabled
1 parent 360f328 commit f01db15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Mihir.AspNetCore.Authentication.Basic/Mihir.AspNetCore.Authentication.Basic.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RepositoryUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</RepositoryUrl>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageProjectUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</PackageProjectUrl>
11-
<Version>1.0.1</Version>
11+
<Version>1.0.2</Version>
1212
<Copyright>Copyright (c) 2018 Mihir Dilip</Copyright>
1313
<PackageLicenseUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic/blob/master/LICENSE.txt</PackageLicenseUrl>
1414
<RepositoryType>GitHub</RepositoryType>
@@ -19,6 +19,10 @@
1919
<PackageReleaseNotes>- Challenge property moved from BasicOptions to BasicHandler</PackageReleaseNotes>
2020
</PropertyGroup>
2121

22+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
23+
<DocumentationFile>bin\Release\netstandard2.0\Mihir.AspNetCore.Authentication.Basic.xml</DocumentationFile>
24+
</PropertyGroup>
25+
2226
<ItemGroup>
2327
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.3" />
2428
</ItemGroup>

0 commit comments

Comments
 (0)