Skip to content

Commit 5e75ea5

Browse files
committed
Merge branch 'dev' of https://github.com/CodeBeamOrg/BCSS into dev
2 parents 46e71a2 + e656d39 commit 5e75ea5

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
on: push
1+
on:
2+
push:
3+
workflow_dispatch:
24
name: 🚀 Deploy website on push
35
jobs:
46
web-deploy:
57
name: 🎉 Deploy
68
runs-on: ubuntu-latest
79
steps:
810
- name: 🚚 Get latest code
9-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1012
- name: Setup .NET Core
11-
uses: actions/setup-dotnet@v3.2.0
13+
uses: actions/setup-dotnet@v4
1214
with:
13-
dotnet-version: 8.0.x
15+
dotnet-version: |
16+
8.0.x
17+
9.0.x
1418
- name: Install dependencies
1519
run: dotnet restore
1620
- name: Build with dotnet

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
[![NuGet version](https://img.shields.io/nuget/v/CodeBeam.bcss?color=ff4081&label=nuget%20version&logo=nuget&style=flat-square)](https://www.nuget.org/packages/CodeBeam.bcss)
88
[![NuGet downloads](https://img.shields.io/nuget/dt/CodeBeam.bcss?color=ff4081&label=nuget%20downloads&logo=nuget&style=flat-square)](https://www.nuget.org/packages/CodeBeam.bcss)
99

10+
| BCSS | .NET |
11+
| :------------- | :-------------: |
12+
| 1.0.0 | .NET 6 - .NET 7 - .NET 8 |
13+
| 1.0.1 | .NET 8 - .NET 9 |
14+
1015
## Installation
1116
1. Install CodeBeam.BCSS Nuget package
1217
```razor

0 commit comments

Comments
 (0)