Skip to content

Commit

Permalink
Update module version
Browse files Browse the repository at this point in the history
Clean up module after merge
  • Loading branch information
Splaxi committed Oct 15, 2018
1 parent f6af9ff commit 02d15c5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 573 deletions.
232 changes: 0 additions & 232 deletions d365fo.tools.psd1

This file was deleted.

2 changes: 1 addition & 1 deletion d365fo.tools/d365fo.tools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ModuleToProcess = 'd365fo.tools.psm1'

# Version number of this module.
ModuleVersion = '0.4.09'
ModuleVersion = '0.4.50'

# ID used to uniquely identify this module
GUID = '7c7b26d4-f764-4cb0-a692-459a0a689dbb'
Expand Down
2 changes: 1 addition & 1 deletion d365fo.tools/d365fo.tools.psm1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$script:ModuleRoot = $PSScriptRoot
$script:ModuleVersion = "0.4.09"
$script:ModuleVersion = "0.4.50"

# Detect whether at some level dotsourcing was enforced
$script:doDotSource = Get-PSFConfigValue -FullName d365fo.tools.Import.DoDotSource -Fallback $false
Expand Down
65 changes: 0 additions & 65 deletions functions/invoke-d365sphelp.ps1

This file was deleted.

11 changes: 10 additions & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,21 @@ Param (
$ModuleName = "d365fo.tools"

# Base path to the github repository
$BaseUrl = "https://github.com/<InsertUsernameHere>/d365fo.tools"
$BaseUrl = "https://github.com/d365collaborative/d365fo.tools"

# If the module is in a subfolder of the cloned repository, specify relative path here. Empty string to skip.
$SubFolder = "d365fo.tools"
#endregion Configuration for cloning script


#region Parameter Calculation
$doUserMode = $false
if ($UserMode) { $doUserMode = $true }
if ($install_CurrentUser) { $doUserMode = $true }
if ($Scope -eq 'CurrentUser') { $doUserMode = $true }
if ($install_Branch) { $Branch = $install_Branch }
#endregion Parameter Calculation

#region Utility Functions
function Compress-Archive
{
Expand Down
41 changes: 0 additions & 41 deletions internal/functions/invoke-clearazurespecificobjects.ps1

This file was deleted.

Loading

0 comments on commit 02d15c5

Please sign in to comment.