Skip to content

Commit cfae1c6

Browse files
committed
take screenshot
1 parent 8ac5014 commit cfae1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 0.37.5 - 19.10.2017
1+
#### 0.37.6 - 19.10.2017
22
* BUGFIX: Fixed project restore compatibility issue with older versions of Paket - https://github.com/fsprojects/Paket.VisualStudio/pull/154
33

44
#### 0.37.2 - 17.10.2017

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Target "UploadToGallery" (fun _ ->
221221
click "#setContributionTypeButton"
222222

223223
sleep 15
224-
resize (1920, 4080)
224+
resize (4920, 1080)
225225

226226
let filename = DateTime.Now.ToString("MMM-d_HH-mm-ss-fff")
227227
screenshot tempDir filename

0 commit comments

Comments
 (0)