From cf0401a3fc353a26c3d3e5be0cbe8c12ffdd32af Mon Sep 17 00:00:00 2001 From: Tomasz Jaskula Date: Mon, 12 Dec 2022 21:10:22 +0100 Subject: [PATCH] Release 1.10.0 --- .github/workflows/dotnet.yml | 5 ----- Directory.Build.props | 2 +- appveyor.yml | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1d4fcb78..c0fbae79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,11 +21,6 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - name: Setup .NET 3.1.x - id: setup-dotnet3 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.x - name: Restore dependencies id: restore-deps run: dotnet restore ./src/Vlingo.Xoom.Actors.sln diff --git a/Directory.Build.props b/Directory.Build.props index 08d2b04b..caa946a3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.9.4 + 1.10.0 \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index bac02d22..ce3c9bce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.9.4.{build} +version: 1.10.0.{build} image: - Visual Studio 2022 - Ubuntu