diff --git a/README.md b/README.md index 070f9da..1dff895 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Once done, you can use `dotnet mbdiscid` to run it. ## Release Notes +### v1.0.1 (2020-04-17) + +Fixed a build issue causing the XML documentation to be missing from the NuGet package. + ### v1.0 (2020-03-22) First release. diff --git a/appveyor.yml b/appveyor.yml index 0e58a9b..6d1bf79 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.1-appveyor.{build} +version: 1.0.1 image: Visual Studio 2019 configuration: Debug install: diff --git a/dotnet-mbdiscid/dotnet-mbdiscid.csproj b/dotnet-mbdiscid/dotnet-mbdiscid.csproj index 6f29fe5..d4b15ee 100644 --- a/dotnet-mbdiscid/dotnet-mbdiscid.csproj +++ b/dotnet-mbdiscid/dotnet-mbdiscid.csproj @@ -5,7 +5,7 @@