Skip to content

Commit 3100b93

Browse files
author
sridharn
committed
1.5 release changes
1 parent a0d9c2d commit 3100b93

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

CSharpDriverDocs.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<FeedbackEMailAddress>craig.wilson%4010gen.com, robert%4010gen.com sridhar%4010gen.com</FeedbackEMailAddress>
4646
<FeedbackEMailLinkText>CSharp driver API doc</FeedbackEMailLinkText>
4747
<FrameworkVersion>.NET 3.5</FrameworkVersion>
48-
<HelpFileVersion>1.4.2.4500</HelpFileVersion>
48+
<HelpFileVersion>1.5.0.4566</HelpFileVersion>
4949
</PropertyGroup>
5050
<!-- There are no properties for these groups. AnyCPU needs to appear in
5151
order for Visual Studio to perform the build. The others are optional

GlobalAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// You can specify all the values or you can default the Build and Revision Numbers
4040
// by using the '*' as shown below:
4141
// [assembly: AssemblyVersion("1.0.*")]
42-
[assembly: AssemblyVersion("1.5.0.*")]
42+
[assembly: AssemblyVersion("1.5.0.4566")]

Installer/CSharpDriverInstaller.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProductVersion>3.5</ProductVersion>
99
<ProjectGuid>{0f21668d-b8ad-4b32-9392-a7beadf54efd}</ProjectGuid>
1010
<SchemaVersion>2.0</SchemaVersion>
11-
<OutputName>CSharpDriverInstaller</OutputName>
11+
<OutputName>CSharpDriver-$(FullVersion)</OutputName>
1212
<OutputType>Package</OutputType>
1313
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1414
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

Installer/Product.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,27 @@
7171
DiskId ="1" KeyPath="yes" />
7272
</Component>
7373
<Component Id="c_BsonDll" Guid="13DA8DD9-1AD1-46BF-971A-78FA499F281D">
74-
<File Id="f_BsonDll" Name="MongoDB.Bson.dll" Source="$(var.SourceBase)\Bson\bin\Debug\MongoDB.Bson.dll"
74+
<File Id="f_BsonDll" Name="MongoDB.Bson.dll" Source="$(var.SourceBase)\Bson\bin\$(var.Configuration)\MongoDB.Bson.dll"
7575
DiskId ="1" KeyPath="yes" />
7676
</Component>
7777
<Component Id="c_BsonPdb" Guid="AC6CE1A0-1584-42E6-B9FB-765F34A44745">
78-
<File Id="f_BsonPdb" Name="MongoDB.Bson.pdb" Source="$(var.SourceBase)\Bson\bin\Debug\MongoDB.Bson.pdb"
78+
<File Id="f_BsonPdb" Name="MongoDB.Bson.pdb" Source="$(var.SourceBase)\Bson\bin\$(var.Configuration)\MongoDB.Bson.pdb"
7979
DiskId ="1" KeyPath="yes" />
8080
</Component>
8181
<Component Id="c_BsonXml" Guid="ED71DBCD-5A02-4AC0-88E4-C793F5FBEDA8">
82-
<File Id="f_BsonXml" Name="MongoDB.Bson.xml" Source="$(var.SourceBase)\Bson\bin\Debug\MongoDB.Bson.XML"
82+
<File Id="f_BsonXml" Name="MongoDB.Bson.xml" Source="$(var.SourceBase)\Bson\bin\$(var.Configuration)\MongoDB.Bson.XML"
8383
DiskId ="1" KeyPath="yes" />
8484
</Component>
8585
<Component Id="c_DriverDll" Guid="0A94BBE0-6281-422D-BEE2-5831B06F2D55">
86-
<File Id="f_DriverDll" Name="MongoDB.Driver.dll" Source="$(var.SourceBase)\Driver\bin\Debug\MongoDB.Driver.dll"
86+
<File Id="f_DriverDll" Name="MongoDB.Driver.dll" Source="$(var.SourceBase)\Driver\bin\$(var.Configuration)\MongoDB.Driver.dll"
8787
DiskId ="1" KeyPath="yes" />
8888
</Component>
8989
<Component Id="c_DriverPdb" Guid="C580837A-9EE9-4C86-97EE-0A8DCBB4794E">
90-
<File Id="f_DriverPdb" Name="MongoDB.Driver.pdb" Source="$(var.SourceBase)\Driver\bin\Debug\MongoDB.Driver.pdb"
90+
<File Id="f_DriverPdb" Name="MongoDB.Driver.pdb" Source="$(var.SourceBase)\Driver\bin\$(var.Configuration)\MongoDB.Driver.pdb"
9191
DiskId ="1" KeyPath="yes" />
9292
</Component>
9393
<Component Id="c_DriverXml" Guid="9EBD61C3-5365-416F-B345-517B053D9784">
94-
<File Id="f_DriverXml" Name="MongoDB.Driver.XML" Source="$(var.SourceBase)\Driver\bin\Debug\MongoDB.Driver.XML"
94+
<File Id="f_DriverXml" Name="MongoDB.Driver.XML" Source="$(var.SourceBase)\Driver\bin\$(var.Configuration)\MongoDB.Driver.XML"
9595
DiskId ="1" KeyPath="yes" />
9696
</Component>
9797
</DirectoryRef>

Installer/makeinstaller.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ECHO OFF
2-
SET Version=1.4.2
2+
SET FullVersion=1.5.0.4566
3+
SET Version=1.5
34
SET Configuration=Release
45
SET SourceBase=..
56

mongocsharpdriver.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>mongocsharpdriver</id>
5-
<version>1.4.2</version>
5+
<version>1.5</version>
66
<title>Official MongoDB C# driver</title>
77
<authors>10gen, Inc.</authors>
88
<owners>Sridhar Nanjundeswaran</owners>
@@ -21,7 +21,7 @@
2121
<file src="Driver\bin\Release\MongoDB.Driver.dll" target="lib\net35" />
2222
<file src="Driver\bin\Release\MongoDB.Driver.pdb" target="lib\net35" />
2323
<file src="Driver\bin\Release\MongoDB.Driver.XML" target="lib\net35" />
24-
<file src="Release Notes\Release Notes v1.4.2.txt" target="" />
24+
<file src="Release Notes\Release Notes v1.5.txt" target="" />
2525
<file src="License.rtf" target ="" />
2626
</files>
2727
</package>

packages/makepackages.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set VER=1.4.2.4500
1+
set VER=1.5.0.4566
22
set PACKAGES=packages-%VER%
33

44
echo Creating %PACKAGES%
@@ -9,14 +9,14 @@ mkdir %PACKAGES%
99
xcopy /f /d /y ..\DriverSetup\Release\CSharpDriver.msi %PACKAGES%\
1010
ren %PACKAGES%\CSharpDriver.msi CSharpDriver-%VER%.msi
1111

12-
del "Release Notes v.1.4.2.txt"
13-
xcopy /f /y "..\Release Notes\Release Notes v1.4.2.md"
14-
ren "Release Notes v1.4.2.md" "Release Notes v1.4.2.txt"
12+
del "Release Notes v.1.5.txt"
13+
xcopy /f /y "..\Release Notes\Release Notes v1.5.md"
14+
ren "Release Notes v1.5.md" "Release Notes v1.5.txt"
1515

1616
set ZIPEXE="C:\Program Files\7-Zip\7z.exe"
1717
set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
1818
%ZIPEXE% a %ZIPFILE% ..\License.txt
19-
%ZIPEXE% a %ZIPFILE% "Release Notes v1.4.2.txt"
19+
%ZIPEXE% a %ZIPFILE% "Release Notes v1.5.txt"
2020
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
2121
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
2222
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml
@@ -25,7 +25,7 @@ set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
2525
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Driver.xml
2626
%ZIPEXE% a %ZIPFILE% ..\Help\CSharpDriverDocs.chm
2727

28-
del "Release Notes v1.4.2.txt"
28+
del "Release Notes v1.5.txt"
2929

3030
echo Created %PACKAGES%
3131
pause

0 commit comments

Comments
 (0)