Skip to content

Commit

Permalink
Update version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Dec 19, 2023
1 parent 78810a6 commit 029bc68
Show file tree
Hide file tree
Showing 7 changed files with 472 additions and 91 deletions.
2 changes: 1 addition & 1 deletion AerospikeAdmin/AerospikeAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Version>7.0.0</Version>
<Version>7.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeBenchmarks/AerospikeBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>7.0.0</Version>
<Version>7.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
27 changes: 0 additions & 27 deletions AerospikeClient.nuspec

This file was deleted.

33 changes: 30 additions & 3 deletions AerospikeClient/AerospikeClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,28 @@
<Nullable>disable</Nullable>
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
<AssemblyName>AerospikeClient</AssemblyName>
<PackageId>AerospikeClient</PackageId>
<PackageId>Aerospike.Client</PackageId>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Title>Official Aerospike C# Client</Title>
<Authors>Aerospike</Authors>
<Version>7.0.0</Version>
<Company>Aerospike</Company>
<Product>Official Aerospike C# Client</Product>
<Icon>icon.png</Icon>
<Version>7.0.1</Version>
<Description>Aerospike C# Client Library</Description>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
<RepositoryType>git</RepositoryType>
<RepoistoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepoistoryUrl>
<Copyright>Copyright 2012-2023 Aerospike, Inc.</Copyright>
<RootNamespace>Aerospike.Client</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -32,6 +42,11 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../../../sgKey.snk</AssemblyOriginatorKeyFile>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepositoryUrl>
<PackageTags>aerospike; database; aerospike c# client;</PackageTags>
<PackageProjectUrl>http://www.aerospike.com/download/client/csharp</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -44,6 +59,18 @@
<EmbeddedResource Include="LuaResources\stream_ops.lua" />
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Content Include="../README.md">
<Pack>true</Pack>
<PackagePath />
</Content>
<None Include="../LICENSE.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<Protobuf Include="Protos\Auth\auth.proto" GrpcServices="Client" />
<Protobuf Include="Protos\Kvs\kvs.proto">
Expand Down
2 changes: 1 addition & 1 deletion AerospikeDemo/AerospikeDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Version>7.0.0</Version>
<Version>7.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
16 changes: 8 additions & 8 deletions AerospikeTest/settings.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"Host": "localhost",
"Port": 3000,
"ProxyHost": "localhost",//"90cd58b4-ee9a-4a36-8737-185310445a78.asdb.io", //"localhost",
"ProxyHost": "localhost",
"ProxyPort": 4000,
"TestProxy": false,
"ClusterName": "",
"Namespace": "test",//"aerospike_cloud", //"test"
"Namespace": "test",
"Set": "test",
"User": "charlie1",// "ddcb1d66dea9470fbb153589abce6cf0", //"charlie1",
"Password": "123456",//"7f6a9107902249ccb6cff354babd67a3", //"123456",
"User": "",
"Password": "",
"Timeout": 25000,
"TlsEnable": false,
"TlsName": "",
"TlsProtocols": "",
"TlsRevoke": "",
"TlsClientCertFile": "",
"TlsLoginOnly": false,
"ProxyTlsEnable": true,
"ProxyTlsName": "tls1",//"90cd58b4-ee9a-4a36-8737-185310445a78.asdb.io", //"tls1", //
"ProxyTlsEnable": false,
"ProxyTlsName": "",
"ProxyTlsProtocols": "",
"ProxyTlsRevoke": "",
"ProxyTlsClientCertFile": "", //"C:\\Users\\sklaus\\Certs\\clientcert.pfx",
"ProxyTlsLoginOnly": false,
"ProxyTlsClientCertFile": "",
"ProxyTlsLoginOnly": true,
"AuthMode": "INTERNAL"
}
Loading

0 comments on commit 029bc68

Please sign in to comment.