File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+ <Import Project =" ..\common.props" />
2
3
3
4
<PropertyGroup >
4
5
<AssemblyTitle >Hyperion</AssemblyTitle >
5
6
<Description >Hyperion, fast binary POCO serializer</Description >
6
- <Copyright >Copyright © 2016-2017 Akka.NET Team</Copyright >
7
- <VersionPrefix >0.9.5</VersionPrefix >
8
- <Authors >akkadotnet</Authors >
9
7
<TargetFrameworks >netstandard1.6;net45</TargetFrameworks >
10
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11
9
<PackageTags >serialization;poco</PackageTags >
12
- <PackageProjectUrl >https://github.com/akkadotnet/Hyperion</PackageProjectUrl >
13
- <PackageLicenseUrl >https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl >
14
10
<NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.6' " >1.6.1</NetStandardImplicitPackageVersion >
15
11
</PropertyGroup >
16
12
Original file line number Diff line number Diff line change
1
+ ### 0.9.6 August 17 2017
2
+
3
+ Resolving issues with conflicting binary being downloaded via NuGet with version bump.
4
+
1
5
### 0.9.5 August 11 2017
2
6
3
7
Provides support for .NET Standard 1.6.
Original file line number Diff line number Diff line change @@ -264,5 +264,6 @@ Target "Nuget" DoNothing
264
264
// all
265
265
" BuildRelease" ==> " All"
266
266
" RunTests" ==> " All"
267
+ " Nuget" ==> " All"
267
268
268
269
RunTargetOrDefault " Help"
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <Copyright >Copyright © 2016-2017 Akka.NET Team</Copyright >
4
+ <Authors >Akka.NET Team</Authors >
5
+ <VersionPrefix >0.9.6</VersionPrefix >
6
+ <PackageReleaseNotes >Placeholder</PackageReleaseNotes >
7
+ <PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
8
+ <PackageIconUrl ></PackageIconUrl >
9
+ <PackageProjectUrl >https://github.com/akkadotnet/Hyperion</PackageProjectUrl >
10
+ <PackageLicenseUrl >https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl >
11
+ <NoWarn >$(NoWarn);CS1591</NoWarn >
12
+ </PropertyGroup >
13
+ <PropertyGroup >
14
+ <XunitVersion >2.3.0-beta4-*</XunitVersion >
15
+ </PropertyGroup >
16
+ </Project >
You can’t perform that action at this time.
0 commit comments