File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ### 0.9.10 October 15 2019 ####
1
+ ### 0.9.11 November 13 2019 ####
2
2
3
- Hyperion now [ supports cross-framework communication between .NET Core and .NET Framework ] ( https://github.com/akkadotnet/Hyperion/pull/116 ) .
3
+ [ Hyperion now targets .NET 4.5 again so it can be included inside Akka .NET v1.3. * releases ] ( https://github.com/akkadotnet/Hyperion/pull/141 ) .
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.11.5 " />
10
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.12.0 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<AssemblyTitle >Hyperion</AssemblyTitle >
6
6
<Description >Hyperion, fast binary POCO serializer</Description >
7
- <TargetFrameworks >netstandard1.6;netstandard2.0;net452 </TargetFrameworks >
7
+ <TargetFrameworks >netstandard1.6;netstandard2.0;net45 </TargetFrameworks >
8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
9
<PackageTags >serialization;poco</PackageTags >
10
10
</PropertyGroup >
19
19
<PackageReference Include =" Microsoft.CSharp" Version =" 4.6.0" />
20
20
</ItemGroup >
21
21
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
22
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
23
23
<Reference Include =" System" />
24
24
<Reference Include =" Microsoft.CSharp" />
25
25
</ItemGroup >
33
33
<DefineConstants >$(DefineConstants);NETSTANDARD20</DefineConstants >
34
34
</PropertyGroup >
35
35
36
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
36
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
37
37
<DefineConstants >$(DefineConstants);SERIALIZATION;UNSAFE;NET45</DefineConstants >
38
38
</PropertyGroup >
39
39
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Copyright >Copyright © 2016-2017 Akka.NET Team</Copyright >
4
4
<Authors >Akka.NET Team</Authors >
5
- <VersionPrefix >0.9.10 </VersionPrefix >
6
- <PackageReleaseNotes >Hyperion now [supports cross-framework communication between .NET Core and .NET Framework ](https://github.com/akkadotnet/Hyperion/pull/116 ).</PackageReleaseNotes >
5
+ <VersionPrefix >0.9.11 </VersionPrefix >
6
+ <PackageReleaseNotes >[ Hyperion now targets .NET 4.5 again so it can be included inside Akka .NET v1.3.* releases ](https://github.com/akkadotnet/Hyperion/pull/141 ).</PackageReleaseNotes >
7
7
<PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
8
8
<PackageProjectUrl >https://github.com/akkadotnet/Hyperion</PackageProjectUrl >
9
9
<PackageLicenseUrl >https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl >
10
10
<NoWarn >$(NoWarn);CS1591</NoWarn >
11
11
</PropertyGroup >
12
12
<PropertyGroup >
13
13
<XunitVersion >2.4.1</XunitVersion >
14
- <TestSdkVersion >16.3 .0</TestSdkVersion >
14
+ <TestSdkVersion >16.4 .0</TestSdkVersion >
15
15
<NBenchVersion >1.2.2</NBenchVersion >
16
16
</PropertyGroup >
17
17
</Project >
You can’t perform that action at this time.
0 commit comments