Skip to content

Commit 3a92aa8

Browse files
Merge pull request #222 from microsoft/dependabot/nuget/Std.UriTemplate-0.0.57
Bump Std.UriTemplate from 0.0.56 to 0.0.57
2 parents 010f926 + e691edc commit 3a92aa8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.4] - 2024-04-19
11+
12+
- Bumps Std.UriTemplate to version 0.0.57
13+
1014
## [1.8.3] - 2024-04-18
1115

1216
- Have set the license expression on the nuget package rather than bundling in a file (https://github.com/microsoft/kiota-abstractions-dotnet/issues/219)

src/Microsoft.Kiota.Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageProjectUrl>https://aka.ms/kiota/docs</PackageProjectUrl>
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<Deterministic>true</Deterministic>
18-
<VersionPrefix>1.8.3</VersionPrefix>
18+
<VersionPrefix>1.8.4</VersionPrefix>
1919
<VersionSuffix></VersionSuffix>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2121
<SignAssembly>false</SignAssembly>
@@ -44,7 +44,7 @@
4444

4545
<ItemGroup>
4646
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
47-
<PackageReference Include="Std.UriTemplate" Version="0.0.56" />
47+
<PackageReference Include="Std.UriTemplate" Version="0.0.57" />
4848
</ItemGroup>
4949

5050
<!-- NET 5 target to be removed on next major version-->

0 commit comments

Comments
 (0)