Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Aug 20, 2019
1 parent ede16fb commit acf52bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XpandPwsh/XpandPwsh.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'XpandPwsh.psm1'

# Version number of this module.
ModuleVersion = '0.14.0'
ModuleVersion = '0.15.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -89,6 +89,7 @@ FunctionsToExport = @(
"Get-AssemblyPublicKey",
"Get-CallerPreference",
"Get-ChocoPackage",
"Get-DevExpressPath",
"Get-DevExpressVersion",
"Get-Distinct",
"Get-DotNetCoreVersion",
Expand Down Expand Up @@ -139,6 +140,8 @@ FunctionsToExport = @(
"Remove-ProjectNuget",
"Resolve-AssemblyDependencies",
"Set-VsoVariable",
"Sign-Assembly",
"Start-SelfElevate",
"Start-VsTest",
"Start-XpandProjectConverter",
"Switch-DevExpress",
Expand Down

0 comments on commit acf52bb

Please sign in to comment.