File tree 6 files changed +14
-16
lines changed
6 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 45
45
<FeedbackEMailAddress >craig.wilson%4010gen.com, robert%4010gen.com sridhar%4010gen.com</FeedbackEMailAddress >
46
46
<FeedbackEMailLinkText >CSharp driver API doc</FeedbackEMailLinkText >
47
47
<FrameworkVersion >.NET 3.5</FrameworkVersion >
48
- <HelpFileVersion >1.6.0.4624 </HelpFileVersion >
48
+ <HelpFileVersion >1.6.1.4678 </HelpFileVersion >
49
49
</PropertyGroup >
50
50
<!-- There are no properties for these groups. AnyCPU needs to appear in
51
51
order for Visual Studio to perform the build. The others are optional
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 "
4
4
Name =" !(wix.ProductName)"
5
5
Language =" 1033"
6
6
Version =" $(var.DriverVersion)"
7
7
Manufacturer =" 10gen Inc."
8
- UpgradeCode =" 8fcd3593-c858-4a8d-8f8e-031b50530e95 " >
8
+ UpgradeCode =" 58ce7d83-8eb4-448b-b966-236701bb25d3 " >
9
9
10
10
<Package InstallerVersion =" 200" Compressed =" yes" />
11
11
137
137
<ComponentRef Id =" c_HelpShortCut" />
138
138
</Feature >
139
139
140
- <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->
141
- <ComponentGroupRef Id =" Product.Generated" />
142
140
</Feature >
143
141
144
142
<UIRef Id =" WixUI_Mondo" />
Original file line number Diff line number Diff line change 1
1
@ 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
4
4
SET Configuration = Release
5
5
SET SourceBase = ..
6
6
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
2
2
version number below provides a changed file that can be used as the basis
3
3
for the BUMP commit.
4
4
5
- Current version: 1.6.0.4624
5
+ Current version: 1.6.1.4678
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >mongocsharpdriver</id >
5
- <version >1.6</version >
5
+ <version >1.6.1 </version >
6
6
<title >Official MongoDB C# driver</title >
7
7
<authors >10gen, Inc.</authors >
8
8
<owners >Sridhar Nanjundeswaran</owners >
21
21
<file src =" Driver\bin\Release\MongoDB.Driver.dll" target =" lib\net35" />
22
22
<file src =" Driver\bin\Release\MongoDB.Driver.pdb" target =" lib\net35" />
23
23
<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 =" " />
25
25
<file src =" License.rtf" target =" " />
26
26
</files >
27
27
</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
2
2
set PACKAGES = packages-%VER%
3
3
4
4
echo Creating %PACKAGES%
@@ -8,14 +8,14 @@ rmdir /s /q %PACKAGES%
8
8
mkdir %PACKAGES%
9
9
xcopy /f /d /y ..\Installer\bin\Release\CSharpDriver-%VER% .msi %PACKAGES% \
10
10
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"
14
14
15
15
set ZIPEXE = " C:\Program Files\7-Zip\7z.exe"
16
16
set ZIPFILE = %PACKAGES% \CSharpDriver-%VER% .zip
17
17
%ZIPEXE% a %ZIPFILE% ..\License.txt
18
- %ZIPEXE% a %ZIPFILE% " Release Notes v1.6.txt"
18
+ %ZIPEXE% a %ZIPFILE% " Release Notes v1.6.1. txt"
19
19
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
20
20
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
21
21
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml
@@ -24,7 +24,7 @@ set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
24
24
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Driver.xml
25
25
%ZIPEXE% a %ZIPFILE% ..\Help\CSharpDriverDocs.chm
26
26
27
- del " Release Notes v1.6.txt"
27
+ del " Release Notes v1.6.1. txt"
28
28
29
29
echo Created %PACKAGES%
30
30
pause
You can’t perform that action at this time.
0 commit comments