Skip to content

Commit

Permalink
Switch to custom SemVersion implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Sep 1, 2023
1 parent 95545f8 commit 2555fa6
Show file tree
Hide file tree
Showing 52 changed files with 95 additions and 6,580 deletions.
4 changes: 2 additions & 2 deletions .github/check-license-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ function check_license_header {

cd "$TOP"
nErrors=0
for f in $(git ls-files | grep -v '^dependencies' | grep '\.cs$'); do
for f in $(git ls-files | grep '\.cs$'); do
if ! check_license_header $f; then
nErrors=$((nErrors+1))
fi
done

for f in $(git ls-files | grep -v '^dependencies' | grep '\.fs$'); do
for f in $(git ls-files | grep '\.fs$'); do
if ! check_license_header $f; then
nErrors=$((nErrors+1))
fi
Expand Down
18 changes: 0 additions & 18 deletions dependencies/Semver/Comparers/ISemVersionComparer.cs

This file was deleted.

61 changes: 0 additions & 61 deletions dependencies/Semver/Comparers/PrecedenceComparer.cs

This file was deleted.

50 changes: 0 additions & 50 deletions dependencies/Semver/Comparers/SortOrderComparer.cs

This file was deleted.

37 changes: 0 additions & 37 deletions dependencies/Semver/Comparers/UnbrokenSemVersionRangeComparer.cs

This file was deleted.

19 changes: 0 additions & 19 deletions dependencies/Semver/License.txt

This file was deleted.

Loading

0 comments on commit 2555fa6

Please sign in to comment.