File tree 3 files changed +7
-3
lines changed
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
2
2
3
3
Date: TBA
4
4
5
+ # v.1.1.0
6
+
7
+ Date: June 25, 2019
8
+
5
9
## 🆕 new features in 1.1.0
6
10
- new command Update-GitModule which installs module only if local version exists and if older than remote
7
11
- 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 12
12
RootModule = ' InstallModuleFromGit.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.1 .0'
15
+ ModuleVersion = ' 1.2 .0'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Update-Help -Module InstallModuleFromGit -Force
81
81
82
82
: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 ) ).
83
83
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 )
85
85
86
86
_ Click on images to see details about the latest build runs._
87
87
You can’t perform that action at this time.
0 commit comments