Skip to content

Commit f31bd83

Browse files
author
rstam
committed
Tweaks to the setup project and the makepackages.bat file to change the extension of the Release Notes from .md to .txt so that it will open in Notepad.
1 parent 072c620 commit f31bd83

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

DriverSetup/DriverSetup.vdproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
"Entry"
5959
{
60-
"MsmKey" = "8:_DCEF036A5A8349A3BA6A68608085563B"
60+
"MsmKey" = "8:_CC66AD69ABF946EDB7B59EE16A43A943"
6161
"OwnerKey" = "8:_UNDEFINED"
6262
"MsmSig" = "8:_UNDEFINED"
6363
}
@@ -262,9 +262,9 @@
262262
"IsDependency" = "11:TRUE"
263263
"IsolateTo" = "8:"
264264
}
265-
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DCEF036A5A8349A3BA6A68608085563B"
265+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CC66AD69ABF946EDB7B59EE16A43A943"
266266
{
267-
"SourcePath" = "8:..\\Release Notes\\Release Notes v1.4.txt"
267+
"SourcePath" = "8:..\\Release Notes\\Release Notes v1.4.md"
268268
"TargetName" = "8:Release Notes v1.4.txt"
269269
"Tag" = "8:"
270270
"Folder" = "8:_D4C7539AEF6E411F98A857872FF5F2FC"
@@ -573,15 +573,15 @@
573573
"Icon" = "8:"
574574
"Feature" = "8:"
575575
}
576-
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_ACD294164D2749D59048F56CCBBEF2EF"
576+
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_D900534309F24DBCAB9B691BC981A289"
577577
{
578578
"Name" = "8:Release Notes v1.4.txt"
579579
"Arguments" = "8:"
580580
"Description" = "8:"
581581
"ShowCmd" = "3:1"
582582
"IconIndex" = "3:0"
583583
"Transitive" = "11:FALSE"
584-
"Target" = "8:_DCEF036A5A8349A3BA6A68608085563B"
584+
"Target" = "8:_CC66AD69ABF946EDB7B59EE16A43A943"
585585
"Folder" = "8:_714AC4AABA3743F280D3824A1345875C"
586586
"WorkingFolder" = "8:_D4C7539AEF6E411F98A857872FF5F2FC"
587587
"Icon" = "8:"

packages/makepackages.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ren %PACKAGES%\CSharpDriver.msi CSharpDriver-%VER%.msi
1212
set ZIPEXE="C:\Program Files\7-Zip\7z.exe"
1313
set ZIPFILE=%PACKAGES%\CSharpDriver-%VER%.zip
1414
%ZIPEXE% a %ZIPFILE% ..\License.txt
15+
ren "..\Release Notes\Release Notes v1.4.md" "Release Notes v1.4.txt"
1516
%ZIPEXE% a %ZIPFILE% "..\Release Notes\Release Notes v1.4.txt"
17+
ren "..\Release Notes\Release Notes v1.4.txt" "Release Notes v1.4.md"
1618
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.dll
1719
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.pdb
1820
%ZIPEXE% a %ZIPFILE% ..\Driver\bin\Release\MongoDB.Bson.xml

0 commit comments

Comments
 (0)