Skip to content

Commit

Permalink
release notes for v2.2.2, verified all binaries see /tools/README.md
Browse files Browse the repository at this point in the history
fixes #45
see #46
  • Loading branch information
JohannesHoppe committed Jun 5, 2018
1 parent 3a6e7cf commit e1c67da
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mongo2Go.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>

<id>Mongo2Go</id>
<version>2.2.1</version>
<version>2.2.2</version>

<title>Mongo2Go</title>
<authors>Johannes Hoppe and many contributors</authors>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<description>Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 1.6.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.4.7 for Windows, Linux and macOS.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.6.1 for Windows, Linux and macOS.


Mongo2Go has two use cases:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Mongo2Go Nuget package can be found at [https://nuget.org/packages/Mongo2Go/

Search for „Mongo2Go“ in the Manage NuGet Packages dialog box or run:

PM> Install-Package Mongo2Go -Version 2.2.1
PM> Install-Package Mongo2Go -Version 2.2.2

or run for the legacy **.NET 4.6** package:

Expand Down Expand Up @@ -135,6 +135,10 @@ public class WebApiApplication : System.Web.HttpApplication
Changelog
-------------------------------------

### Mongo2Go 2.2.2, June 05 2018
* includes mongod, mongoimport and mongoexport v3.6.1 for Windows, Linux and macOS via PR [#46](https://github.com/Mongo2Go/Mongo2Go/pull/46, which fixes [#45](https://github.com/Mongo2Go/Mongo2Go/issues/45)
* many thanks to [Joe Chan](https://github.com/joehmchan)

### Mongo2Go 2.2.1, November 23 2017
* no MongoDB binaries changed, still .NET Standard 1.6
* feature: uses temporary directory instead of good-old windows style `C:\data\db` by default (PR [#42](https://github.com/Mongo2Go/Mongo2Go/pull/42)) - `MongoDbRunner.Start()` and `MongoDbRunner.StartForDebugging()` will now work without any extra parameters for Linux/macOS
Expand Down
16 changes: 16 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Hello,

please update this file if you want to upgrade the binaries.
[Johannes Hoppe](https://github.com/johanneshoppe) will double check the content of the submitted files with the content of the download.
PRs without this proof will be rejected for security reasons!

See:
* https://www.mongodb.org/dl/linux/x86_64
* https://www.mongodb.org/dl/osx
* https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl

## Used binaries (mongod, mongoexport, mongoimport)

* [mongodb-linux-x86_64-3.6.1](http://downloads.mongodb.org/linux/mongodb-linux-x86_64-3.6.1.tgz?_ga=2.226738654.2109637469.1528191926-586158846.1509018881) (sha256: b0792849b49160240443c2be263785aefc323c645d899e5b6922ca5c266c710d)
* [mongodb-osx-ssl-x86_64-3.6.1](http://downloads.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.1.tgz?_ga=2.267591757.2109637469.1528191926-586158846.1509018881) (sha256: 59b94953e3dc2e4da6ebd3af19951463a5fab85b9fe5214fa38969ebc5ff12f4)
* [mongodb-win32-x86_64-2008plus-ssl-3.6.1](http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.1.zip?_ga=2.263446735.2109637469.1528191926-586158846.1509018881) (sha256: 72b79bcdc082bda60ad058f3f9817eb8e627248f5329c5f15fa7d53452396554)

0 comments on commit e1c67da

Please sign in to comment.