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

Commite703c49

Browse files
forkidsyme
authored andcommitted
fix typos (dotnet#4630)
1 parent432784c commite703c49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎fcs/README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22

3-
#The FSharp.Compiler.Service components andnuget package
3+
#The FSharp.Compiler.Service components andNuGet package
44

5-
This directory contains the build, packaging, test and documentation-generation logic for thenuget package``FSharp.Compiler.Service``. The source for thisnuget
5+
This directory contains the build, packaging, test and documentation-generation logic for theNuGet package``FSharp.Compiler.Service``. The source for thisNuGet
66
package is in``..\src``.
77

8-
Basically we are packaging up the compiler as a DLL and publishing it as anuget package.
8+
Basically we are packaging up the compiler as a DLL and publishing it as aNuGet package.
99

1010
##FSharp.Compiler.Service v. FSharp.Compiler.Private
1111

1212
There are subtle differences between FSharp.Compiler.Service and FSharp.Compiler.Private (shipped with the Visual F# Tools)
1313

1414
- FCS has a public API
1515
- FCS is built against**.NET 4.5** and**FSharp.Core 4.0.0.0** to give broader reach
16-
- FCS has aNuget package
16+
- FCS has aNuGet package
1717
- FCS has a .NET Standard 1.6 version in the nuget package
1818
- FCS testing also tests the "Project Cracker" (see below)
1919
- FCS doesn't add the System.ValueTuple.dll reference by default, see``#if COMPILER_SERVICE_AS_DLL`` in compiler codebase
@@ -57,7 +57,7 @@ which does things like:
5757

5858
###Manual push of packages
5959

60-
Yu can push the packages if you have permissions, either automatically using``build Release`` or manually
60+
You can push the packages if you have permissions, either automatically using``build Release`` or manually
6161

6262
set APIKEY=...
6363
..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.22.0.2.nupkg %APIKEY% -Source https://nuget.org
@@ -67,7 +67,7 @@ Yu can push the packages if you have permissions, either automatically using ``b
6767

6868
###Use of Paket and FAKE
6969

70-
Paket is only used to getfake andformating tools. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
70+
Paket is only used to getFAKE andFSharp.Formatting tools. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
7171

7272
FAKE is only used to run build.fsx. Eventually we will likely remove this once we update the project files to .NET SDK 2.0.
7373

@@ -83,7 +83,7 @@ Testing reuses the test files from ..\tests\service which were are also FCS test
8383
Output is in``docs``. In the``FSharp.Compiler.Service`` repo this is checked in and hosted ashttp://fsharp.github.io/FSharp.Compiler.Service.
8484

8585

86-
##The two othernuget packages
86+
##The two otherNuGet packages
8787

8888
It also contains both the source, build, packaging and test logic for
8989

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp