Skip to content

Commit

Permalink
update gameinfo_generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
N3evin committed Sep 5, 2024
1 parent 772ef99 commit d46848a
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 64 deletions.
Binary file added gameinfo_generator/AmiiboGameList
Binary file not shown.
112 changes: 56 additions & 56 deletions gameinfo_generator/AmiiboGameList.deps.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"AmiiboGameList/1.4.0": {
"dependencies": {
"HtmlAgilityPack": "1.11.43",
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"AmiiboGameList.dll": {}
}
},
"HtmlAgilityPack/1.11.43": {
"runtime": {
"lib/netstandard2.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.11.43.0",
"fileVersion": "1.11.43.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
}
}
},
"libraries": {
"AmiiboGameList/1.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"HtmlAgilityPack/1.11.43": {
"type": "package",
"serviceable": true,
"sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==",
"path": "htmlagilitypack/1.11.43",
"hashPath": "htmlagilitypack.1.11.43.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
}
}
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"AmiiboGameList/1.4.0": {
"dependencies": {
"HtmlAgilityPack": "1.11.43",
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"AmiiboGameList.dll": {}
}
},
"HtmlAgilityPack/1.11.43": {
"runtime": {
"lib/netstandard2.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.11.43.0",
"fileVersion": "1.11.43.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
}
}
},
"libraries": {
"AmiiboGameList/1.4.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"HtmlAgilityPack/1.11.43": {
"type": "package",
"serviceable": true,
"sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==",
"path": "htmlagilitypack/1.11.43",
"hashPath": "htmlagilitypack.1.11.43.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
}
}
}
Binary file modified gameinfo_generator/AmiiboGameList.dll
Binary file not shown.
Binary file modified gameinfo_generator/AmiiboGameList.pdb
Binary file not shown.
16 changes: 8 additions & 8 deletions gameinfo_generator/AmiiboGameList.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}
Empty file modified gameinfo_generator/HtmlAgilityPack.dll
100644 → 100755
Empty file.
Empty file modified gameinfo_generator/Newtonsoft.Json.dll
100644 → 100755
Empty file.

0 comments on commit d46848a

Please sign in to comment.