File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 51
51
<ErrorReport >prompt</ErrorReport >
52
52
<WarningLevel >4</WarningLevel >
53
53
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
54
+ <DocumentationFile >bin\Release\MongoDB.Bson.XML</DocumentationFile >
54
55
</PropertyGroup >
55
56
<PropertyGroup >
56
57
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 51
51
<ErrorReport >prompt</ErrorReport >
52
52
<WarningLevel >4</WarningLevel >
53
53
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
54
+ <DocumentationFile >bin\Release\MongoDB.Driver.XML</DocumentationFile >
54
55
</PropertyGroup >
55
56
<PropertyGroup >
56
57
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 15
15
<language >en-US</language >
16
16
</metadata >
17
17
<files >
18
- <file src =" Bson\bin\Debug \MongoDB.Bson.dll" target =" lib\net35" />
19
- <file src =" Bson\bin\Debug \MongoDB.Bson.pdb" target =" lib\net35" />
20
- <file src =" Bson\bin\Debug \MongoDB.Bson.xml" target =" lib\net35" />
21
- <file src =" Driver\bin\Debug \MongoDB.Driver.dll" target =" lib\net35" />
22
- <file src =" Driver\bin\Debug \MongoDB.Driver.pdb" target =" lib\net35" />
23
- <file src =" Driver\bin\Debug \MongoDB.Driver.XML" target =" lib\net35" />
18
+ <file src =" Bson\bin\Release \MongoDB.Bson.dll" target =" lib\net35" />
19
+ <file src =" Bson\bin\Release \MongoDB.Bson.pdb" target =" lib\net35" />
20
+ <file src =" Bson\bin\Release \MongoDB.Bson.xml" target =" lib\net35" />
21
+ <file src =" Driver\bin\Release \MongoDB.Driver.dll" target =" lib\net35" />
22
+ <file src =" Driver\bin\Release \MongoDB.Driver.pdb" target =" lib\net35" />
23
+ <file src =" Driver\bin\Release \MongoDB.Driver.XML" target =" lib\net35" />
24
24
<file src =" Release Notes v1.3.1.txt" target =" " />
25
25
<file src =" License.rtf" target =" " />
26
26
</files >
Original file line number Diff line number Diff line change 6
6
7
7
rmdir /s /q %PACKAGES%
8
8
mkdir %PACKAGES%
9
- xcopy /f /d /y ..\DriverSetup\Debug \CSharpDriver.msi %PACKAGES% \
9
+ xcopy /f /d /y ..\DriverSetup\Release \CSharpDriver.msi %PACKAGES% \
10
10
ren %PACKAGES% \CSharpDriver.msi CSharpDriver-%VER% .msi
11
11
12
12
set ZIPEXE = " C:\Program Files\7-Zip\7z.exe"
13
13
set ZIPFILE = %PACKAGES% \CSharpDriver-%VER% .zip
14
14
%ZIPEXE% a %ZIPFILE% ..\License.txt
15
15
%ZIPEXE% a %ZIPFILE% " ..\Release Notes v1.3.1.txt"
16
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Bson.dll
17
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Bson.pdb
18
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Bson.xml
19
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Driver.dll
20
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Driver.pdb
21
- %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Debug \MongoDB.Driver.xml
16
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Bson.dll
17
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Bson.pdb
18
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Bson.xml
19
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Driver.dll
20
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Driver.pdb
21
+ %ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release \MongoDB.Driver.xml
22
22
%ZIPEXE% a %ZIPFILE% ..\Help\CSharpDriverDocs.chm
23
23
24
24
echo Created %PACKAGES%
You can’t perform that action at this time.
0 commit comments