Skip to content

Commit

Permalink
Merge pull request #12 from mkht/v2
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
mkht authored Oct 14, 2020
2 parents 9c2dce9 + 6bb88d9 commit 582def6
Show file tree
Hide file tree
Showing 7 changed files with 989 additions and 119 deletions.
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Launch (current file)",
"script": "${file}",
"args": [],
"cwd": "${file}"
},
{
"type": "PowerShell",
"request": "attach",
"name": "PowerShell Attach to Host Process",
"processId": "${command.PickPSHostProcess}",
"runspaceId": 1
},
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Interactive Session",
"cwd": "${workspaceRoot}"
}
]
}
4 changes: 2 additions & 2 deletions DSCR_Shortcut.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# このモジュールのバージョン番号です。
ModuleVersion = '1.3.8'
ModuleVersion = '2.0.0'

# このモジュールを一意に識別するために使用される ID
GUID = 'dc24c0c9-ad6b-4fce-9ce4-2410f9ce4f7f'
Expand All @@ -24,7 +24,7 @@
CompanyName = ''

# このモジュールの著作権情報
Copyright = '(c) 2019 mkht. All rights reserved.'
Copyright = '(c) 2020 mkht. All rights reserved.'

# このモジュールの機能の説明
Description = 'PowerShell DSC Resource to create shortcut file.'
Expand Down
Loading

0 comments on commit 582def6

Please sign in to comment.