Browse Source

BUMP 1.1.0.4184.

pull/63/head v1.1.0.4184
rstam 14 years ago
parent
commit
29f3acdb38
  1. 2
      Bson/ObjectModel/BsonDocument.cs
  2. 2
      CSharpDriverDocs.shfbproj
  3. 4
      DriverSetup/DriverSetup.vdproj
  4. 2
      GlobalAssemblyInfo.cs
  5. 2
      packages/makepackages.bat

2
Bson/ObjectModel/BsonDocument.cs

@ -98,7 +98,7 @@ namespace MongoDB.Bson {
/// Using this constructor to create a <c>BsonDocument</c> with PowerShell's Hashtable notation:
/// <code lang="powershell">
/// # We assume that the driver is installed via the MSI.
/// [string] $mongoDriverPath = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\.NETFramework\v3.5\AssemblyFoldersEx\MongoDB CSharpDriver 1.0").'(default)';
/// [string] $mongoDriverPath = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\.NETFramework\v3.5\AssemblyFoldersEx\MongoDB CSharpDriver 1.1").'(default)';
/// Add-Type -Path "$($mongoDriverPath)\MongoDB.Bson.dll";
/// [MongoDB.Bson.BsonDocument] $doc = @{
/// "_id" = [MongoDB.Bson.ObjectId]::GenerateNewId();

2
CSharpDriverDocs.shfbproj

@ -44,7 +44,7 @@
<FeedbackEMailAddress>robert%4010gen.com sridhar%4010gen.com</FeedbackEMailAddress>
<FeedbackEMailLinkText>C# driver API doc</FeedbackEMailLinkText>
<FrameworkVersion>.NET 3.5</FrameworkVersion>
<HelpFileVersion>1.1.0.0</HelpFileVersion>
<HelpFileVersion>1.1.0.4184</HelpFileVersion>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional

4
DriverSetup/DriverSetup.vdproj

@ -266,7 +266,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.1.0.18913, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.1.0.4184, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_68791BFCA02EDE379F08E6AC19E7F96F"
@ -403,7 +403,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:MongoDB CSharpDriver 1.1"
"ProductCode" = "8:{D60B97F0-100B-4C20-AD48-3388E738C787}"
"PackageCode" = "8:{5BF482B8-496E-4F5B-B3F3-5EC6886C6632}"
"PackageCode" = "8:{9EA15A68-8662-40AB-AFBE-1F7FA93BDE2C}"
"UpgradeCode" = "8:{B144CF09-09EC-4B64-9981-236E85AC93F7}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"

2
GlobalAssemblyInfo.cs

@ -37,4 +37,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.*")]
[assembly: AssemblyVersion("1.1.0.4184")]

2
packages/makepackages.bat

@ -1,4 +1,4 @@
set VER=1.1.0.0
set VER=1.1.0.4184
set PACKAGES=packages-%VER%
echo Creating %PACKAGES%

Loading…
Cancel
Save