diff --git a/DocCover/DocCover.csproj b/DocCover/DocCover.csproj index b7f16f3..8c7cfdd 100644 --- a/DocCover/DocCover.csproj +++ b/DocCover/DocCover.csproj @@ -28,15 +28,15 @@ README.md - + PreserveNewest - + PreserveNewest - + PreserveNewest diff --git a/DocCover/DocCover.nuspec b/DocCover/DocCover.nuspec index 622ec4f..67ed24a 100644 --- a/DocCover/DocCover.nuspec +++ b/DocCover/DocCover.nuspec @@ -14,8 +14,8 @@ Copyright © Artees 2018 xml documentation comments - 1.1.0 - Ported to .NET Core. + 1.1.1 + Added missing files for report generation. diff --git a/DocCover/PushNuGet.bat b/DocCover/PushNuGet.bat index 1b351d4..8725fee 100644 --- a/DocCover/PushNuGet.bat +++ b/DocCover/PushNuGet.bat @@ -1,3 +1,3 @@ cd /D "%~dp0" cd ..\..\..\LocalNuGet -nuget push DocCover.1.1.0.nupkg -Source https://api.nuget.org/v3/index.json \ No newline at end of file +nuget push DocCover.1.1.1.nupkg -Source https://api.nuget.org/v3/index.json \ No newline at end of file