6 Commits (e664bf1a6f23a1396eea606d5712df941a81bdff)

Author SHA1 Message Date
rstam e664bf1a6f Fixed CSHARP-174. Moved setup project into a separate solution (among other reasons so we don't get an error when opening the main solution on Mono). 15 years ago
rstam e8f12d7dc2 Minor changes related to upcoming v0.11 release (new version number etc...). 15 years ago
Justin Dearing 59d7e69c4e Added release notes to the solution 15 years ago
rstam dd7c13a32a Renamed GlobalAssembly.cs to GlobalAssemblyInfo.cs and changed version to 0.9.0.*. Moved AssemblyProduct back to individual AssemblyInfo.cs files. Added missing link to GlobalAssemblyInfo.cs in Driver.csproj. 15 years ago
Justin Dearing 7e0e76bbf5 CSHARP-72 Unify common assembly attributes into GlobalAssembly.cs 15 years ago
rstam ffc11dc220 Added solution files for Visual Studio 2008 and 2010 (they share the same set of project files). 15 years ago
rstam 668110faf6 Added initial version of DriverOnlineTests project. These tests differ from the tests in DriverUnitTests because they connect to localhost to test against a live database. 15 years ago
rstam 3900d3f0db Renamed MongoDB.BsonLibrary namespace to MongoDB.Bson and MongoDB.CSharpDriver to MongoDB.Driver (Library was redundant and VB users might not want to see CSharp in the namespace). Renamed Bson static class BsonConstants (because it a class can't have the same name as the namespace it is in). 15 years ago
rstam ac3e632377 Changed order of projects in CSharpDriver.sln. Renamed FindPrimary to FindServer in MongoServer. 15 years ago
rstam 9bba46ecea Moved BsonLibrary and BsonLibraryUnitTests projects into the C# driver repository as suggested by Justin Dearing (it was awkward to have the C# driver split across two repositories). 15 years ago
rstam effc145ba2 Added CSharpDriverSetup project. 15 years ago
rstam 982493cac3 Set AssemblyVersion to 0.5.0.*. Removed internal use only projects so they're not part of the public driver. Created docs folder. 15 years ago
rstam a62fddf18e Finalized DLL filenames and source code namespaces for release. 15 years ago
rstam 7166369402 Began work on GridFS. Implemented Delete, Find and Upload. Wrote a small program to test upload speed (but it's real slow now because connection pooling isn't working). 15 years ago
rstam b49339e6d5 Added unit tests for and debugged MongoConnectionStringBuilder. 15 years ago
rstam 55a44b0d9f Work in progress. Tested MongoCollection.Find(). 15 years ago