Closed null511 closed 6 years ago
Initial implementation in PR #13.
Requesting help on this, I'm having trouble with file pattern matching. The goal is to support a syntax similar to NuGet's nuspec files:
**
- Match any directory name.*
- Match any range of filename characters.Ex:
The filter bin\Debug\**\*.dll
should match all *.dll
files in any directory under bin\Debug
Completed package management. Moved pattern matching to #14.
A package system needs to be implemented for creating, storing, and unpacking Project and Application packages.