Skip to content

Commit 3db27a7

Browse files
author
Andrew Omondi
committed
Bump Tavis.UriTemplates
1 parent 2f03274 commit 3db27a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [1.0.0-preview.18] - 2022-11-22
15+
16+
### Changed
17+
18+
- Bumps Tavis.UriTemplates to strongly name binary version
19+
1420
## [1.0.0-preview.17] - 2022-11-11
1521

1622
### Changed

src/Microsoft.Kiota.Abstractions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1515
<Deterministic>true</Deterministic>
1616
<VersionPrefix>1.0.0</VersionPrefix>
17-
<VersionSuffix>preview.17</VersionSuffix>
17+
<VersionSuffix>preview.18</VersionSuffix>
1818
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1919
<SignAssembly>false</SignAssembly>
2020
<DelaySign>false</DelaySign>
@@ -23,7 +23,7 @@
2323
<!-- Enable this line once we go live to prevent breaking changes -->
2424
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
2525
<PackageReleaseNotes>
26-
- Fixes a bug in the InMemoryBackingstore that would not detect changes in nested collections of complex types that had backing stores
26+
- Bumps Tavis.UriTemplates to strongly name binary version
2727
</PackageReleaseNotes>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2929
<PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -32,7 +32,7 @@
3232
<ItemGroup>
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3434
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
35-
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
35+
<PackageReference Include="Tavis.UriTemplates" Version="2.0.0" />
3636
</ItemGroup>
3737

3838
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)