You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-12Lines changed: 37 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
-
### 3.0.0-beta10
2
-
# Changelog
1
+
# CHANGELOG
2
+
3
+
## 3.0.11-beta
4
+
5
+
### Fixes
6
+
7
+
### Changes
8
+
9
+
### New Features
10
+
11
+
- Find-PSResource
12
+
- Get-InstalledPSResource
13
+
- Get-PSResourceRepository
14
+
- Install-PSResource
15
+
- Publish-PSResource
16
+
- Register-PSResourceRepository
17
+
- Save-PSResource
18
+
- Set-PSResourceRepository
19
+
- Uninstall-PSResource
20
+
- Unregister-PSResourceRepository
21
+
- Update-PSResource
22
+
23
+
### Notes
24
+
In this release, all cmdlets have been reviewed and implementation code refactored as needed.
25
+
Cmdlets have most of their functionality, but some parameters are not yet implemented and will be added in future releases.
26
+
All tests have been reviewed and rewritten as needed.
27
+
28
+
## 3.0.0-beta10
3
29
Bug Fixes
4
30
* Bug fix for -ModuleName (used with -Version) in Find-PSResource returning incorrect resource type
5
31
* Make repositories unique by name
@@ -10,8 +36,7 @@ Bug Fixes
10
36
* Ensure that not passing credentials does not throw an error if searching through multiple repositories
11
37
* Remove attempt to remove loaded assemblies in psm1
12
38
13
-
### 3.0.0-beta9
14
-
# Changelog
39
+
## 3.0.0-beta9
15
40
New Features
16
41
* Add DSCResources
17
42
@@ -23,7 +48,7 @@ Bug Fixes
23
48
* Add debugging statements for Get-PSResource and Install-PSResource
24
49
* Fix bug related to paths in Uninstall-PSResource
25
50
26
-
###3.0.0-beta8
51
+
## 3.0.0-beta8
27
52
New Features
28
53
* Add Type parameter to Install-PSResource
29
54
* Add 'sudo' check for admin privileges in Unix in Install-PSResource
@@ -34,7 +59,7 @@ Bug Fixes
34
59
* Fix bug with Uninstall-PSResource sometimes not fully uninstalling
35
60
* Change installed file paths to contain original version number instead of normalized version
36
61
37
-
###3.0.0-beta7
62
+
## 3.0.0-beta7
38
63
New Features
39
64
* Completed functionality for Update-PSResource
40
65
* Input-Object parameter for Install-PSResource
@@ -48,21 +73,21 @@ Bug Fixes
48
73
* Fix error getting thrown from paths with incorrectly formatted module versions
49
74
* Fix module installation paths on Linux and MacOS
50
75
51
-
###3.0.0-beta6
76
+
## 3.0.0-beta6
52
77
New Feature
53
78
* Implement functionality for Publish-PSResource
54
79
55
-
###3.0.0-beta5
80
+
## 3.0.0-beta5
56
81
* Note: 3.0.0-beta5 was skipped due to a packaging error
57
82
58
-
###3.0.0-beta4
83
+
## 3.0.0-beta4
59
84
New Feature
60
85
* Implement -Repository '*' in Find-PSResource to search through all repositories instead of prioritized repository
61
86
62
87
Bug Fix
63
88
* Fix poor error handling for when repository is not accessible in Find-PSResource
64
89
65
-
###3.0.0-beta3
90
+
## 3.0.0-beta3
66
91
New Features
67
92
* -RequiredResource parameter for Install-PSResource
68
93
* -RequiredResourceFile parameter for Install-PSResource
@@ -72,7 +97,7 @@ Bug Fixes
72
97
* Resolved paths in Install-PSRsource and Save-PSResource
73
98
* Resolved issues with capitalization (for unix systems) in Install-PSResource and Save-PSResource
74
99
75
-
###3.0.0-beta2
100
+
## 3.0.0-beta2
76
101
New Features
77
102
* Progress bar and -Quiet parameter for Install-PSResource
78
103
* -TrustRepository parameter for Install-PSResource
@@ -82,6 +107,6 @@ New Features
82
107
* -Reinstall parameter for Install-PSResource
83
108
* Improved error handling
84
109
85
-
###3.0.0-beta1
110
+
## 3.0.0-beta1
86
111
BREAKING CHANGE
87
112
* Preview version of PowerShellGet. Many features are not fully implemented yet. Please see https://devblogs.microsoft.com/powershell/powershellget-3-0-preview1 for more details.
0 commit comments