Skip to content

Commit 65068fe

Browse files
committed
clarify package authors
1 parent 6b64ab1 commit 65068fe

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

fcs/FSharp.Compiler.Service.MSBuild.v12/FSharp.Compiler.Service.MSBuild.v12.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Description>Additional DLL for legacy compat for the F# compiler service.</Description>
1515
<Summary>Additional DLL for legacy compat for the F# compiler service.</Summary>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17-
<Authors>Microsoft Corporation; F# community contributors</Authors>
17+
<Authors>F# community contributors</Authors>
1818
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
1919
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
2020
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>

fcs/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Description>Legacy project file cracker for the F# compiler service.</Description>
1313
<Summary>Legacy project file cracker for the F# compiler service.</Summary>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
15-
<Authors>Microsoft Corporation; F# community contributors</Authors>
15+
<Authors>F# community contributors</Authors>
1616
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
1818
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>

fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Summary>The F# compiler as library. For editors, for tools, for scripting. For you.</Summary>
2525
<Description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.</Description>
2626
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
27-
<Authors>Microsoft Corporation; F# community contributors</Authors>
27+
<Authors>F# community contributors</Authors>
2828
<PackageLicenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</PackageLicenseUrl>
2929
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
3030
<PackageIconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</PackageIconUrl>

fcs/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 23.0.2
2+
* Clarify package authors
3+
14
#### 23.0.1
25
* Integrate visualfsharp master to ee938a7a5cfdf4849b091087efbf64605110541f
36

0 commit comments

Comments
 (0)