Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6624925

Browse files
committed
Use strong-name signed FSharp.Compiler.Interactive.Settings.dll in FSharp.Compiler.Tools package
1 parent561af8b commit6624925

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

‎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 pickhttps://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
<filesrc="..\Release\net40\bin\FSharp.Compiler.Private.xml"target="tools\FSharp.Compiler.Private.xml" />
3636
<filesrc="..\Release\net40\bin\FSharp.Compiler.Server.Shared.dll"target="tools\FSharp.Compiler.Server.Shared.dll" />
3737
<filesrc="..\Release\net40\bin\FSharp.Compiler.Server.Shared.xml"target="tools\FSharp.Compiler.Server.Shared.xml" />
38-
<filesrc="..\Release\net40\bin\FSharp.Compiler.Interactive.Settings.dll"target="tools\FSharp.Compiler.Interactive.Settings.dll" />
39-
<filesrc="..\Release\net40\bin\FSharp.Compiler.Interactive.Settings.xml"target="tools\FSharp.Compiler.Interactive.Settings.xml" />
38+
<filesrc="..\lib\bootstrap\signed\SDK\4.1\FSharp.Compiler.Interactive.Settings.dll"target="tools\FSharp.Compiler.Interactive.Settings.dll" />
4039
<filesrc="..\Release\net40\bin\fsiAnyCpu.exe"target="tools\fsiAnyCpu.exe" />
4140
<filesrc="..\Release\net40\bin\fsiAnyCpu.exe.config"target="tools\fsiAnyCpu.exe.config" />
4241
<filesrc="..\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
functionisVersionTag($tag){
66
$v=New-Object Version

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp