Renamed FireLance library to GSMParser

This commit is contained in:
2020-06-27 18:49:18 +01:00
parent aaff08bae4
commit d3b8cd1b6b
27 changed files with 813 additions and 5 deletions
@@ -0,0 +1,224 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"GSMParser/1.0.0": {
"dependencies": {
"Dapper": "2.0.35",
"Microsoft.Data.Sqlite": "3.1.5",
"Microsoft.Data.Sqlite.Core": "3.1.5"
},
"runtime": {
"GSMParser.dll": {}
}
},
"Dapper/2.0.35": {
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.7.0"
},
"runtime": {
"lib/netstandard2.0/Dapper.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.35.21366"
}
}
},
"Microsoft.Data.Sqlite/3.1.5": {
"dependencies": {
"Microsoft.Data.Sqlite.Core": "3.1.5",
"SQLitePCLRaw.bundle_e_sqlite3": "2.0.2"
}
},
"Microsoft.Data.Sqlite.Core/3.1.5": {
"dependencies": {
"SQLitePCLRaw.core": "2.0.2"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {
"assemblyVersion": "3.1.5.0",
"fileVersion": "3.100.520.27007"
}
}
},
"SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
"dependencies": {
"SQLitePCLRaw.core": "2.0.2",
"SQLitePCLRaw.lib.e_sqlite3": "2.0.2",
"SQLitePCLRaw.provider.dynamic_cdecl": "2.0.2"
},
"runtime": {
"lib/netcoreapp3.0/SQLitePCLRaw.batteries_v2.dll": {
"assemblyVersion": "2.0.2.669",
"fileVersion": "2.0.2.669"
},
"lib/netcoreapp3.0/SQLitePCLRaw.nativelibrary.dll": {
"assemblyVersion": "2.0.2.669",
"fileVersion": "2.0.2.669"
}
}
},
"SQLitePCLRaw.core/2.0.2": {
"dependencies": {
"System.Memory": "4.5.3"
},
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.core.dll": {
"assemblyVersion": "2.0.2.669",
"fileVersion": "2.0.2.669"
}
}
},
"SQLitePCLRaw.lib.e_sqlite3/2.0.2": {
"runtimeTargets": {
"runtimes/alpine-x64/native/libe_sqlite3.so": {
"rid": "alpine-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-arm/native/libe_sqlite3.so": {
"rid": "linux-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-arm64/native/libe_sqlite3.so": {
"rid": "linux-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-armel/native/libe_sqlite3.so": {
"rid": "linux-armel",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-musl-x64/native/libe_sqlite3.so": {
"rid": "linux-musl-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libe_sqlite3.so": {
"rid": "linux-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x86/native/libe_sqlite3.so": {
"rid": "linux-x86",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libe_sqlite3.dylib": {
"rid": "osx-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-arm/native/e_sqlite3.dll": {
"rid": "win-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-arm64/native/e_sqlite3.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/e_sqlite3.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x86/native/e_sqlite3.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "0.0.0.0"
}
}
},
"SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": {
"dependencies": {
"SQLitePCLRaw.core": "2.0.2"
},
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": {
"assemblyVersion": "2.0.2.669",
"fileVersion": "2.0.2.669"
}
}
},
"System.Memory/4.5.3": {},
"System.Reflection.Emit.Lightweight/4.7.0": {}
}
},
"libraries": {
"GSMParser/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Dapper/2.0.35": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/xAgd8BO8EDnJ0sURWEV8LptHHvTKxoYiT63YUF2U/yWE2VyUCqR2jcrtEyNngT9Kjzppecz95UKiBla3PnR7g==",
"path": "dapper/2.0.35",
"hashPath": "dapper.2.0.35.nupkg.sha512"
},
"Microsoft.Data.Sqlite/3.1.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cII+igGqLF9tE/S+NLULUjggyGo9zXjyXJwd+WLyFdj4ZSZG1ohJp/d8TYMcxmGAwhB3vbj7WOTySnRl8+oiSg==",
"path": "microsoft.data.sqlite/3.1.5",
"hashPath": "microsoft.data.sqlite.3.1.5.nupkg.sha512"
},
"Microsoft.Data.Sqlite.Core/3.1.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-97AVbafsZQVale8l04QmrOa1fEo8eCQ4oMK1XxdKc8JVYY4r9nMiYZiNwEDa9VHVY/Hug9YIawghzg6o+0E+fw==",
"path": "microsoft.data.sqlite.core/3.1.5",
"hashPath": "microsoft.data.sqlite.core.3.1.5.nupkg.sha512"
},
"SQLitePCLRaw.bundle_e_sqlite3/2.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OVPI/nh5AqfLCIKhAYqjCa6AHhc7oKApGcGM3UhMRSerFiBx58nSpGwxVFdMgjOCWZR+fA49nzsnKlWp5hFo8w==",
"path": "sqlitepclraw.bundle_e_sqlite3/2.0.2",
"hashPath": "sqlitepclraw.bundle_e_sqlite3.2.0.2.nupkg.sha512"
},
"SQLitePCLRaw.core/2.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TFSBX426OelS1tkaVC254NVVlrJIe9YLhWPkEvuqJj2104QpmDmEYOhfdfDJD1E/2SmqDhoRw1ek5cQHj8olcQ==",
"path": "sqlitepclraw.core/2.0.2",
"hashPath": "sqlitepclraw.core.2.0.2.nupkg.sha512"
},
"SQLitePCLRaw.lib.e_sqlite3/2.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-S+Tsqe/M7wsc+9HeediI6UHtBKf2X586aRwhi1aBVLGe0WxkAo52O9ZxwEy/v8XMLefcrEMupd2e9CDlIT6QCw==",
"path": "sqlitepclraw.lib.e_sqlite3/2.0.2",
"hashPath": "sqlitepclraw.lib.e_sqlite3.2.0.2.nupkg.sha512"
},
"SQLitePCLRaw.provider.dynamic_cdecl/2.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZSwacbKJUsxJEZxwT23uZVrGbaIvXcADZDz5Sr66fikO5eehdcceDncjzwzTzWfW13di8gpTpstx3WJSt/Ci5Q==",
"path": "sqlitepclraw.provider.dynamic_cdecl/2.0.2",
"hashPath": "sqlitepclraw.provider.dynamic_cdecl.2.0.2.nupkg.sha512"
},
"System.Memory/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
"path": "system.memory/4.5.3",
"hashPath": "system.memory.4.5.3.nupkg.sha512"
},
"System.Reflection.Emit.Lightweight/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
"path": "system.reflection.emit.lightweight/4.7.0",
"hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
}
}
}