Skip to content

Commit

Permalink
23.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 7, 2023
1 parent 72ea1f2 commit dbbf5d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Dadata.nuspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
<?xml version="1.0"?>
<package >
<package>
<metadata>
<id>Dadata</id>
<title>Dadata</title>
<version>23.6.0</version>
<version>23.6.1</version>
<authors>DaData.ru</authors>
<owners>DaData.ru</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/hflabs/dadata-csharp</projectUrl>
<repository type="git" url="https://github.com/hflabs/dadata-csharp.git" />
<iconUrl>https://dadata.ru/static/i/dadata-logo.png</iconUrl>
<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 June 2023.</releaseNotes>
<copyright>Copyright 2023</copyright>
<copyright>DaData.ru</copyright>
<tags>DaData.ru API C# .NET</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="12.0.2"/>
<group targetFramework=".NETStandard2.0" />
<group>
<dependency id="Newtonsoft.Json" version="12.0.2"/>
</group>
</dependencies>
</metadata>
<files>
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>23.6.0</Version>
<Version>23.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down

0 comments on commit dbbf5d3

Please sign in to comment.