File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
with :
46
- tag_name : v2.23 .0-client-v2.18 .0
47
- release_name : " AOT Client v2.18 .0 NpgsqlRest v2.23 .0"
46
+ tag_name : v2.24 .0-client-v2.19 .0
47
+ release_name : " AOT Client v2.19 .0 NpgsqlRest v2.24 .0"
48
48
draft : true
49
49
prerelease : true
50
50
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:25.04 AS builder
2
2
WORKDIR /app
3
3
RUN apt-get update && \
4
4
apt-get install -y --no-install-recommends wget ca-certificates && \
5
- wget https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.23 .0-client-v2.18 .0/npgsqlrest-linux64 -O npgsqlrest && \
5
+ wget https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.24 .0-client-v2.19 .0/npgsqlrest-linux64 -O npgsqlrest && \
6
6
chmod +x npgsqlrest
7
7
8
8
FROM ubuntu:25.04
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Outputs:
30
30
```
31
31
Versions:
32
32
.NET 9.0.4
33
- Client Build 2.18 .0.0
33
+ Client Build 2.19 .0.0
34
34
Serilog.AspNetCore 9.0.0.0
35
35
Npgsql 9.0.3.0
36
- NpgsqlRest 2.23 .0.0
36
+ NpgsqlRest 2.24 .0.0
37
37
NpgsqlRest.HttpFiles 1.3.0.0
38
38
NpgsqlRest.TsClient 1.19.0.0
39
39
NpgsqlRest.CrudSource 1.3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npgsqlrest" ,
3
- "version" : " 2.18 .0" ,
3
+ "version" : " 2.19 .0" ,
4
4
"description" : " Automatic REST API for PostgreSQL Databases Client Build" ,
5
5
"scripts" : {
6
6
"postinstall" : " node postinstall.js" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const os = require("os");
6
6
const https = require ( "https" ) ;
7
7
8
8
const downloadDir = "../.bin/" ;
9
- const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.23 .0-client-v2.18 .0/" ;
9
+ const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.24 .0-client-v2.19 .0/" ;
10
10
11
11
function download ( url , to , done ) {
12
12
https . get ( url , ( response ) => {
You can’t perform that action at this time.
0 commit comments