Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjaskula committed Dec 12, 2022
1 parent 91c8144 commit cf0401a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VlingoVersion>1.9.4</VlingoVersion>
<VlingoVersion>1.10.0</VlingoVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.9.4.{build}
version: 1.10.0.{build}
image:
- Visual Studio 2022
- Ubuntu
Expand Down

0 comments on commit cf0401a

Please sign in to comment.