Skip to content

Commit a502db2

Browse files
committed
Release 0.2.4.
1 parent 5f8485c commit a502db2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/create-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Add NuGet source
2323
run: nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/mysql-net/index.json" -UserName bgrainger -Password ${{ secrets.GITHUB_TOKEN }}
2424
- name: Publish to GPR
25+
shell: pwsh
2526
run: |
2627
$tag = "${{ github.ref }}".Substring(10)
2728
nuget push src\PlaygroundLibrary\bin\Release\PlaygroundLibrary.$tag.nupkg -Source GPR

src/PlaygroundLibrary/PlaygroundLibrary.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.2.3</VersionPrefix>
4+
<VersionPrefix>0.2.4</VersionPrefix>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<Title>Playground Library</Title>

0 commit comments

Comments
 (0)