Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Merge development into master #357

Closed
wants to merge 48 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
986b8b5
make more robust to initial state
edyoung Sep 20, 2018
4dced35
Update install location for p1 tests using install-package/module/scr…
alerickson Sep 25, 2018
94a35b8
Remove trailing whitespace (#337)
thomasrayner Oct 1, 2018
aec1d27
Expand some Aliases (#338)
lazywinadmin Oct 2, 2018
f16190e
Merge branch 'development' of https://github.com/PowerShell/PowerShel…
edyoung Oct 2, 2018
e70538b
register tab-completion function
edyoung Oct 2, 2018
92365d2
PR feedback
edyoung Oct 3, 2018
2400b78
PR feedback
edyoung Oct 3, 2018
ca739b7
remove func moved to separate file
edyoung Oct 3, 2018
a7d586f
Merge pull request #339 from PowerShell/tabcompletion
edyoung Oct 3, 2018
0daea37
Update issue template
brianbunke Oct 7, 2018
3e878dc
fix incorrect error message
edyoung Oct 7, 2018
1d1cea2
test functions for manipulating module path
edyoung Oct 7, 2018
de04460
move module under src directory
edyoung Oct 7, 2018
c799398
update utils to use src dir
edyoung Oct 7, 2018
8e5869f
refer to src path for build utilities
edyoung Oct 7, 2018
bc3363e
tweaks
edyoung Oct 7, 2018
d8e35d7
Merge pull request #342 from brianbunke/template149
edyoung Oct 7, 2018
a24af87
PR feedback for Set-TestEnvironment
edyoung Oct 9, 2018
712d6d3
Merge pull request #343 from PowerShell/test_environment
edyoung Oct 10, 2018
43b1376
Add files via upload
SydneyhSmith Oct 23, 2018
c393325
Rename OfflinePowerShellGetDeploy/OfflinePowerShellGetDeploy.psd1 to …
SydneyhSmith Oct 23, 2018
8d7323e
Rename OfflinePowerShellGetDeploy/OfflinePowerShellGetSetup.psm1 to U…
SydneyhSmith Oct 23, 2018
a101843
faster clobber checking
edyoung Oct 24, 2018
f54e2ec
slightly simpler approach
edyoung Oct 24, 2018
0e8453a
Rename Utilities/OfflinePowerShellGetDeploy.psd1 to Utilities/Offline…
SydneyhSmith Oct 24, 2018
4159512
Rename Utilities/OfflinePowerShellGetSetup.psm1 to Utilities/OfflineP…
SydneyhSmith Oct 24, 2018
82e4042
PR feedback
edyoung Oct 25, 2018
3e08d6d
Merge pull request #351 from PowerShell/edyoung/fast_clobber_check
edyoung Oct 25, 2018
6562e28
Don't throw misleading error when can't reach a repo
edyoung Oct 26, 2018
3e69389
move warning to package provider layer
edyoung Oct 26, 2018
7e816e4
produce a warning for Set-PackageSource (if the new url ends in api/v2)
edyoung Oct 26, 2018
c7189c5
mention proxy in warning
edyoung Oct 26, 2018
3a8a53a
don't use resolve-location in tests to check reachability
edyoung Oct 30, 2018
b30c570
tests should work when no network connection
edyoung Oct 30, 2018
9f9d142
get-psrepo, register-psrepo -default, unregister-psrepo work w/o network
edyoung Oct 31, 2018
2def028
update tests and set-psrepo
edyoung Nov 1, 2018
26a9a6f
improve grammar
edyoung Nov 1, 2018
2a41e50
fix ps4 failures.
edyoung Nov 2, 2018
a9e5c66
these appear unreliable on ps4 apveyor environment
edyoung Nov 2, 2018
60ffbc9
Merge pull request #352 from PowerShell/unslashify
edyoung Nov 2, 2018
b75e2a6
Update OfflinePowerShellGetDeploy.psd1
SydneyhSmith Nov 5, 2018
94720e2
Update OfflinePowerShellGetSetup.psm1
SydneyhSmith Nov 5, 2018
437214e
Update OfflinePowerShellGetDeploy.psd1
SydneyhSmith Nov 5, 2018
7e93315
Update OfflinePowerShellGetSetup.psm1
SydneyhSmith Nov 5, 2018
4dca090
Merge pull request #354 from PowerShell/SS-PSGetOffline
SydneyhSmith Nov 5, 2018
58caeb7
Update OfflinePowerShellGetDeploy.psd1
SydneyhSmith Nov 5, 2018
a5f5167
Fix typo: InputOject -> InputObject (#356)
matt9ucci Nov 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update OfflinePowerShellGetDeploy.psd1
  • Loading branch information
SydneyhSmith authored Nov 5, 2018
commit 58caeb70978f900cf78b85bf94db0bda386e7ca6
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'OfflinePowerShellGetSetup.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'

# Supported PSEditions
CompatiblePSEditions = @('Desktop')
Expand Down