diff --git a/AerospikeAdmin/AerospikeAdmin.csproj b/AerospikeAdmin/AerospikeAdmin.csproj index 23806853..003a188f 100644 --- a/AerospikeAdmin/AerospikeAdmin.csproj +++ b/AerospikeAdmin/AerospikeAdmin.csproj @@ -22,7 +22,7 @@ false true true - 6.2.0 + 7.0.0 bin\x64\Debug\ diff --git a/AerospikeBenchmarks/AerospikeBenchmarks.csproj b/AerospikeBenchmarks/AerospikeBenchmarks.csproj index 09ab7679..893bfb8f 100644 --- a/AerospikeBenchmarks/AerospikeBenchmarks.csproj +++ b/AerospikeBenchmarks/AerospikeBenchmarks.csproj @@ -5,7 +5,7 @@ net6.0 enable disable - 6.2.0 + 7.0.0 diff --git a/AerospikeClient.nuspec b/AerospikeClient.nuspec index e8a9eca5..233ffdc2 100644 --- a/AerospikeClient.nuspec +++ b/AerospikeClient.nuspec @@ -2,7 +2,7 @@ Aerospike.Client - 6.2.0 + 7.0.0 Official Aerospike C# Client Aerospike Aerospike diff --git a/AerospikeClient/AerospikeClient.csproj b/AerospikeClient/AerospikeClient.csproj index 48e3a2d5..f57b7cf5 100644 --- a/AerospikeClient/AerospikeClient.csproj +++ b/AerospikeClient/AerospikeClient.csproj @@ -12,7 +12,7 @@ false false Aerospike - 6.2.0 + 7.0.0 Library diff --git a/AerospikeDemo/AerospikeDemo.csproj b/AerospikeDemo/AerospikeDemo.csproj index 16a81995..5dba07e9 100644 --- a/AerospikeDemo/AerospikeDemo.csproj +++ b/AerospikeDemo/AerospikeDemo.csproj @@ -22,7 +22,7 @@ false true true - 6.2.0 + 7.0.0 bin\x64\Debug\ diff --git a/AerospikeTest/AerospikeTest.csproj b/AerospikeTest/AerospikeTest.csproj index 3db7c5c0..76eb1556 100644 --- a/AerospikeTest/AerospikeTest.csproj +++ b/AerospikeTest/AerospikeTest.csproj @@ -17,7 +17,7 @@ false - 6.2.0 + 7.0.0 Aerospike diff --git a/AerospikeTest/settings.json b/AerospikeTest/settings.json index 1f22cf00..0ea98ade 100644 --- a/AerospikeTest/settings.json +++ b/AerospikeTest/settings.json @@ -1,14 +1,14 @@ { "Host": "localhost", "Port": 3000, - "ProxyHost": "localhost", + "ProxyHost": "localhost",//"90cd58b4-ee9a-4a36-8737-185310445a78.asdb.io", //"localhost", "ProxyPort": 4000, "TestProxy": false, "ClusterName": "", - "Namespace": "test", + "Namespace": "test",//"aerospike_cloud", //"test" "Set": "test", - "User": "", - "Password": "", + "User": "charlie1",// "ddcb1d66dea9470fbb153589abce6cf0", //"charlie1", + "Password": "123456",//"7f6a9107902249ccb6cff354babd67a3", //"123456", "Timeout": 25000, "TlsEnable": false, "TlsName": "", @@ -16,11 +16,11 @@ "TlsRevoke": "", "TlsClientCertFile": "", "TlsLoginOnly": false, - "ProxyTlsEnable": false, - "ProxyTlsName": "", + "ProxyTlsEnable": true, + "ProxyTlsName": "tls1",//"90cd58b4-ee9a-4a36-8737-185310445a78.asdb.io", //"tls1", // "ProxyTlsProtocols": "", "ProxyTlsRevoke": "", - "ProxyTlsClientCertFile": "", - "ProxyTlsLoginOnly": true, + "ProxyTlsClientCertFile": "", //"C:\\Users\\sklaus\\Certs\\clientcert.pfx", + "ProxyTlsLoginOnly": false, "AuthMode": "INTERNAL" }