We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb9b85 commit 7999942Copy full SHA for 7999942
docs/history.md
@@ -1,5 +1,10 @@
1
# Version history (from 2.0)
2
3
+## 2.7.1 (2023-09-04)
4
+
5
+- Prevent string resource lookup if not required
6
+ Fixes ([#264](https://github.com/cloudevents/sdk-csharp/issues/264)).
7
8
## 2.7.0 (2023-07-31)
9
10
- Add the ability to specify a custom serializer for Avro.
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.7.0</Version>
+ <Version>2.7.1</Version>
<!-- Make the repository root available for other properties -->
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>
0 commit comments