Skip to content

Commit 33d1d21

Browse files
committed
All packages release 2.1.1
Bug fix ([#77](#177)): dependency on the `Nullable` package was not declared with `PrivateAssets=all`, leading to that showing up as a dependency. This would break users who explicitly have a dependency on an older version of `Nullable`. This fix shouldn't break anyone, as far as we're aware. Signed-off-by: Jon Skeet <[email protected]>
1 parent 10114fb commit 33d1d21

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/history.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Version history (from 2.0)
22

3-
## 2.1 (2021-07-14)
3+
## 2.1.1 (2021-07-21)
4+
5+
Bug fix ([#77](https://github.com/cloudevents/sdk-csharp/pull/177)): dependency on the
6+
`Nullable` package was not declared with `PrivateAssets=all`,
7+
leading to that showing up as a dependency. This would break users
8+
who explicitly have a dependency on an older version of `Nullable`.
9+
10+
This fix shouldn't break anyone, as far as we're aware.
11+
12+
## 2.1.0 (2021-07-14)
413

514
New features:
615

@@ -17,7 +26,7 @@ Bug fixes:
1726
- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed))
1827
- Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](https://github.com/cloudevents/sdk-csharp/commit/18e13635fe333b24432ac34d9ef040cd962d1063))
1928

20-
## 2.0 (2021-06-15)
29+
## 2.0.0 (2021-06-15)
2130

2231
Initial GA release for 2.x. See the ["changes since 1.x"
2332
document](changes-since-1x.md) for more detail around what has

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- We use the same version number for all stable
55
- packages. See PROCESSES.md for details.
66
-->
7-
<Version>2.1.0</Version>
7+
<Version>2.1.1</Version>
88

99
<!-- Make the repository root available for other properties -->
1010
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>

0 commit comments

Comments
 (0)