Releases: lsolano/triplex
Releases · lsolano/triplex
3.0.5-alpha Fix nuget push
3.0.5-alpha Fix nuget push
3.0.4-alpha Fix publish action
3.0.4-alpha Fix publish action
3.0.3-alpha Fix publish (nuget push)
3.0.3-alpha Fix publish (nuget push)
3.0.2-alpha Fixing publish action
3.0.2-alpha Fixing publish action
3.0.1-alpha Adding publish cabability for 3.x releases
3.0.1-alpha Adding publish cabability for 3.x releases
3.0.0-alpha Move to .net 6, add Sonarqube analysis and increase test coverage to 100%
Pre-release
This release has to main focus points:
- Increase test coverage to 100% so we can accept, more confidently, code from collaborators.
- Add Sonarqube analysis to asses and maintain source quality.
As a coincidence, wen I was finishing this version .net 6 was released, so I added the migration of projects and some sources.
Release 2.0.0
Add custom precondition check to Arguments as CompliesWith(bool, string, string)
Add custom precondition check to Arguments as CompliesWith(bool, string, string) method.