Skip to content

Commit

Permalink
Update version 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 6, 2023
1 parent 47b6181 commit e67b6d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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>6.1.0</Version>
<Version>6.2.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>6.1.0</Version>
<Version>6.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Aerospike.Client</id>
<version>6.1.0</version>
<version>6.2.0</version>
<title>Official Aerospike C# Client</title>
<authors>Aerospike</authors>
<owners>Aerospike</owners>
Expand Down
2 changes: 1 addition & 1 deletion AerospikeClient/AerospikeClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Authors>Aerospike</Authors>
<Version>6.1.0</Version>
<Version>6.2.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>6.1.0</Version>
<Version>6.2.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>6.1.0</Version>
<Version>6.2.0</Version>

<Company>Aerospike</Company>

Expand Down

0 comments on commit e67b6d1

Please sign in to comment.