DougHennig / FoxGet

A VFP package manager similar to .NET's NuGet
13 stars 5 forks source link

Utility to update FoxGetPackages.dbf #1

Open DougHennig opened 9 months ago

DougHennig commented 9 months ago

Create a utility that goes through records in FoxGetPackage, downloads the Thor version file for the project, and updates the version number and release date in the record. That saves having to do it manually.

dmitriychunikhin commented 1 month ago

Added github action "Check Packages Version Updates" https://github.com/dmitriychunikhin/FoxGet/actions/workflows/CPVU.yml

The action runs manually by "Run workflow" button and by schedule "once in an hour" After update of foxgetpackages.dbf the action commits it to the repository.

Source code: https://github.com/dmitriychunikhin/FoxGet/tree/main/.github/workflows