Skip to content

Commit

Permalink
Release 1.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Xambey authored Jun 6, 2019
1 parent 51a60e7 commit 86537df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dadata/DaData.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<version>1.1.32</version>
<version>1.1.33</version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Description>Client for work with API of DaData.ru service.</Description>
<Copyright>Copyright © Panasenko Andrey</Copyright>
Expand All @@ -15,7 +15,7 @@
<RepositoryType>public</RepositoryType>
<PackageTags>C#, DaData.ru, Client</PackageTags>
<PackageId>DaData.ApiClient</PackageId>
<PackageReleaseNotes>Fixed tests, updated models</PackageReleaseNotes>
<PackageReleaseNotes>Added support DateTime fields</PackageReleaseNotes>
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0;netcoreapp2.1;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
Expand All @@ -26,4 +26,4 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 86537df

Please sign in to comment.