Skip to content

Commit 9ccee29

Browse files
committed
update readme
1 parent ef37ebb commit 9ccee29

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010

1111
env:
1212
dotnet-version: "3.1.x"
13-
build_version: "0.0.1.${{ github.run_number }}-preview"
13+
build_version: "0.0.2.${{ github.run_number }}-preview"
1414

1515
jobs:
1616
pub-pkgs:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010

1111
env:
1212
dotnet-version: "3.1.x"
13-
build_version: "0.0.1.${{ github.run_number }}-preview"
13+
build_version: "0.0.2.${{ github.run_number }}-preview"
1414

1515
jobs:
1616
ci:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010

1111
env:
1212
dotnet-version: "3.1.x"
13-
build_version: "0.0.1.${{ github.run_number }}"
13+
build_version: "0.0.2.${{ github.run_number }}"
1414

1515
jobs:
1616
pub-pkgs:

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44

55
Client SDK for Judge0 RESTful API.
66

7-
- Tested Judge0 version: 1.18, 1.19
7+
Judge0 version supported status:
8+
9+
- [x] 1.9.0
10+
- [x] 1.8.0
11+
- [x] 1.7.1
12+
- [x] 1.7.0
13+
- [x] 1.6.0
14+
- [x] 1.5.0
815

916
## Install
1017

0 commit comments

Comments
 (0)