Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 39a8160

Browse files
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
2 parents a3ba9e3 + 54b19e6 commit 39a8160

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎Functions/Common/Get-FileExtension.ps1‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[Parameter(Mandatory=$True)]
55
[string]$TypeName
66
)
7-
switch ($TypeName)
7+
switch ($TypeName)
88
{
9-
'Report' { return '.rdl' }
10-
'DataSource' { return '.rsds' }
11-
'DataSet' { return '.rsd' }
12-
default {throw 'Unsupported item type! We only support items which are of type Report, DataSet or DataSource'}
9+
'Report' { return '.rdl' }
10+
'DataSource' { return '.rsds' }
11+
'DataSet' { return '.rsd' }
12+
default {throw 'Unsupported item type! We only support items which are of type Report, DataSet or DataSource'}
1313
}
1414
}

‎ReportingServicesTools.psd1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = 'ReportingServicesTools.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '0.0.0.13'
10+
ModuleVersion = '0.0.0.14'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /