-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json
More file actions
57 lines (57 loc) · 3.19 KB
/
config.json
File metadata and controls
57 lines (57 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"packageName": "Fingerprint.ServerSdk",
"packageVersion": "8.1.0",
"packageGuid": "{1F1BBDEE-4DBB-4FF4-9270-74B316E32ACF}",
"packageUrl": "https://github.com/fingerprintjs/dotnet-sdk",
"packageDescription": "Fingerprint (https://fingerprint.com) is a device intelligence platform offering industry-leading accuracy. Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.",
"packageTags": "browser,detection,fingerprint,identification,fingerprinting,browser-fingerprinting,fraud-detection,fraud,audio-fingerprinting,fingerprintjs,fingerprintjs-pro,visitor-identification",
"packageAuthors": "Fingerprint",
"packageCompany": "Fingerprint",
"packageProjectUrl": "https://fingerprint.com/",
"packageReadmeFile": "README.md",
"packageLicenseFile": "LICENSE",
"packageIcon": "logo.png",
"headerDescription": "Fingerprint Server API allows you to search, update, and delete identification events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.",
"gitUserId": "fingerprintjs",
"gitRepoId": "dotnet-sdk",
"projectGuid": "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}",
"optionalAssemblyInfo": false,
"optionalProjectFile": false,
"library": "generichost",
"targetFramework": "net8.0;netstandard2.0;netstandard2.1;net48",
"testTargetFramework": "net8.0",
"examplesPackageName": "Fingerprint.ServerSdk.Examples",
"examplesPackageGuid": "{8B333BFC-A60E-4408-B232-CE85FD960BEB}",
"functionalTestPackageName": "Fingerprint.ServerSdk.FunctionalTest",
"functionalTestPackageGuid": "{EF86D3AF-953C-42D5-A471-74469DD90C6F}",
"sealedResultExamplePackageName": "Fingerprint.ServerSdk.SealedResultExample",
"sealedResultExamplePackageGuid": "{52C20793-185A-4912-9882-74C0E06366A4}",
"webhookExamplePackageName": "Fingerprint.ServerSdk.WebhookExample",
"webhookExamplePackageGuid": "{4595C75E-BAC1-453F-B14A-25C670B93589}",
"files": {
"DecryptionKey.md.mustache": {
"folder": "docs/models",
"destinationFilename": "DecryptionKey.md"
},
"Region.mustache": {
"folder": "src/Fingerprint.ServerSdk/Client",
"destinationFilename": "Region.cs"
},
"Sealed.mustache": {
"folder": "src/Fingerprint.ServerSdk",
"destinationFilename": "Sealed.cs"
},
"Sealed.md.mustache": {
"folder": "docs/models",
"destinationFilename": "Sealed.md"
},
"WebhookValidation.mustache": {
"folder": "src/Fingerprint.ServerSdk",
"destinationFilename": "WebhookValidation.cs"
},
"WebhookValidation.md.mustache": {
"folder": "docs/models",
"destinationFilename": "WebhookValidation.md"
}
}
}