File tree Expand file tree Collapse file tree 6 files changed +14
-16
lines changed Expand file tree Collapse file tree 6 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 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.6.0.4624 </HelpFileVersion >
48+ <HelpFileVersion >1.6.1.4678 </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
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3- <Product Id =" 184bee72-2f1b-4800-9d48-1f3dc3c5a607 "
3+ <Product Id =" f5305d12-8c20-4539-a9a4-823c8fcef67b "
44 Name =" !(wix.ProductName)"
55 Language =" 1033"
66 Version =" $(var.DriverVersion)"
77 Manufacturer =" 10gen Inc."
8- UpgradeCode =" 8fcd3593-c858-4a8d-8f8e-031b50530e95 " >
8+ UpgradeCode =" 58ce7d83-8eb4-448b-b966-236701bb25d3 " >
99
1010 <Package InstallerVersion =" 200" Compressed =" yes" />
1111
137137 <ComponentRef Id =" c_HelpShortCut" />
138138 </Feature >
139139
140- <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->
141- <ComponentGroupRef Id =" Product.Generated" />
142140 </Feature >
143141
144142 <UIRef Id =" WixUI_Mondo" />
Original file line number Diff line number Diff line change 11@ ECHO OFF
2- SET FullVersion = 1.6.0.4624
3- SET Version = 1.6
2+ SET FullVersion = 1.6.1.4678
3+ SET Version = 1.6.1
44SET Configuration = Release
55SET SourceBase = ..
66
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ This file is the last file modified during the release process. Changing the
22version number below provides a changed file that can be used as the basis
33for the BUMP commit.
44
5- Current version: 1.6.0.4624
5+ Current version: 1.6.1.4678
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >mongocsharpdriver</id >
5- <version >1.6</version >
5+ <version >1.6.1 </version >
66 <title >Official MongoDB C# driver</title >
77 <authors >10gen, Inc.</authors >
88 <owners >Sridhar Nanjundeswaran</owners >
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.6.txt" target =" " />
24+ <file src =" Release Notes\Release Notes v1.6.1. txt" target =" " />
2525 <file src =" License.rtf" target =" " />
2626 </files >
2727</package >
Original file line number Diff line number Diff line change 1- set VER = 1.6.0.4624
1+ set VER = 1.6.1.4678
22set PACKAGES = packages-%VER%
33
44echo Creating %PACKAGES%
@@ -8,14 +8,14 @@ rmdir /s /q %PACKAGES%
88mkdir %PACKAGES%
99xcopy /f /d /y ..\Installer\bin\Release\CSharpDriver-%VER% .msi %PACKAGES% \
1010
11- del " Release Notes v.1.6.txt"
12- xcopy /f /y " ..\Release Notes\Release Notes v1.6.md"
13- ren " Release Notes v1.6.md" " Release Notes v1.6.txt"
11+ del " Release Notes v.1.6.1. txt"
12+ xcopy /f /y " ..\Release Notes\Release Notes v1.6.1. md"
13+ ren " Release Notes v1.6.md" " Release Notes v1.6.1. txt"
1414
1515set ZIPEXE = " C:\Program Files\7-Zip\7z.exe"
1616set ZIPFILE = %PACKAGES% \CSharpDriver-%VER% .zip
1717%ZIPEXE% a %ZIPFILE% ..\License.txt
18- %ZIPEXE% a %ZIPFILE% " Release Notes v1.6.txt"
18+ %ZIPEXE% a %ZIPFILE% " Release Notes v1.6.1. txt"
1919%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
2020%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
2121%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml
@@ -24,7 +24,7 @@ set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
2424%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Driver.xml
2525%ZIPEXE% a %ZIPFILE% ..\Help\CSharpDriverDocs.chm
2626
27- del " Release Notes v1.6.txt"
27+ del " Release Notes v1.6.1. txt"
2828
2929echo Created %PACKAGES%
3030pause
You can’t perform that action at this time.
0 commit comments