Skip to content

Commit 90c4603

Browse files
committed
chore: fix browsingpath, remove Demos and DelphiToFPC paths
1 parent 792a176 commit 90c4603

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

boss.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
2-
"name": "delphi-cross-socket",
3-
"description": "Delphi cross-platform async socket library (IOCP/epoll/kqueue) with HTTP server and OpenSSL 3.x support. Fork of winddriver/Delphi-Cross-Socket — adds Boss package manifest only. Zero source changes.",
4-
"version": "1.0.0",
5-
"homepage": "https://github.com/freitasjca/Delphi-Cross-Socket",
6-
"license": "MIT",
7-
"mainsrc": "Net/",
8-
"browsingpath": "Net/;Utils/",
9-
"projects": [],
10-
"dependencies": {}
1+
{
2+
"name": "delphi-cross-socket",
3+
"description": "Delphi cross-platform async socket library (IOCP/epoll/kqueue) with HTTP server and OpenSSL 3.x support. Fork of winddriver/Delphi-Cross-Socket — adds Boss package manifest only. Zero source changes.",
4+
"version": "1.0.1",
5+
"homepage": "https://github.com/freitasjca/Delphi-Cross-Socket",
6+
"license": "MIT",
7+
"mainsrc": "Net/",
8+
"browsingpath": "Net/;Utils/;CnPack/Common/;CnPack/Crypto/",
9+
"projects": [],
10+
"dependencies": {}
1111
}

0 commit comments

Comments
 (0)