From f9e106cb648126f3a5e050a814ace5d1e02f42dc Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Wed, 1 Apr 2020 14:58:18 +0200 Subject: [PATCH] Bump version nr and mention macOS in README --- README.md | 2 +- src/Tmds.ExecFunction/Tmds.ExecFunction.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 939eb50..cb7a973 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Tmds.ExecFunction/Tmds.ExecFunction.csproj b/src/Tmds.ExecFunction/Tmds.ExecFunction.csproj index 7917ae4..f25165a 100644 --- a/src/Tmds.ExecFunction/Tmds.ExecFunction.csproj +++ b/src/Tmds.ExecFunction/Tmds.ExecFunction.csproj @@ -3,7 +3,7 @@ Exe netstandard2.0 - 0.3.1 + 0.4.0 true Execute a function in a separate process Tom Deseyn