Skip to content

Commit e621702

Browse files
init (#1)
* init * fix
1 parent 3fa33df commit e621702

25 files changed

Lines changed: 16 additions & 248 deletions

src/GraphQL/GraphQL.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@{
2+
ModuleVersion = '0.0.0'
3+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Hello, World!"
1010
#>
1111
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
12-
'PSUseShouldProcessForStateChangingFunctions', '', Scope='Function',
12+
'PSUseShouldProcessForStateChangingFunctions', '', Scope = 'Function',
1313
Justification = 'Reason for suppressing'
1414
)]
1515
[CmdletBinding()]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Hello, World!"
1010
#>
1111
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
12-
'PSUseShouldProcessForStateChangingFunctions', '', Scope='Function',
12+
'PSUseShouldProcessForStateChangingFunctions', '', Scope = 'Function',
1313
Justification = 'Reason for suppressing'
1414
)]
1515
[CmdletBinding()]

src/PSModule/PSModule.psd1

Lines changed: 0 additions & 8 deletions
This file was deleted.
-42.5 KB
Binary file not shown.

src/PSModule/classes/CultureInfo.Format.ps1xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)