File tree Expand file tree Collapse file tree 6 files changed +12
-10
lines changed Expand file tree Collapse file tree 6 files changed +12
-10
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.27 .0-client-v2.22 .0
47
- release_name : " AOT Client v2.22 .0 NpgsqlRest v2.27 .0"
46
+ tag_name : v2.28 .0-client-v2.23 .0
47
+ release_name : " AOT Client v2.23 .0 NpgsqlRest v2.28 .0"
48
48
draft : true
49
49
prerelease : true
50
50
Original file line number Diff line number Diff line change 1
1
/*
2
- 2.22 .0.0
2
+ 2.23 .0.0
3
3
*/
4
4
{
5
5
//
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.27 .0-client-v2.22 .0/npgsqlrest-linux64 -O npgsqlrest && \
5
+ wget https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.28 .0-client-v2.23 .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 @@ -29,13 +29,15 @@ Outputs:
29
29
30
30
```
31
31
Versions:
32
- .NET 9.0.5
33
- Client Build 2.22.0.0
32
+ .NET 9.0.6
33
+ Client Build 2.23.0.0
34
+ System.Text.Json 9.0.0.0
35
+ ExcelDataReader 3.7.0.0
34
36
Serilog.AspNetCore 9.0.0.0
35
37
Npgsql 9.0.3.0
36
- NpgsqlRest 2.27 .0.0
38
+ NpgsqlRest 2.28 .0.0
37
39
NpgsqlRest.HttpFiles 1.3.0.0
38
- NpgsqlRest.TsClient 1.19 .0.0
40
+ NpgsqlRest.TsClient 1.20 .0.0
39
41
NpgsqlRest.CrudSource 1.3.2.0
40
42
41
43
CurrentDirectory /app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npgsqlrest" ,
3
- "version" : " 2.22 .0" ,
3
+ "version" : " 2.23 .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.27 .0-client-v2.22 .0/" ;
9
+ const downloadFrom = "https://github.com/vb-consulting/NpgsqlRest/releases/download/v2.28 .0-client-v2.23 .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