-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/time_splitting_bug'
- Loading branch information
Showing
7 changed files
with
191 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
<PropertyGroup> | ||
<Authors>Paolo Innocenti</Authors> | ||
<Copyright>Copyright 2021 (c) Paolo Innocenti - [email protected] </Copyright> | ||
<AssemblyVersion>2.0.7</AssemblyVersion> | ||
<FileVersion>2.0.7</FileVersion> | ||
<Version>2.0.7</Version> | ||
<AssemblyVersion>2.0.8</AssemblyVersion> | ||
<FileVersion>2.0.8</FileVersion> | ||
<Version>2.0.8</Version> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)'=='Debug'"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,14 @@ | |
|
||
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 split a Worked times into slices (ordinary, extraordinary, etc.) | ||
Fix time splitting bugs. | ||
Now able to determine if given date is holyday | ||
</PackageReleaseNotes> | ||
|
||
|
||
<PackageTags>work-days,DateTime,work-hours,work-minutes,work-DateTime,holiday,timespan, time-slices</PackageTags> | ||
|
||
<PackageVersion>2.0.7</PackageVersion> | ||
<PackageVersion>2.0.8</PackageVersion> | ||
<Authors>Paolo Innocenti</Authors> | ||
<Copyright>Copyright PH 2021 (c) [email protected]. All rights reserved.</Copyright> | ||
<RepositoryUrl>https://github.com/paonath/PH.WorkingDaysAndTime</RepositoryUrl> | ||
|
Oops, something went wrong.