Skip to content

Commit

Permalink
Fix BOM missing from ps1 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschier authored Jan 12, 2021
1 parent 727d6df commit f16e701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/scripts/deploy.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Deploys Industrial IoT services to Azure
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.7",
"versionHeightOffset": 8,
"versionHeightOffset": 7,
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/\\d+\\.\\d+"
Expand Down

0 comments on commit f16e701

Please sign in to comment.