File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
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.1.4678 </HelpFileVersion >
48+ <HelpFileVersion >1.7.0.4714 </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 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.6.2.* " ) ]
42+ [ assembly: AssemblyVersion ( "1.7.0.4714 " ) ]
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 =" f5305d12-8c20-4539-a9a4-823c8fcef67b "
3+ <Product Id =" 553AB21B-EFC9-4CD7-9A6C-9EC2EEE92F0E "
44 Name =" !(wix.ProductName)"
55 Language =" 1033"
66 Version =" $(var.DriverVersion)"
77 Manufacturer =" 10gen Inc."
8- UpgradeCode =" 58ce7d83-8eb4-448b-b966-236701bb25d3 " >
8+ UpgradeCode =" 6C79C4F8-C701-4C01-9FD1-A684A86252AF " >
99
1010 <Package InstallerVersion =" 200" Compressed =" yes" />
1111
Original file line number Diff line number Diff line change 11@ ECHO OFF
2- SET FullVersion = 1.6.1.4678
3- SET Version = 1.6.1
2+ SET FullVersion = 1.7.0.4714
3+ SET Version = 1.7
44SET Configuration = Release
55SET SourceBase = ..
66
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >mongocsharpdriver</id >
5- <version >1.6.1 </version >
5+ <version >1.7 </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.1 .txt" target =" " />
24+ <file src =" Release Notes\Release Notes v1.7 .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.1.4678
1+ set VER = 1.7.0.4714
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.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"
11+ del " Release Notes v.1.7 .txt"
12+ xcopy /f /y " ..\Release Notes\Release Notes v1.7 .md"
13+ ren " Release Notes v1.7 .md" " Release Notes v1.7 .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.1 .txt"
18+ %ZIPEXE% a %ZIPFILE% " Release Notes v1.7 .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.1 .txt"
27+ del " Release Notes v1.7 .txt"
2828
2929echo Created %PACKAGES%
3030pause
You can’t perform that action at this time.
0 commit comments