diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fee95c..1e4c01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/Topper/Topper.csproj b/Topper/Topper.csproj index 689c95a..aea2cb5 100644 --- a/Topper/Topper.csproj +++ b/Topper/Topper.csproj @@ -1,9 +1,13 @@ - + netstandard2.0 + + C:\projects-rebusfm\Topper\Topper\Topper.xml + + all