Skip to content

Commit

Permalink
Update version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Apr 30, 2024
1 parent 6a66660 commit ba6b5a6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 705 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.1.0</Version>
<Version>7.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>7.1.0</Version>
<Version>7.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 3 additions & 4 deletions AerospikeClient/AerospikeClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<PackageTags>Aerospike database C# client</PackageTags>
<RepositoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Icon>icon.png</Icon>
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
<Version>7.1.0</Version>
<Version>7.2.0</Version>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
Expand All @@ -42,8 +42,8 @@

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageProjectUrl>https://github.com/aerospike/aerospike-client-csharp</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand All @@ -57,7 +57,6 @@
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="LICENSE.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down
224 changes: 0 additions & 224 deletions AerospikeClient/LICENSE.md

This file was deleted.

7 changes: 3 additions & 4 deletions AerospikeClientProxy/AerospikeClientProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<PackageTags>Aerospike database C# proxy client</PackageTags>
<RepositoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Icon>icon.png</Icon>
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
<Version>7.1.0</Version>
<Version>7.2.0</Version>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
Expand All @@ -42,8 +42,8 @@

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageProjectUrl>https://github.com/aerospike/aerospike-client-csharp</PackageProjectUrl>
</PropertyGroup>

Expand All @@ -56,7 +56,6 @@
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="LICENSE.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit ba6b5a6

Please sign in to comment.