Skip to content

Commit 805dc69

Browse files
committed
List cmdlets in the module manifest, #80
1 parent 3dfa9b4 commit 805dc69

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.build.ps1

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,32 @@ task meta @MetaParam {
5858
PowerShellVersion = '3.0'
5959
GUID = '12c81cd8-bde3-4c91-a292-e6c4f868106a'
6060
61+
AliasesToExport = @()
62+
VariablesToExport = @()
63+
FunctionsToExport = @()
64+
CmdletsToExport = @(
65+
'Add-MdbcCollection'
66+
'Add-MdbcData'
67+
'Connect-Mdbc'
68+
'Export-MdbcData'
69+
'Get-MdbcCollection'
70+
'Get-MdbcData'
71+
'Get-MdbcDatabase'
72+
'Import-MdbcData'
73+
'Invoke-MdbcAggregate'
74+
'Invoke-MdbcCommand'
75+
'New-MdbcData'
76+
'Register-MdbcClassMap'
77+
'Remove-MdbcCollection'
78+
'Remove-MdbcData'
79+
'Remove-MdbcDatabase'
80+
'Rename-MdbcCollection'
81+
'Set-MdbcData'
82+
'Update-MdbcData'
83+
'Use-MdbcTransaction'
84+
'Watch-MdbcChange'
85+
)
86+
6187
PrivateData = @{
6288
PSData = @{
6389
Tags = 'Mongo', 'MongoDB', 'Database'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2022 Roman Kuzmin
1+
Copyright (c) 2011-2023 Roman Kuzmin
22

33
Apache License
44
Version 2.0, January 2004

Release-Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Mdbc Release Notes
22
[C# driver releases]: https://github.com/mongodb/mongo-csharp-driver/releases
33

4+
## v6.6.5
5+
6+
List cmdlets in the module manifest, #80
7+
48
## v6.6.4
59

610
C# driver 2.19.0

0 commit comments

Comments
 (0)