We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe508e commit 97fa89aCopy full SHA for 97fa89a
README.md
@@ -29,7 +29,7 @@ Add `dotnet-gitversion` to your build dependencies:
29
30
```toml
31
[build-dependencies]
32
-dotnet-gitversion-build = { git = "https://github.com/sunsided/dotnet-gitversion-rs" }
+dotnet-gitversion-build = "0.3.0"
33
```
34
35
Create or update your `build.rs` to call `dotnet_gitversion_build::build()`.
0 commit comments