Skip to content

Commit 226962f

Browse files
committed
Bump version to 5.238.2
1 parent e60df55 commit 226962f

File tree

13 files changed

+934
-25
lines changed

13 files changed

+934
-25
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 5.238.1 - 2019-11-26
1+
#### 5.238.2 - 2019-11-26
22
* Exclude top-level linux folders for docker support - https://github.com/fsprojects/Paket/issues/3123
33
* More verbose logging
44

69.3 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
14+
</configuration>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)