зеркало из https://github.com/akkadotnet/Hyperion.git
Update release notes for 0.9.16 (#178)
* Update RELEASE_NOTES.md * Update RELEASE_NOTES.md * Update RELEASE_NOTES.md * Update RELEASE_NOTES.md Co-authored-by: Aaron Stannard <aaron@petabridge.com>
This commit is contained in:
Родитель
4e4f742d6b
Коммит
e5d4900a0e
|
@ -1,3 +1,6 @@
|
|||
### 0.9.15 February 27 2020 ####
|
||||
|
||||
* [Fix `Type.GetGenericTypeDefinition()` interface error](https://github.com/akkadotnet/Hyperion/pull/166)
|
||||
### 0.9.16 June 17 2020 ####
|
||||
* [Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1](https://github.com/akkadotnet/Hyperion/pull/174)
|
||||
* [Add deserialization support for ReadOnlyDictionary](https://github.com/akkadotnet/Hyperion/pull/177)
|
||||
* [Bump FluentAssertions from 5.10.2 to 5.10.3](https://github.com/akkadotnet/Hyperion/pull/171)
|
||||
* [Bump System.Collections.Immutable from 1.7.0 to 1.7.1](https://github.com/akkadotnet/Hyperion/pull/175)
|
||||
* [Bump BenchmarkDotNet from 0.12.0 to 0.12.1](https://github.com/akkadotnet/Hyperion/pull/172)
|
||||
|
|
|
@ -2,8 +2,12 @@
|
|||
<PropertyGroup>
|
||||
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
|
||||
<Authors>Akka.NET Team</Authors>
|
||||
<VersionPrefix>0.9.15</VersionPrefix>
|
||||
<PackageReleaseNotes>[Fix `Type.GetGenericTypeDefinition()` interface error](https://github.com/akkadotnet/Hyperion/pull/166)</PackageReleaseNotes>
|
||||
<VersionPrefix>0.9.16</VersionPrefix>
|
||||
<PackageReleaseNotes>[Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1](https://github.com/akkadotnet/Hyperion/pull/174)
|
||||
[Add deserialization support for ReadOnlyDictionary](https://github.com/akkadotnet/Hyperion/pull/177)
|
||||
[Bump FluentAssertions from 5.10.2 to 5.10.3](https://github.com/akkadotnet/Hyperion/pull/171)
|
||||
[Bump System.Collections.Immutable from 1.7.0 to 1.7.1](https://github.com/akkadotnet/Hyperion/pull/175)
|
||||
[Bump BenchmarkDotNet from 0.12.0 to 0.12.1](https://github.com/akkadotnet/Hyperion/pull/172)</PackageReleaseNotes>
|
||||
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
|
||||
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
|
||||
|
|
Загрузка…
Ссылка в новой задаче