Skip to content

Commit

Permalink
xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Aug 19, 2019
1 parent fd0ae95 commit 4c20540
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@

* Target .NET Standard 2.0

## 3.1.0-b1
## 3.1.0-b2

* Add ability to parallelize initialization/disposal of services
* Service add function now exists in overload that passes a `CancellationToken` to the asynchronous initialization function
* Include XML docs

[scardetto]: https://github.com/scardetto
6 changes: 5 additions & 1 deletion Topper/Topper.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>C:\projects-rebusfm\Topper\Topper\Topper.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="liblog" Version="5.0.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4c20540

Please sign in to comment.