Skip to content

Commit 771e50c

Browse files
authored
Merge pull request #552 from microsoft/release-please--branches--main--components--kiota-dotnet
chore(main): release 1.19.0
2 parents 18a127e + b7fb882 commit 771e50c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.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.18.0"
2+
".": "1.19.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.19.0](https://github.com/microsoft/kiota-dotnet/compare/v1.18.0...v1.19.0) (2025-06-18)
9+
10+
11+
### Features
12+
13+
* optionally parse Decimal as string ([ea198e0](https://github.com/microsoft/kiota-dotnet/commit/ea198e011a89474698c3880fbcd38477dd41a694))
14+
* optionally parse Double as string ([e205169](https://github.com/microsoft/kiota-dotnet/commit/e205169d6bae1847884c4b900784b34867e12a2d))
15+
* optionally parse Float as string ([cbee369](https://github.com/microsoft/kiota-dotnet/commit/cbee369dfe3cf26b001980318d3120d9229db6dd))
16+
* optionally parse Int as string ([51fc88a](https://github.com/microsoft/kiota-dotnet/commit/51fc88a2482365383302ad733c36a613050344e6))
17+
* optionally parse Long as string ([54c132d](https://github.com/microsoft/kiota-dotnet/commit/54c132d037b3a07d3c9167005cd085163cee5ea1))
18+
819
## [1.18.0](https://github.com/microsoft/kiota-dotnet/compare/v1.17.4...v1.18.0) (2025-06-13)
920

1021

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
4-
<VersionPrefix>1.18.0</VersionPrefix>
4+
<VersionPrefix>1.19.0</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)