forked from DataDog/dd-trace-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PackageVersionsGeneratorDefinitions.json
51 lines (51 loc) · 1.44 KB
/
PackageVersionsGeneratorDefinitions.json
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
[
{
"IntegrationName": "MongoDB",
"SampleProjectName": "Samples.MongoDB",
"NugetPackageSearchName": "MongoDB.Driver",
"MinVersion": "2.0.0",
"MaxVersionExclusive": "3.0.0"
},
{
"IntegrationName": "ElasticSearch6",
"SampleProjectName": "Samples.Elasticsearch",
"NugetPackageSearchName": "Elasticsearch.Net",
"MinVersion": "6.0.0",
"MaxVersionExclusive": "7.0.0"
},
{
"IntegrationName": "ElasticSearch5",
"SampleProjectName": "Samples.Elasticsearch.V5",
"NugetPackageSearchName": "Elasticsearch.Net",
"MinVersion": "5.3.0",
"MaxVersionExclusive": "6.0.0"
},
{
"IntegrationName": "Npgsql",
"SampleProjectName": "Samples.Npgsql",
"NugetPackageSearchName": "Npgsql",
"MinVersion": "4.0.0",
"MaxVersionExclusive": "5.0.0"
},
{
"IntegrationName": "SqlClient",
"SampleProjectName": "Samples.SqlServer",
"NugetPackageSearchName": "System.Data.SqlClient",
"MinVersion": "4.1.0",
"MaxVersionExclusive": "5.0.0"
},
{
"IntegrationName": "StackExchangeRedis",
"SampleProjectName": "Samples.StackExchange.Redis",
"NugetPackageSearchName": "StackExchange.Redis",
"MinVersion": "1.0.187",
"MaxVersionExclusive": "2.0.0"
},
{
"IntegrationName": "ServiceStackRedis",
"SampleProjectName": "Samples.ServiceStack.Redis",
"NugetPackageSearchName": "ServiceStack.Redis",
"MinVersion": "4.0.48",
"MaxVersionExclusive": "6.0.0"
}
]