Skip to content

Commit ba6b5a6

Browse files
committed
Update version 7.2.0
1 parent 6a66660 commit ba6b5a6

File tree

9 files changed

+10
-705
lines changed

9 files changed

+10
-705
lines changed

AerospikeAdmin/AerospikeAdmin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2323
<UseWindowsForms>true</UseWindowsForms>
2424
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
25-
<Version>7.1.0</Version>
25+
<Version>7.2.0</Version>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
2828
<OutputPath>bin\x64\Debug\</OutputPath>

AerospikeBenchmarks/AerospikeBenchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
8-
<Version>7.1.0</Version>
8+
<Version>7.2.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

AerospikeClient/AerospikeClient.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<PackageTags>Aerospike database C# client</PackageTags>
1717
<RepositoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
19+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<Icon>icon.png</Icon>
2222
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
23-
<Version>7.1.0</Version>
23+
<Version>7.2.0</Version>
2424
<ApplicationIcon />
2525
<OutputType>Library</OutputType>
2626
<StartupObject />
@@ -42,8 +42,8 @@
4242

4343
<PropertyGroup>
4444
<IncludeSymbols>true</IncludeSymbols>
45+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>
46-
<DebugType>embedded</DebugType>
4747
<PackageProjectUrl>https://github.com/aerospike/aerospike-client-csharp</PackageProjectUrl>
4848
<PackageIcon>icon.png</PackageIcon>
4949
</PropertyGroup>
@@ -57,7 +57,6 @@
5757
<Pack>true</Pack>
5858
<PackagePath>\</PackagePath>
5959
</None>
60-
<None Include="LICENSE.md" Pack="true" PackagePath="" />
6160
</ItemGroup>
6261

6362
<ItemGroup>

AerospikeClient/LICENSE.md

Lines changed: 0 additions & 224 deletions
This file was deleted.

AerospikeClientProxy/AerospikeClientProxy.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<PackageTags>Aerospike database C# proxy client</PackageTags>
1717
<RepositoryUrl>https://github.com/aerospike/aerospike-client-csharp</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
19+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<Icon>icon.png</Icon>
2222
<Copyright>Copyright 2012-2024 Aerospike, Inc.</Copyright>
23-
<Version>7.1.0</Version>
23+
<Version>7.2.0</Version>
2424
<ApplicationIcon />
2525
<OutputType>Library</OutputType>
2626
<StartupObject />
@@ -42,8 +42,8 @@
4242

4343
<PropertyGroup>
4444
<IncludeSymbols>true</IncludeSymbols>
45+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>
46-
<DebugType>embedded</DebugType>
4747
<PackageProjectUrl>https://github.com/aerospike/aerospike-client-csharp</PackageProjectUrl>
4848
</PropertyGroup>
4949

@@ -56,7 +56,6 @@
5656
<Pack>true</Pack>
5757
<PackagePath>\</PackagePath>
5858
</None>
59-
<None Include="LICENSE.md" Pack="true" PackagePath="" />
6059
</ItemGroup>
6160

6261
<ItemGroup>

0 commit comments

Comments
 (0)