Skip to content

Commit

Permalink
version update and general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 29, 2016
1 parent 7168913 commit aff3388
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'dbatools.psm1'

# Version number of this module.
ModuleVersion = '0.8.6.00'
ModuleVersion = '0.8.6'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand Down Expand Up @@ -184,34 +184,34 @@
FileList = ''

PrivateData = @{
# PSData is module packaging and gallery metadata embedded in PrivateData
# It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages
# We had to do this because it's the only place we're allowed to extend the manifest
# https://connect.microsoft.com/PowerShell/feedback/details/421837
PSData = @{
# The primary categorization of this module (from the TechNet Gallery tech tree).
Category = "Databases"

# Keyword tags to help users find this module via navigations and search.
Tags = @('sqlserver','migrations','sql','dba','databases')

# The web address of an icon which can be used in galleries to represent this module
IconUri = "https://dbatools.io/logo.png"

# The web address of this module's project or support homepage.
ProjectUri = "https://dbatools.io"

# The web address of this module's license. Points to a page that's embeddable and linkable.
LicenseUri = "http://www.gnu.org/licenses/gpl-3.0.en.html"

# Release notes for this particular version of the module
# ReleaseNotes = False

# If true, the LicenseUrl points to an end-user license (not just a source license) which requires the user agreement before use.
# RequireLicenseAcceptance = ""

# Indicates this is a pre-release/testing version of the module.
IsPrerelease = 'True'
# PSData is module packaging and gallery metadata embedded in PrivateData
# It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages
# We had to do this because it's the only place we're allowed to extend the manifest
# https://connect.microsoft.com/PowerShell/feedback/details/421837
PSData = @{
# The primary categorization of this module (from the TechNet Gallery tech tree).
Category = "Databases"
# Keyword tags to help users find this module via navigations and search.
Tags = @('sqlserver', 'migrations', 'sql', 'dba', 'databases')
# The web address of an icon which can be used in galleries to represent this module
IconUri = "https://dbatools.io/logo.png"
# The web address of this module's project or support homepage.
ProjectUri = "https://dbatools.io"
# The web address of this module's license. Points to a page that's embeddable and linkable.
LicenseUri = "http://www.gnu.org/licenses/gpl-3.0.en.html"
# Release notes for this particular version of the module
# ReleaseNotes = False
# If true, the LicenseUrl points to an end-user license (not just a source license) which requires the user agreement before use.
# RequireLicenseAcceptance = ""
# Indicates this is a pre-release/testing version of the module.
IsPrerelease = 'True'
}
}
}

0 comments on commit aff3388

Please sign in to comment.