From 14bb39f28b4b69575dd3df408bdd67ce61778d98 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Thu, 23 May 2024 11:20:16 +0300 Subject: [PATCH] Use abstractions version range --- CHANGELOG.md | 6 ++++++ src/Microsoft.Kiota.Serialization.Form.csproj | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa3b58..efc2f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3] - 2024-05-23 + +### Changed + +- Fixed an issue where fixed versions of abstractions would result in restore failures. [microsoft/kiota-http-dotnet#256](https://github.com/microsoft/kiota-http-dotnet/issues/258) + ## [1.2.2] - 2024-05-21 ### Changed diff --git a/src/Microsoft.Kiota.Serialization.Form.csproj b/src/Microsoft.Kiota.Serialization.Form.csproj index d64612f..3baf810 100644 --- a/src/Microsoft.Kiota.Serialization.Form.csproj +++ b/src/Microsoft.Kiota.Serialization.Form.csproj @@ -16,7 +16,7 @@ https://aka.ms/kiota/docs true true - 1.2.2 + 1.2.3 true true @@ -45,7 +45,7 @@ - +