File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
- SET FullVersion = 1.5 .0.4566
3
- SET Version = 1.5
2
+ SET FullVersion = 1.6 .0.4624
3
+ SET Version = 1.6
4
4
SET Configuration = Release
5
5
SET SourceBase = ..
6
6
@@ -15,3 +15,4 @@ echo Building installer
15
15
%windir% \Microsoft.NET\Framework\v4.0.30319\msbuild.exe CSharpDriverInstaller.wixproj
16
16
17
17
echo Done Building installer v%Version%
18
+ pause
Original file line number Diff line number Diff line change 1
- set VER = 1.5 .0.4566
1
+ set VER = 1.6 .0.4624
2
2
set PACKAGES = packages-%VER%
3
3
4
4
echo Creating %PACKAGES%
5
5
pause
6
6
7
7
rmdir /s /q %PACKAGES%
8
8
mkdir %PACKAGES%
9
- xcopy /f /d /y ..\DriverSetup\Release\CSharpDriver.msi %PACKAGES% \
10
- ren %PACKAGES% \CSharpDriver.msi CSharpDriver-%VER% .msi
9
+ xcopy /f /d /y ..\Installer\bin\Release\CSharpDriver-%VER% .msi %PACKAGES% \
11
10
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"
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"
15
14
16
15
set ZIPEXE = " C:\Program Files\7-Zip\7z.exe"
17
16
set ZIPFILE = %PACKAGES% \CSharpDriver-%VER% .zip
18
17
%ZIPEXE% a %ZIPFILE% ..\License.txt
19
- %ZIPEXE% a %ZIPFILE% " Release Notes v1.5 .txt"
18
+ %ZIPEXE% a %ZIPFILE% " Release Notes v1.6 .txt"
20
19
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
21
20
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
22
21
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml
@@ -25,7 +24,7 @@ set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
25
24
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Driver.xml
26
25
%ZIPEXE% a %ZIPFILE% ..\Help\CSharpDriverDocs.chm
27
26
28
- del " Release Notes v1.5 .txt"
27
+ del " Release Notes v1.6 .txt"
29
28
30
29
echo Created %PACKAGES%
31
30
pause
You can’t perform that action at this time.
0 commit comments