You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/history.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Version history (from 2.0)
2
2
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)
4
13
5
14
New features:
6
15
@@ -17,7 +26,7 @@ Bug fixes:
17
26
- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed))
18
27
- 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))
19
28
20
-
## 2.0 (2021-06-15)
29
+
## 2.0.0 (2021-06-15)
21
30
22
31
Initial GA release for 2.x. See the ["changes since 1.x"
23
32
document](changes-since-1x.md) for more detail around what has
0 commit comments