Skip to content

Commit

Permalink
Merge pull request #51 from microsoft/tavisLibBump
Browse files Browse the repository at this point in the history
Bump Tavis.UriTemplates
  • Loading branch information
andrueastman authored Nov 22, 2022
2 parents 2f03274 + 3db27a7 commit c95f585
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.0-preview.18] - 2022-11-22

### Changed

- Bumps Tavis.UriTemplates to strongly name binary version

## [1.0.0-preview.17] - 2022-11-11

### Changed
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>preview.17</VersionSuffix>
<VersionSuffix>preview.18</VersionSuffix>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>
Expand All @@ -23,7 +23,7 @@
<!-- Enable this line once we go live to prevent breaking changes -->
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
<PackageReleaseNotes>
- Fixes a bug in the InMemoryBackingstore that would not detect changes in nested collections of complex types that had backing stores
- Bumps Tavis.UriTemplates to strongly name binary version
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
<PackageReference Include="Tavis.UriTemplates" Version="2.0.0" />
</ItemGroup>

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

0 comments on commit c95f585

Please sign in to comment.