File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
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'" >
You can’t perform that action at this time.
0 commit comments