Skip to content

Commit

Permalink
Mongo2Go 1.0.0-beta
Browse files Browse the repository at this point in the history
all the stuff from #8, #9, #10, #11
@krippz @G3N7
  • Loading branch information
JohannesHoppe committed Jul 24, 2016
1 parent cd84523 commit 6b21148
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Mongo2Go.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>

<id>Mongo2Go</id>
<version>0.2.0</version>
<version>1.0.0-beta</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 3.5 and works in later versions, too.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.2.6 (64bit).
This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.2.7 for Windows, Linux and OS X.


Mongo2Go has two use cases:
Expand All @@ -24,7 +24,7 @@ Mongo2Go has two use cases:
<language>en-US</language>
<summary>MongoDB for integration tests and local debugging</summary>

<releaseNotes>MongoDB is updated to win32/mongodb-win32-x86_64-2008plus-3.2.6, strong-name signing is dropped (breaking change)</releaseNotes>
<releaseNotes>This release introduces cross-platform support for Windows, Linux and OS X</releaseNotes>
<tags>MongoDB Mongo unit test integration runner</tags>

<projectUrl>http://github.com/JohannesHoppe/Mongo2Go</projectUrl>
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Mongo2Go - MongoDB for integration tests & local debugging
![Logo](src/mongo2go_200_200.png)

Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets **.NET 3.5** and works in later versions, too.
This Nuget package contains the executables of _mongo**d**_, _mongoimport_ and _mongoexport_ **v3.2.6** (64bit).
Mongo2Go works with Windows, Linux and OS X (last two via Mono).
This Nuget package contains the executables of _mongod_, _mongoimport_ and _mongoexport_ **v3.2.7 for Windows, Linux and OS X** .

Mongo2Go has two use cases:

Expand Down Expand Up @@ -130,6 +131,13 @@ public class WebApiApplication : System.Web.HttpApplication

Changelog
-------------------------------------
### Mongo2Go 1.0.0-beta, July 24 2016
* **:tada: NEW: support for Linux and OS X :tada:**
* many thanks to [Kristofer Linnestjerna](https://github.com/krippz) from [netclean.com](http://www.netclean.com/) for the new cross-platform support
* includes mongod, mongoimport and mongoexport v3.2.7 for Windows, Linux and OS X
* changes from pull request [#8](https://github.com/JohannesHoppe/Mongo2Go/pull/8), [#10](https://github.com/JohannesHoppe/Mongo2Go/pull/10), [#11](https://github.com/JohannesHoppe/Mongo2Go/pull/11) which fixes [#9](https://github.com/JohannesHoppe/Mongo2Go/issues/9)
* please report any kind of [issues here on github](https://github.com/JohannesHoppe/Mongo2Go/issues) so that we can mark 1.0.0 as stable!

### Mongo2Go 0.2, May 30 2016
* includes mongod, mongoimport and mongoexport v3.2.6,
(**64bit** from [win32/mongodb-win32-x86_64-2008plus-3.2.6.zip](http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-3.2.6.zip?_ga=1.190428203.1815541971.1457905247) since 32bit builds are deprecated now)
Expand Down

0 comments on commit 6b21148

Please sign in to comment.