Skip to content

Commit

Permalink
Mongo2Go 1.0.0-beta3, with fixes #20 and fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Aug 22, 2016
1 parent 288e0c5 commit 945cc27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mongo2Go.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>

<id>Mongo2Go</id>
<version>1.0.0-beta2</version>
<version>1.0.0-beta3</version>

<title>Mongo2Go</title>
<authors>Johannes Hoppe and many contributors</authors>
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>This release introduces cross-platform support for Windows, Linux and OS X</releaseNotes>
<releaseNotes>The 1.0 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
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -131,6 +131,12 @@ public class WebApiApplication : System.Web.HttpApplication

Changelog
-------------------------------------
### Mongo2Go 1.0.0-beta3, August 22 2016
* feature: process windows are hidden now ([#20](https://github.com/JohannesHoppe/Mongo2Go/pull/20))
* bugfix: random folders are used for storing databases ([#18](https://github.com/JohannesHoppe/Mongo2Go/pull/18))
* many thanks to [Matt Kocaj](https://github.com/cottsak)
* 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 1.0.0-beta2, July 29 2016
* fixes for bugs that were introduced by the big rewrite for cross-platform support
* changes from pull request [#14](https://github.com/JohannesHoppe/Mongo2Go/pull/14), which fixes [#12](https://github.com/JohannesHoppe/Mongo2Go/issues/12), [#13](https://github.com/JohannesHoppe/Mongo2Go/issues/13) and [#15](https://github.com/JohannesHoppe/Mongo2Go/issues/15), many thanks to [Mitch Ferrer](https://github.com/G3N7)
Expand Down

0 comments on commit 945cc27

Please sign in to comment.