Skip to content

Commit

Permalink
Increment version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
picolino committed Jun 6, 2021
1 parent ec0ef27 commit c4db572
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions isdayoff/isdayoff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.3.2</AssemblyVersion>
<PackageVersion>1.3.2</PackageVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<PackageVersion>1.3.3</PackageVersion>
<Title>isdayoff</Title>
<Authors>Danila Chervonny (contact@picolino.dev)</Authors>
<Description>IsDayOff is a .NET library for API isdayoff service (https://isdayoff.ru/)</Description>
<Copyright>Danila Chervonny, Copyright © 2021 MIT</Copyright>
<PackageTags>IsDayOff, Date, Time, DateTime, Daily, IsWorkday, Holidays</PackageTags>
<FileVersion>1.3.2</FileVersion>
<FileVersion>1.3.3</FileVersion>
<PackageProjectUrl>https://isdayoff.ru/</PackageProjectUrl>
<license>MIT</license>
<RepositoryUrl>https://github.com/picolino/isdayoff</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>isdayoff.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/picolino/isdayoff/master/isdayoff/isdayoff.png</PackageIconUrl>
<PackageReleaseNotes>- Fix HttpHandler disposing in multiple calls same IsDayOff instance
- Add xml docs</PackageReleaseNotes>
<PackageReleaseNotes>- Add Uzbekistan and Turkey support</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit c4db572

Please sign in to comment.