File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- # v.1.1 .0
1+ # v.1.2 .0
22
33Date: TBA
44
5+ # v.1.1.0
6+
7+ Date: June 25, 2019
8+
59## 🆕 new features in 1.1.0
610- new command Update-GitModule which installs module only if local version exists and if older than remote
711- both Get-GitModule and Update-GitModule support parameter -Name which extracts url from already installed module
Original file line number Diff line number Diff line change 1212RootModule = ' InstallModuleFromGit.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.1 .0'
15+ ModuleVersion = ' 1.2 .0'
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Update-Help -Module InstallModuleFromGit -Force
8181
8282:smirk : Module has testing against two platforms - Linux and Windows. Code is verified before and after merging to master branch. Tests results are available on the Tests tab ([ example here] ( /img/TestResults-AzureDevops.png ) ).
8383
84- [ ![ test-details] ( https://img.shields.io/azure-devops/tests/iiric/PS1/16.svg?style=popout&logo=Windows&logoColor=blue )] ( https://dev.azure.com/iiric/PS1/_build/latest?definitionId=16&branchName=master ) [ ![ test-details] ( https://img.shields.io/azure-devops/tests/iiric/PS1/17.svg?style=popout&logo=Linux&logoColor=black )] ( https://dev.azure.com/iiric/PS1/_build/latest?definitionId=17&branchName=master )
84+ ![ supported-OS ] ( https://img.shields.io/powershellgallery/p/InstallModuleFromGit.svg?style=popout&logo=PowerShell ) [ ![ test-details] ( https://img.shields.io/azure-devops/tests/iiric/PS1/16.svg?style=popout&logo=Windows&logoColor=blue )] ( https://dev.azure.com/iiric/PS1/_build/latest?definitionId=16&branchName=master ) [ ![ test-details] ( https://img.shields.io/azure-devops/tests/iiric/PS1/17.svg?style=popout&logo=Linux&logoColor=black )] ( https://dev.azure.com/iiric/PS1/_build/latest?definitionId=17&branchName=master )
8585
8686_ Click on images to see details about the latest build runs._
8787
You can’t perform that action at this time.
0 commit comments