File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,32 @@ task meta @MetaParam {
58
58
PowerShellVersion = '3.0'
59
59
GUID = '12c81cd8-bde3-4c91-a292-e6c4f868106a'
60
60
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
+
61
87
PrivateData = @{
62
88
PSData = @{
63
89
Tags = 'Mongo', 'MongoDB', 'Database'
Original file line number Diff line number Diff line change 1
- Copyright (c) 2011-2022 Roman Kuzmin
1
+ Copyright (c) 2011-2023 Roman Kuzmin
2
2
3
3
Apache License
4
4
Version 2.0, January 2004
Original file line number Diff line number Diff line change 1
1
# Mdbc Release Notes
2
2
[ C# driver releases ] : https://github.com/mongodb/mongo-csharp-driver/releases
3
3
4
+ ## v6.6.5
5
+
6
+ List cmdlets in the module manifest, #80
7
+
4
8
## v6.6.4
5
9
6
10
C# driver 2.19.0
You can’t perform that action at this time.
0 commit comments