Skip to content

Commit

Permalink
Add GitInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
paonath committed Aug 6, 2021
1 parent e0b347d commit 2a36fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions PH.WorkingDaysAndTime/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@
<PropertyGroup>
<Authors>Paolo Innocenti</Authors>
<Copyright>Copyright 2021 (c) Paolo Innocenti - [email protected] </Copyright>
<AssemblyVersion>2.0.9</AssemblyVersion>
<FileVersion>2.0.9</FileVersion>
<Version>2.0.9</Version>
<AssemblyVersion>2.0.10</AssemblyVersion>
<FileVersion>2.0.10</FileVersion>
<Version>2.0.10</Version>
</PropertyGroup>

<!--<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<SourceRevisionId>build-$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</SourceRevisionId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<SourceRevisionId>rel-$([System.DateTime]::UtcNow.ToString("yyyyMMdd"))</SourceRevisionId>
</PropertyGroup>-->

</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

The application works only counting the dates forward and it is assumed that the date entered as the first parameter is a working day.</Description>
<PackageReleaseNotes>
Now able to add multi-calculated holidays to your configuration
Just added git build info from https://github.com/devlooped/GitInfo
</PackageReleaseNotes>


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

<PackageVersion>2.0.9</PackageVersion>
<PackageVersion>2.0.10</PackageVersion>


<Authors>Paolo Innocenti</Authors>
Expand Down

0 comments on commit 2a36fd0

Please sign in to comment.