Skip to content

Commit

Permalink
upgrade to .net8.0 and new SendAsync Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebllll committed Jun 19, 2024
1 parent 036d8fe commit 0ed9ae9
Show file tree
Hide file tree
Showing 9 changed files with 922 additions and 951 deletions.
1,195 changes: 511 additions & 684 deletions VL.PJLink.vl

Large diffs are not rendered by default.

234 changes: 122 additions & 112 deletions help/Projector Control/General/HowTo Overview.vl

Large diffs are not rendered by default.

Binary file removed lib/net472/PJLink.dll
Binary file not shown.
34 changes: 34 additions & 0 deletions lib/net8.0/PJLink.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"PJLink/1.0.0": {
"dependencies": {
"System.Data.DataSetExtensions": "4.5.0"
},
"runtime": {
"PJLink.dll": {}
}
},
"System.Data.DataSetExtensions/4.5.0": {}
}
},
"libraries": {
"PJLink/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"System.Data.DataSetExtensions/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==",
"path": "system.data.datasetextensions/4.5.0",
"hashPath": "system.data.datasetextensions.4.5.0.nupkg.sha512"
}
}
}
Binary file added lib/net8.0/PJLink.dll
Binary file not shown.
Binary file added lib/net8.0/PJLink.pdb
Binary file not shown.
308 changes: 154 additions & 154 deletions lib/net472/PJLink.xml → lib/net8.0/PJLink.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pjlink-sharp
Loading

0 comments on commit 0ed9ae9

Please sign in to comment.