File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
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.1.4678 </HelpFileVersion >
48
+ <HelpFileVersion >1.7.0.4714 </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 39
39
// You can specify all the values or you can default the Build and Revision Numbers
40
40
// by using the '*' as shown below:
41
41
// [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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 "
4
4
Name =" !(wix.ProductName)"
5
5
Language =" 1033"
6
6
Version =" $(var.DriverVersion)"
7
7
Manufacturer =" 10gen Inc."
8
- UpgradeCode =" 58ce7d83-8eb4-448b-b966-236701bb25d3 " >
8
+ UpgradeCode =" 6C79C4F8-C701-4C01-9FD1-A684A86252AF " >
9
9
10
10
<Package InstallerVersion =" 200" Compressed =" yes" />
11
11
Original file line number Diff line number Diff line change 1
1
@ 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
4
4
SET Configuration = Release
5
5
SET SourceBase = ..
6
6
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.1 </version >
5
+ <version >1.7 </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.1 .txt" target =" " />
24
+ <file src =" Release Notes\Release Notes v1.7 .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.1.4678
1
+ set VER = 1.7.0.4714
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.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"
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.1 .txt"
18
+ %ZIPEXE% a %ZIPFILE% " Release Notes v1.7 .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.1 .txt"
27
+ del " Release Notes v1.7 .txt"
28
28
29
29
echo Created %PACKAGES%
30
30
pause
You can’t perform that action at this time.
0 commit comments