Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
Remove comment
Add missing bracket
  • Loading branch information
acavella committed Jan 31, 2020
1 parent 399b54f commit e3c22aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PSOfflineFOD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
VariablesToExport = '*'
AliasesToExport = @()
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 = "Desktop Management"
Expand All @@ -37,4 +33,5 @@
# Prerelease string of this module
Prerelease = ''
}
}
}

0 comments on commit e3c22aa

Please sign in to comment.