Skip to content

Commit 0658d79

Browse files
committed
Add placeholder script to increment minor version
1 parent 83664e6 commit 0658d79

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/incrementMinorVersion.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)