Skip to content

Commit

Permalink
21.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Mar 9, 2021
1 parent f3bc0d3 commit 1cfcd96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dadata.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Dadata</id>
<title>Dadata</title>
<version>21.2.0</version>
<version>21.3.0</version>
<authors>DaData.ru</authors>
<owners>DaData.ru</owners>
<license type="expression">MIT</license>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DaData.ru API client for CLR languages.</description>
<summary>DaData.ru API client for CLR languages.</summary>
<releaseNotes>Supports Dadata API as of February 2021.</releaseNotes>
<releaseNotes>Supports Dadata API as of March 2021.</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>DaData.ru API C# .NET</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Dadata/Dadata.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>21.2.0</Version>
<Version>21.3.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down

0 comments on commit 1cfcd96

Please sign in to comment.