We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf7743 commit 96a8f6fCopy full SHA for 96a8f6f
.build.ps1
@@ -212,6 +212,7 @@ Mdbc makes MongoDB data and operations PowerShell friendly.
212
<summary>$text</summary>
213
<description>$text</description>
214
<tags>Mongo MongoDB PowerShell Module Database</tags>
215
+ <releaseNotes>https://github.com/nightroman/Mdbc/blob/master/Release-Notes.md</releaseNotes>
216
</metadata>
217
</package>
218
"@
Release-Notes.md
@@ -1,9 +1,13 @@
1
# Mdbc Release Notes
2
3
-## v6.5.2
+## v6.5.3
4
5
C# driver 2.10.1
6
7
+## v6.5.2
8
+
9
+unlisted
10
11
## v6.5.1
12
13
Add `Mdbc.Dictionary` methods `FromJson` and `EnsureId` to avoid unnatural use
0 commit comments