File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 57
57
}
58
58
"Entry"
59
59
{
60
- "MsmKey" = "8:_DCEF036A5A8349A3BA6A68608085563B "
60
+ "MsmKey" = "8:_CC66AD69ABF946EDB7B59EE16A43A943 "
61
61
"OwnerKey" = "8:_UNDEFINED"
62
62
"MsmSig" = "8:_UNDEFINED"
63
63
}
262
262
"IsDependency" = "11:TRUE"
263
263
"IsolateTo" = "8:"
264
264
}
265
- "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DCEF036A5A8349A3BA6A68608085563B "
265
+ "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CC66AD69ABF946EDB7B59EE16A43A943 "
266
266
{
267
- "SourcePath" = "8:..\\Release Notes\\Release Notes v1.4.txt "
267
+ "SourcePath" = "8:..\\Release Notes\\Release Notes v1.4.md "
268
268
"TargetName" = "8:Release Notes v1.4.txt"
269
269
"Tag" = "8:"
270
270
"Folder" = "8:_D4C7539AEF6E411F98A857872FF5F2FC"
573
573
"Icon" = "8:"
574
574
"Feature" = "8:"
575
575
}
576
- "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_ACD294164D2749D59048F56CCBBEF2EF "
576
+ "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_D900534309F24DBCAB9B691BC981A289 "
577
577
{
578
578
"Name" = "8:Release Notes v1.4.txt"
579
579
"Arguments" = "8:"
580
580
"Description" = "8:"
581
581
"ShowCmd" = "3:1"
582
582
"IconIndex" = "3:0"
583
583
"Transitive" = "11:FALSE"
584
- "Target" = "8:_DCEF036A5A8349A3BA6A68608085563B "
584
+ "Target" = "8:_CC66AD69ABF946EDB7B59EE16A43A943 "
585
585
"Folder" = "8:_714AC4AABA3743F280D3824A1345875C"
586
586
"WorkingFolder" = "8:_D4C7539AEF6E411F98A857872FF5F2FC"
587
587
"Icon" = "8:"
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ ren %PACKAGES%\CSharpDriver.msi CSharpDriver-%VER%.msi
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
+ ren " ..\Release Notes\Release Notes v1.4.md" " Release Notes v1.4.txt"
15
16
%ZIPEXE% a %ZIPFILE% " ..\Release Notes\Release Notes v1.4.txt"
17
+ ren " ..\Release Notes\Release Notes v1.4.txt" " Release Notes v1.4.md"
16
18
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
17
19
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
18
20
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml
You can’t perform that action at this time.
0 commit comments