summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-08-03Publish version 7.3.6-1 - Major refactoringCarl Smedstad
I've reviewed the package thoroughly and ended up making some major changes: * Removed separate build of PowerShell-Native, the artifacts we built were unused and the ones fetched NuGet was installed. Building PowerShell-Native as a separate package to depend on is something that might be considered for the future. * I've closely examined the build script upstream uses (build.psm1) and tried to replicate that build process as closely as possible. * I've replaced the old test suites with upstream's PowerShell suite. This suite does take around 5 minutes but, as these tests thoroughly test the core functionality of the package, I consider it worthwhile.
2023-03-03Remove git build dependencyCarl Smedstad
Pull all sources, i.e. PowerShell, PowerShell-Native and googletest, as version locked archives.
2021-02-15v7.1.2Rikarnto Bariampa
2019-04-24move heredoc into fileKyle Sferrazza
2018-09-25v6.1.0Kyle Sferrazza
2017-03-16latest releaseKyle Sferrazza
2016-08-18Initial commitGrigorii Horos