We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae17d7 commit 0c0169fCopy full SHA for 0c0169f
docs/history.md
@@ -1,5 +1,10 @@
1
# Version history (from 2.0)
2
3
+## 2.7.0 (2023-07-31)
4
+
5
+- Add the ability to specify a custom serializer for Avro.
6
+ Fixes ([#261](https://github.com/cloudevents/sdk-csharp/issues/261)).
7
8
## 2.6.0 (2023-03-07)
9
10
- Dependencies: system-level dependencies updated
src/Directory.Build.props
@@ -4,7 +4,7 @@
- We use the same version number for all stable
- packages. See PROCESSES.md for details.
-->
- <Version>2.6.0</Version>
+ <Version>2.7.0</Version>
<!-- Make the repository root available for other properties -->
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>
0 commit comments