Skip to content

Commit 6624925

Browse files
committed
Use strong-name signed FSharp.Compiler.Interactive.Settings.dll in FSharp.Compiler.Tools package
1 parent 561af8b commit 6624925

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG-fsharp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.1.34
2+
* Use strong-name signed FSharp.Compiler.Interactive.Settings.dll in FSharp.Compiler.Tools package
3+
14
4.1.33
25
* Cherry pick https://github.com/Microsoft/visualfsharp/pull/4348/
36

FSharp.Compiler.Tools.Nuget/FSharp.Compiler.Tools.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<file src="..\Release\net40\bin\FSharp.Compiler.Private.xml" target="tools\FSharp.Compiler.Private.xml" />
3636
<file src="..\Release\net40\bin\FSharp.Compiler.Server.Shared.dll" target="tools\FSharp.Compiler.Server.Shared.dll" />
3737
<file src="..\Release\net40\bin\FSharp.Compiler.Server.Shared.xml" target="tools\FSharp.Compiler.Server.Shared.xml" />
38-
<file src="..\Release\net40\bin\FSharp.Compiler.Interactive.Settings.dll" target="tools\FSharp.Compiler.Interactive.Settings.dll" />
39-
<file src="..\Release\net40\bin\FSharp.Compiler.Interactive.Settings.xml" target="tools\FSharp.Compiler.Interactive.Settings.xml" />
38+
<file src="..\lib\bootstrap\signed\SDK\4.1\FSharp.Compiler.Interactive.Settings.dll" target="tools\FSharp.Compiler.Interactive.Settings.dll" />
4039
<file src="..\Release\net40\bin\fsiAnyCpu.exe" target="tools\fsiAnyCpu.exe" />
4140
<file src="..\Release\net40\bin\fsiAnyCpu.exe.config" target="tools\fsiAnyCpu.exe.config" />
4241
<file src="..\Release\net40\bin\fsiAnyCpu.xml" target="tools\fsiAnyCpu.xml" />
Binary file not shown.

mono/appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# the version under development, update after a release
3-
$version = '4.1.33'
3+
$version = '4.1.34'
44

55
function isVersionTag($tag){
66
$v = New-Object Version

0 commit comments

Comments
 (0)