Skip to content

Commit 71a826e

Browse files
author
Friedrich Weinmann
committed
Encoding updates
1 parent e56fbb4 commit 71a826e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PSFramework/PSFramework.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$script:ModuleRoot = $PSScriptRoot
1+
$script:ModuleRoot = $PSScriptRoot
22
$script:ModuleVersion = (Import-PowerShellDataFile -Path "$($script:ModuleRoot)\PSFramework.psd1").ModuleVersion
33

44
# Detect whether at some level dotsourcing was enforced

build/vsts-build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
This script publishes the module to the gallery.
33
It expects as input an ApiKey authorized to publish the module.
44

0 commit comments

Comments
 (0)