We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83664e6 commit 0658d79Copy full SHA for 0658d79
scripts/incrementMinorVersion.ps1
@@ -0,0 +1,14 @@
1
+# Copyright (c) Microsoft Corporation. All rights reserved.
2
+# Licensed under the MIT License.
3
+
4
+<#
5
+.Synopsis
6
+ Placeholder to Increment the minor version string if the major,
7
+ minor, or patch version hasn't been manually updated.
8
+.Description
9
+ Assumptions:
10
+ Targets _version file
11
+ This script assumes it is run from the repo root.
12
+ Minor version is typically auto-incremented.
13
+ TODO: Version number will be incremented after first release of the SDK
14
+#>
0 commit comments