Skip to content

Commit

Permalink
v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paonath committed Jun 27, 2022
1 parent 34cbd36 commit 4483203
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions PH.WorkingDaysAndTime/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<Authors>Paolo Innocenti</Authors>
<Copyright>Copyright 2021 (c) Paolo Innocenti - paonath@gmail.com </Copyright>
<AssemblyVersion>2.0.10</AssemblyVersion>
<FileVersion>2.0.10</FileVersion>
<Version>2.0.10</Version>
<Copyright>Copyright 2022 (c) Paolo Innocenti - paonath@gmail.com </Copyright>
<AssemblyVersion>2.0.11</AssemblyVersion>
<FileVersion>2.0.11</FileVersion>
<Version>2.0.11</Version>
</PropertyGroup>
</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitInfo" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

<PackageTags>work-days,DateTime,work-hours,work-minutes,work-DateTime,holiday,timespan, time-slices, holiday</PackageTags>

<PackageVersion>2.0.10</PackageVersion>
<PackageVersion>2.0.11</PackageVersion>


<Authors>Paolo Innocenti</Authors>
<Copyright>Copyright PH 2021 (c) paonath@gmail.com. All rights reserved.</Copyright>
<Copyright>Copyright PH 2022 (c) paonath@gmail.com. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/paonath/PH.WorkingDaysAndTime</RepositoryUrl>
<PackageProjectUrl>https://github.com/paonath/PH.WorkingDaysAndTime</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/paonath/Icons/master/nuget_es_img.png</PackageIconUrl>
Expand All @@ -45,7 +45,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitInfo" Version="2.1.2">
<PackageReference Include="GitInfo" Version="2.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -54,7 +54,7 @@


<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[11.0.2,)" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>


Expand Down

0 comments on commit 4483203

Please sign in to comment.