Skip to content

Commit 6b2a2e0

Browse files
committed
23.6.0
1 parent 6e51198 commit 6b2a2e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dadata.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Dadata</id>
55
<title>Dadata</title>
6-
<version>23.5.0</version>
6+
<version>23.6.0</version>
77
<authors>DaData.ru</authors>
88
<owners>DaData.ru</owners>
99
<license type="expression">MIT</license>
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>DaData.ru API client for CLR languages.</description>
1515
<summary>DaData.ru API client for CLR languages.</summary>
16-
<releaseNotes>Supports Dadata API as of May 2023.</releaseNotes>
16+
<releaseNotes>Supports Dadata API as of June 2023.</releaseNotes>
1717
<copyright>Copyright 2023</copyright>
1818
<tags>DaData.ru API C# .NET</tags>
1919
<dependencies>

Dadata/Dadata.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<Version>23.5.0</Version>
4+
<Version>23.6.0</Version>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />

0 commit comments

Comments
 (0)