Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan0660 committed Aug 12, 2024
1 parent 05abe8e commit 633ece5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/rcaron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron
- name: build
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Tests
- name: build
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Jit
- name: build
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Jit.Tests
- name: build
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Cli
- name: build
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.LanguageServer
- name: build
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Benchmarks
- name: build
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Shell
- name: build
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: restore
run: dotnet restore RCaron.Shell.Tests
- name: build
Expand All @@ -140,7 +140,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: pack
run: dotnet pack ${{ matrix.project }} -c release -o ./${{ matrix.project }}/bin/nupkg
- name: push
Expand Down
2 changes: 1 addition & 1 deletion RCaron.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Jan0660</Authors>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand Down

0 comments on commit 633ece5

Please sign in to comment.