Skip to content

Commit

Permalink
Upgrade Aerospike C# Client
Browse files Browse the repository at this point in the history
  • Loading branch information
awesor committed Feb 3, 2024
1 parent ce2f061 commit eb8f3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AeroSharp/AeroSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Wayfair</Authors>
<Description>Wrapper around the .NET Aerospike client that provides a variety of methods for storing and retrieving data in Aerospike</Description>
<Copyright>Wayfair ©2023</Copyright>
<Copyright>Wayfair ©2024</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/wayfair-incubator/AeroSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/wayfair-incubator/AeroSharp</RepositoryUrl>
Expand All @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aerospike.Client" Version="6.0.1" />
<PackageReference Include="Aerospike.Client" Version="7.0.1" />
<PackageReference Include="FluentValidation" Version="11.6.0" />
<PackageReference Include="lz4net" Version="1.0.15.93" />
<PackageReference Include="MessagePack" Version="2.5.124" />
Expand Down

0 comments on commit eb8f3d9

Please sign in to comment.