You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-3
Original file line number
Diff line number
Diff line change
@@ -199,11 +199,10 @@ namespace global
199
199
9. Development cycles: next codes change and ready to release, you are tagging new version and then build, output binary auto tagged in AssemblyVersion and store informations.
200
200
* We can apply with automated version number when "dotnet cli" for generate NuGet package (`PackageVersion` and `PackageReleaseNotes` attributes). You can use only `dotnet pack` command.
201
201
202
-
----
203
202
204
-
## Hints and Tips
203
+
----
205
204
206
-
### Output in plain text format
205
+
##Command line interface (CLI)
207
206
208
207
RelaxVersioner supports the dotnet CLI tool.
209
208
The `rv` command can be installed with `dotnet tool install -g rv-cli`.
With this CLI, you can use a combination of RelaxVersioner for different targets than .NET.
256
266
For example, in a CI/CD environment like GitHub Actions, you can apply versions to NPM package generation or embed versions in your text documentation.
257
267
268
+
269
+
----
270
+
271
+
## Hints and Tips
272
+
258
273
### How to use version numbers after building process
259
274
260
275
RelaxVersioner saves the files in the following location after build:
@@ -495,6 +510,13 @@ When you are using a nuspec file to generate a NuGet package, there are addition
495
510
496
511
## History
497
512
513
+
* 3.7.0:
514
+
* CLI now supports custom bracket specification.
515
+
* 3.6.0:
516
+
* Plain text output format on CLI can now be specified
517
+
* Plain text on CLI can now be output to standard output.
518
+
* Added replace mode on CLI.
519
+
* Simplified the CLI version options to work with fewer specifications.
498
520
* 3.5.0:
499
521
* Added for specify the format of plain text output.
500
522
* Plain text can now be output to standard output.
0 commit comments