Skip to content

Commit

Permalink
Update version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Mar 27, 2024
1 parent c3b74bb commit e44a4e6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1</Version>
<Version>7.1.0</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.1</Version>
<Version>7.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeClient/AerospikeClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<Icon>icon.png</Icon>
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
<Version>7.0.0</Version>
<Version>7.1.0</Version>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
Expand Down
2 changes: 1 addition & 1 deletion AerospikeClient/Main/IAerospikeClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public interface IAerospikeClient

/// <summary>
/// Perform read/write operations on multiple keys. If a key is not found, the corresponding result
/// <see cref="BatchRecord.resultCode"/> will be <seea cref="ResultCode.KEY_NOT_FOUND_ERROR"/>.
/// <see cref="BatchRecord.resultCode"/> will be <see cref="ResultCode.KEY_NOT_FOUND_ERROR"/>.
/// <para>
/// Requires server version 6.0+
/// </para>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeClientProxy/AerospikeClientProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<Icon>icon.png</Icon>
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
<Version>7.0.0</Version>
<Version>7.1.0</Version>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
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.1</Version>
<Version>7.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeTest/AerospikeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<IsPackable>false</IsPackable>

<Version>7.0.0</Version>
<Version>7.1.0</Version>

<Company>Aerospike</Company>

Expand Down

0 comments on commit e44a4e6

Please sign in to comment.