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
* Simpler test output
* Targeting Ubuntu 20.04 for MongoDB 7
* Upgrade MongoDB.Driver to support MongoDB 7
* Update README
* Added support for Ubuntu 22.04 in new dedicated packages
|**EphemeralMongo4**| All-in-one package for **MongoDB 4.4.22** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo4/)|
29
-
|**EphemeralMongo5**| All-in-one package for **MongoDB 5.0.18** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo5/)|
30
-
|**EphemeralMongo6**| All-in-one package for **MongoDB 6.0.7** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo6/)|
28
+
|**EphemeralMongo4**| All-in-one package for **MongoDB 4.4.24** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo4/)|
29
+
|**EphemeralMongo5**| All-in-one package for **MongoDB 5.0.20** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo5/)|
30
+
|**EphemeralMongo6**| All-in-one package for **MongoDB 6.0.9** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo6/)|
31
+
|**EphemeralMongo7**| All-in-one package for **MongoDB 7.0.0** on Linux, macOS and Windows |[](https://www.nuget.org/packages/EphemeralMongo7/)|
31
32
32
33
33
34
## Usage
@@ -85,7 +86,7 @@ using (var runner = MongoRunner.Run(options))
85
86
86
87
## Reducing the download size
87
88
88
-
EphemeralMongo4, 5and 6 are NuGet *metapackages* that reference dedicated runtime packages for both Linux, macOS and Windows.
89
+
EphemeralMongo4, 5, 6 and 7 are NuGet *metapackages* that reference dedicated runtime packages for both Linux, macOS and Windows.
89
90
As of now, there isn't a way to optimize NuGet package downloads for a specific operating system (see [#2](https://github.com/asimmon/ephemeral-mongo/issues/2)).
90
91
However, one can still avoid referencing the metapackage and directly reference the dependencies instead. Add MSBuild OS platform conditions and you'll get optimized NuGet imports for your OS and less downloads.
0 commit comments