This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 606becc Make ready for release 2.0.1 (only the version number
changed. Something went wrong (in the .NET 6 target) when building the NuGet
package for release 2.0.0)
606becc is described below
commit 606beccf903e9178ba14b890d951900c3deb5d11
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Fri Nov 12 15:59:28 2021 +0100
Make ready for release 2.0.1 (only the version number changed. Something
went wrong (in the .NET 6 target) when building the NuGet package for release
2.0.0)
---
CHANGELOG.md | 6 ++++++
src/DotPulsar/DotPulsar.csproj | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5755bc..92783ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.1] - 2021-11-12
+
+### Changed
+
+- Only the version number changed. Something went wrong (in the .NET 6 target)
when building the NuGet package for release 2.0.0
+
## [2.0.0] - 2021-11-12
## Added
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 474afe3..646fba4 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
- <Version>2.0.0</Version>
+ <Version>2.0.1</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Authors>ApachePulsar,DanskeCommodities,dblank</Authors>