Skip to content

Commit

Permalink
Merge pull request #4 from Wizxrd/dev
Browse files Browse the repository at this point in the history
Client & Updater
  • Loading branch information
Wizxrd authored Aug 13, 2024
2 parents 523361f + c3cbea2 commit 7953d81
Show file tree
Hide file tree
Showing 37 changed files with 3,973 additions and 80 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/include/Logs
18 changes: 17 additions & 1 deletion Client/Client.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Client/1.0.0": {
"dependencies": {
"NAudio": "2.2.1",
"Newtonsoft.Json": "13.0.3"
"Newtonsoft.Json": "13.0.3",
"NuGet.Versioning": "6.10.1"
},
"runtime": {
"Client.dll": {}
Expand Down Expand Up @@ -111,6 +112,14 @@
}
}
},
"NuGet.Versioning/6.10.1": {
"runtime": {
"lib/netstandard2.0/NuGet.Versioning.dll": {
"assemblyVersion": "6.10.1.5",
"fileVersion": "6.10.1.5"
}
}
},
"System.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
Expand Down Expand Up @@ -196,6 +205,13 @@
"path": "newtonsoft.json/13.0.3",
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
},
"NuGet.Versioning/6.10.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tovHZ3OlMVmsTdhv2z5nwnnhoA1ryhfJMyVQ9/+iv6d3h78fp230XaGy3K/iVcLwB50DdfNfIsitW97KSOWDFg==",
"path": "nuget.versioning/6.10.1",
"hashPath": "nuget.versioning.6.10.1.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Client/Client.dll
Binary file not shown.
Binary file modified Client/Client.pdb
Binary file not shown.
23 changes: 23 additions & 0 deletions Client/ClientUpdater.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"ClientUpdater/1.0.0": {
"runtime": {
"ClientUpdater.dll": {}
}
}
}
},
"libraries": {
"ClientUpdater/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added Client/ClientUpdater.dll
Binary file not shown.
Binary file added Client/ClientUpdater.exe
Binary file not shown.
Binary file added Client/ClientUpdater.pdb
Binary file not shown.
19 changes: 19 additions & 0 deletions Client/ClientUpdater.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}
Binary file added Client/NuGet.Versioning.dll
Binary file not shown.
Loading

0 comments on commit 7953d81

Please sign in to comment.