Skip to content

Commit

Permalink
Merge pull request #30 from isaacabraham/netstandard2
Browse files Browse the repository at this point in the history
Support for netstandard2.0
  • Loading branch information
rspeele authored Dec 5, 2019
2 parents 336f87a + 415344a commit c97bb6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.2.0

* Support for .NET Standard 2.0

# v2.1.0

* Enable source link

# V2.0.0

* All features from V1.2.0, but with new builders moved to FSharp.Control.Tasks.V2 namespace to avoid dependency conflicts.
Expand Down
4 changes: 2 additions & 2 deletions TaskBuilder.fs.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;net45;net46;net47</TargetFrameworks>
<PackageVersion>2.1.0</PackageVersion>
<TargetFrameworks>netstandard1.6;netstandard2.0;net45;net46;net47</TargetFrameworks>
<PackageVersion>2.2.0</PackageVersion>
<PackageId>TaskBuilder.fs</PackageId>
<Title>TaskBuilder.fs</Title>
<Authors>humbobst;ForNeVeR</Authors>
Expand Down

0 comments on commit c97bb6d

Please sign in to comment.