Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc799f5

Browse filesBrowse files
committed
Updated readme.
1 parent 6846604 commit cc799f5
Copy full SHA for cc799f5

File tree

Expand file treeCollapse file tree

2 files changed

+31
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+31
-11
lines changed

‎Packages.mdproj

Copy file name to clipboardExpand all lines: Packages.mdproj
+26-8Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
<ProjectGuid>{502F3381-58AA-461B-B9D8-12578A588C61}</ProjectGuid>
88
<Packages>
99
<Packages>
10-
<Package name="Tarball">
11-
<Builder TargetDirectory="..\..\..\..\dev\Projects\MongoDBDriver\MongoDBDriver" DefaultConfiguration="Debug" ctype="TarballDeployTarget">
12-
<ChildEntries>
13-
<SolutionItemReference path="MongoDBDriver\MongoDBDriver.csproj" />
14-
</ChildEntries>
15-
<RootEntry path="MongoDBDriver.sln" id="MongoDBDriver" />
16-
</Builder>
17-
</Package>
1810
<Package name="Zip Debug">
1911
<Builder targetFile="redist\MongoDBDriver-Debug.zip" platform="Windows" configuration="Debug" ctype="BinariesZipPackageBuilder">
2012
<ChildEntries>
@@ -32,6 +24,32 @@
3224
<RootEntry path="MongoDBDriver.sln" id=":root:" />
3325
</Builder>
3426
</Package>
27+
<Package name="MSBuild (Visual Studio 2008) Sources">
28+
<Builder targetFile="redist\MongoDBDriver-src.tar.gz" format="MonoDevelop.Projects.FileFormat" ctype="SourcesZipPackageBuilder">
29+
<ChildEntries>
30+
<SolutionItemReference path="MongoDBDriver\MongoDB.Driver.csproj" />
31+
<SolutionItemReference path="Packages.mdproj" />
32+
<SolutionItemReference path="MongoDBDriverTranslation\MongoDBDriverTranslation.mdproj" />
33+
<SolutionItemReference path="MongoDB.Net-Tests\MongoDB.Driver.Tests.csproj" />
34+
<SolutionItemReference path="MongoDB.Linq\MongoDB.Linq.csproj" />
35+
<SolutionItemReference path="MongoDB.Linq.Tests\MongoDB.Linq.Tests.csproj" />
36+
<SolutionItemReference path="MongoDB.Driver.Benchmark\MongoDB.Driver.Benchmark.csproj" />
37+
<SolutionItemReference path="MongoDB.GridFS\MongoDB.GridFS.csproj" />
38+
<SolutionItemReference path="MongoDB.GridFS.Tests\MongoDB.GridFS.Tests.csproj" />
39+
</ChildEntries>
40+
<RootEntry path="MongoDBDriver.sln" id=":root:" />
41+
</Builder>
42+
</Package>
43+
<Package name="Zip Release">
44+
<Builder targetFile="redist\MongoDBDriver-Release.zip" platform="Windows" configuration="Release" ctype="BinariesZipPackageBuilder">
45+
<ChildEntries>
46+
<SolutionItemReference path="MongoDBDriver\MongoDB.Driver.csproj" />
47+
<SolutionItemReference path="MongoDB.Linq\MongoDB.Linq.csproj" />
48+
<SolutionItemReference path="MongoDB.GridFS\MongoDB.GridFS.csproj" />
49+
</ChildEntries>
50+
<RootEntry path="MongoDBDriver.sln" id=":root:" />
51+
</Builder>
52+
</Package>
3553
</Packages>
3654
</Packages>
3755
</PropertyGroup>

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ Current Features
2121
- Database Commands
2222
- Basic Linq support
2323
- GridFS support
24+
- Map Reduce helpers.
25+
- hint, explain, $where
2426

2527
Missing Features
2628
================
2729
- Auto reconnect options
28-
- Connection pooling (maybe not implemented)
30+
- Connection pooling (In progress)
2931
- Exceptions (In progress)
30-
- hint, explain, $where
32+
- Safemode (Scheduled)
3133
- database profiling: set/get profiling level, get profiling info
3234
- Many unit tests
3335

@@ -53,7 +55,7 @@ At the simplest query the database like this:
5355
db.Disconnect();
5456

5557
Getting Help
56-
===========
58+
============
5759
The Google Group mongodb-csharp at (http://http://groups.google.com/group/mongodb-csharp) is the best place to go.
5860

5961
Contributors

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.