Skip to content

Commit

Permalink
Merge pull request #11 from PowerShell/dev
Browse files Browse the repository at this point in the history
Release of version 3.0.0.0 of xDFS - updating psd1
  • Loading branch information
KarolKaczmarek committed May 11, 2016
2 parents 08af2b8 + 40a89f8 commit 613ae58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xDFS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @( 'DSC','DesiredStateConfiguration','DFS','DistributedFileSystem' )
Tags = @( 'DSC','DesiredStateConfiguration','DSCResourceKit','DSCResource','DFS','DistributedFileSystem' )

# A URL to the license for this module.
LicenseUri = 'https://github.com/PowerShell/DscResources/blob/master/LICENSE'
LicenseUri = 'https://github.com/PowerShell/xDFS/blob/master/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/PowerShell/xDFS'
Expand Down

0 comments on commit 613ae58

Please sign in to comment.