Skip to content

Commit

Permalink
Merge branch 'develop/Fukurou' into release/Fukurou
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Sep 30, 2019
2 parents e0600de + 0ca5585 commit e83e610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion AltCover/altcover.core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="System.Security.Permissions" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Q. Never mind the fluff -- how do I get started?

A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide

# 6.2.726 (Fukurou series release 7)
# 6.2.727 (Fukurou series release 7 respin)
* [BUGFIX] Issue #74 -- Strip unwanted dependencies from released code.
* Generally, move to .net core 3.0 for build (many other changes in process only)
* With the F# 4.7 compiler, static linking FSharp.Core into the recorder has been fixed, and has been adopted
* In .net core 3.0 release, `dotnet build` no longer does a `dotnet publish` to the output directory
Expand Down
1 change: 1 addition & 0 deletions Tests/altcover.tests.core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.0" />
<PackageReference Include="System.Security.Permissions" Version="4.6.0" />
</ItemGroup>
</Project>

0 comments on commit e83e610

Please sign in to comment.