Skip to content

Bump version to v0.2.4 #19

Bump version to v0.2.4

Bump version to v0.2.4 #19

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore
run: dotnet restore .\SideTabScroller.slnx
- name: Build
run: dotnet build .\SideTabScroller.slnx -c Release --no-restore