Skip to content

Commit

Permalink
Bump version nr and mention macOS in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Apr 1, 2020
1 parent 1604153 commit f9e106c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The library is based on the corefx RemoteExecutorTestBase class.

# Supported platforms

This library supports .NET Core 2.0+ on Windows and Linux.
This library supports .NET Core 2.0+ on Windows, Linux, and macOS.

# Usage

Expand Down
2 changes: 1 addition & 1 deletion src/Tmds.ExecFunction/Tmds.ExecFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Description>Execute a function in a separate process</Description>
<Authors>Tom Deseyn</Authors>
Expand Down

0 comments on commit f9e106c

Please sign in to comment.