Husky.Net Versions Save

Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!

v0.6.4

4 months ago

What's Changed

To support tools like JetBrains Clean Code, the ${staged} variable can now accept a separator character. For example, to separate the staged files with a semicolon (;), you can use the variable like ${staged:;}, and any other separator after : is valid. Additionally, it can be used along with any static arguments, such as "--include=${staged:;}".

Here's an example in task-runner.json configuration:

{
   "name": "jb cleanup",
   "group": "pre-commit",
   "command": "dotnet",
   "pathMode": "relative",
   "include": ["**/*.cs", "**/*.vb", "*.cs"],
   "args": [
      "jb",
      "cleanupcode",
      "--include=${staged:;}", 
      "solutionFile.sln"
   ]
}

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.6.3...v0.6.4

v0.6.3

5 months ago
  • Bugfix Sourcetree compatibility when in very specific scenarios on Windows if there were two global environment variables with the same name but different casing #96

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.6.2...v0.6.3

v0.6.2

7 months ago

Bugfix: Chunks tasks can't load csx files in parallel. #93

v0.6.1

8 months ago

What's Changed

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.6.0...v0.6.1

v0.6.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.5.4...v0.6.0

v0.6.0-Preview4

11 months ago
  • Add more verbose logs in install and run commands

v0.6.0-Preview1

1 year ago

What's Changed

  • Drop .dotnet 5.0 support
  • Add dotnet 8.0 preview support

New Contributors

v0.5.4

1 year ago

What's Changed

  • Add .Net 7 Support

New Contributors

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.5.2...v0.5.4

v0.5.4-preview1

1 year ago
  • Net 7.0 support

v0.5.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alirezanet/Husky.Net/compare/v0.5.2...v0.5.3