File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.16.2 "
2+ "." : " 1.16.3 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.16.3] ( https://github.com/microsoft/kiota-dotnet/compare/v1.16.2...v1.16.3 ) (2025-01-07)
9+
10+
11+ ### Bug Fixes
12+
13+ * removes bom from encoding ([ 7ef6862] ( https://github.com/microsoft/kiota-dotnet/commit/7ef6862e76a08b59fdc4ce9d3240d21ac4f33114 ) )
14+
815## [ 1.16.2] - 2024-01-07
916
1017- Fixed inspecting of response body when response http content is not buffered. [ #501 ] ( https://github.com/microsoft/kiota-dotnet/issues/501 )
Original file line number Diff line number Diff line change 11<Project >
22 <!-- Common default project properties for ALL projects-->
33 <PropertyGroup >
4- <VersionPrefix >1.16.2 </VersionPrefix >
5- <VersionSuffix ></ VersionSuffix >
4+ <VersionPrefix >1.16.3 </VersionPrefix >
5+ <VersionSuffix / >
66 <!-- This is overidden in test projects by setting to true-->
77 <IsTestProject >false</IsTestProject >
88 <!-- This is overidden in test projects by setting to true-->
2020 <ItemGroup >
2121 <!-- The target application is the one which will resolve the correct version.
2222 When the version range is updated to > 8.0.4 in the future, remove the GHSA suppression -->
23- <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
24- <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
23+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" />
24+ <NuGetAuditSuppress Include =" https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
2525 </ItemGroup >
2626</Project >
You can’t perform that action at this time.
0 commit comments