Skip to content

Commit d0dfee6

Browse files
authored
Merge pull request #506 from microsoft/release-please--branches--main--components--kiota-dotnet
chore(main): release 1.16.3
2 parents 57d7a1a + daf588b commit d0dfee6

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.2"
2+
".": "1.16.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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-->
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)