Skip to content

Commit

Permalink
Update version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Mar 29, 2023
1 parent f449c65 commit 80f15b7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions AerospikeAdmin/AerospikeAdmin.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand All @@ -22,7 +22,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
4 changes: 2 additions & 2 deletions AerospikeBenchmarks/AerospikeBenchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>6.0.0</Version>
<Version>6.0.1</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.0.0</version>
<version>6.0.1</version>
<title>Official Aerospike C# Client</title>
<authors>Aerospike</authors>
<owners>Aerospike</owners>
Expand Down
5 changes: 3 additions & 2 deletions AerospikeClient/AerospikeClient.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -12,7 +12,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Authors>Aerospike</Authors>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
Expand All @@ -31,6 +31,7 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions AerospikeDemo/AerospikeDemo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand All @@ -22,7 +22,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
5 changes: 2 additions & 3 deletions AerospikeTest/AerospikeTest.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -17,7 +17,7 @@

<IsPackable>false</IsPackable>

<Version>6.0.0</Version>
<Version>6.0.1</Version>

<Company>Aerospike</Company>

Expand Down Expand Up @@ -64,7 +64,6 @@

<ItemGroup>
<Folder Include="Async\" />
<Folder Include="Sync\" />
</ItemGroup>

</Project>

0 comments on commit 80f15b7

Please sign in to comment.