We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598263f commit ba60ae6Copy full SHA for ba60ae6
src/wpf/CLAUDE.md
@@ -1,6 +1,10 @@
1
-
2
## How to
3
4
- how to build: `"/mnt/c/Program Files/dotnet/dotnet.exe" build`
5
- how to run: `"/mnt/c/Program Files/dotnet/dotnet.exe" run`
6
+## Versioning
7
+
8
+- For future releases, use the version bump script:
9
+ # For a patch release (1.0.0 -> 1.0.1)
10
+ .\build\bump-version.ps1 -BumpType patch -CreateTag -Push
0 commit comments