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

Commit7148329

Browse files
committed
Fix token used for XML documentation GAC entries
FSharp.Core is delay-signed and uses token b03f5f7f11d50a3aAll other DLLs use token f536804aa0eb945b
1 parentb754661 commit7148329

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

‎config.make.in‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ VERSION_4_0 = 4.3.0.0
2828
TARGET_2_0 = 2.0
2929
TARGET_2_1 = 2.1
3030
TARGET_4_0 = 4.0
31-
TOKEN = b03f5f7f11d50a3a
31+
DELAY_SIGN_TOKEN = b03f5f7f11d50a3a
32+
SIGN_TOKEN = f536804aa0eb945b
3233

3334
bootstrapdir = $(bootstrap)/4.0/
3435
tmpdir = .libs/

‎src/fsharp/FSharp.Build/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=FSharp.Build
22
ASSEMBLY =$(NAME).dll
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

‎src/fsharp/FSharp.Compiler.Interactive.Settings/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=FSharp.Compiler.Interactive.Settings
22
ASSEMBLY =$(NAME).dll
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

‎src/fsharp/FSharp.Compiler.Server.Shared/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=FSharp.Compiler.Server.Shared
22
ASSEMBLY =$(NAME).dll
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

‎src/fsharp/FSharp.Compiler/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=FSharp.Compiler
22
ASSEMBLY =$(NAME).dll
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

‎src/fsharp/FSharp.Core/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
NAME=FSharp.Core
22
ASSEMBLY =$(NAME).dll
33
DELAY_SIGN=1
4+
TOKEN=$(DELAY_SIGN_TOKEN)
45

56
srcdir := @abs_srcdir@/
67

‎src/fsharp/Fsc/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=fsc
22
ASSEMBLY =$(NAME).exe
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

‎src/fsharp/fsi/Makefile.in‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NAME=fsi
22
ASSEMBLY =$(NAME).exe
3+
TOKEN=$(SIGN_TOKEN)
34

45
srcdir := @abs_srcdir@/
56

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp