We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d8dc7 commit c97d2c1Copy full SHA for c97d2c1
2 files changed
docs/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## 5.5.3
8
+- Changed
9
+ - Saunter nuget updated to v0.13.0 (Veracode flaw related to Newtonsoft 0.9.*)
10
+
11
## 5.5.2
12
- fixed
13
- fixed a namespace issue
src/Ev.ServiceBus.AsyncApi/Ev.ServiceBus.AsyncApi.csproj
@@ -16,7 +16,7 @@
16
</ItemGroup>
17
18
<ItemGroup>
19
- <PackageReference Include="Saunter" Version="0.8.0" />
+ <PackageReference Include="Saunter" Version="0.13.0" />
20
21
22
</Project>
0 commit comments