We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac5014 commit cfae1c6Copy full SHA for cfae1c6
RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-#### 0.37.5 - 19.10.2017
+#### 0.37.6 - 19.10.2017
2
* BUGFIX: Fixed project restore compatibility issue with older versions of Paket - https://github.com/fsprojects/Paket.VisualStudio/pull/154
3
4
#### 0.37.2 - 17.10.2017
build.fsx
@@ -221,7 +221,7 @@ Target "UploadToGallery" (fun _ ->
221
click "#setContributionTypeButton"
222
223
sleep 15
224
- resize (1920, 4080)
+ resize (4920, 1080)
225
226
let filename = DateTime.Now.ToString("MMM-d_HH-mm-ss-fff")
227
screenshot tempDir filename
0 commit comments