Skip to content

Commit 87b8c66

Browse files
remove line endings from all *.nuspec files
1 parent 45e775e commit 87b8c66

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>FSharp.Compiler.Service.MSBuild.v12</id>
5-
<description>
6-
Adds legacy MSBuild 12.0 support to the F# compiler services package for
7-
resolving references such as #r "System, Version=4.1.0.0,..."
8-
</description>
5+
<description>Adds legacy MSBuild 12.0 support to the F# compiler services package for resolving references such as #r "System, Version=4.1.0.0,..."</description>
96
<language>en-US</language>
107
<requireLicenseAcceptance>false</requireLicenseAcceptance>
118
<version>14.0.2</version>

fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>FSharp.Compiler.Service.ProjectCracker</id>
5-
<description>
6-
The F# compiler services package contains a custom build of the F# compiler that
7-
exposes additional functionality for implementing F# language bindings, additional
8-
tools based on the compiler or refactoring tools. The package also includes F#
9-
interactive service that can be used for embedding F# scripting into your applications.
10-
</description>
5+
<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>
116
<language>en-US</language>
127
<requireLicenseAcceptance>false</requireLicenseAcceptance>
138
<version>14.0.2</version>

fcs/nuget/FSharp.Compiler.Service.nuspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>FSharp.Compiler.Service</id>
5-
<description>
6-
The F# compiler services package contains a custom build of the F# compiler that
7-
exposes additional functionality for implementing F# language bindings, additional
8-
tools based on the compiler or refactoring tools. The package also includes F#
9-
interactive service that can be used for embedding F# scripting into your applications.
10-
</description>
5+
<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>
116
<language>en-US</language>
127
<requireLicenseAcceptance>false</requireLicenseAcceptance>
138
<version>14.0.2</version>

0 commit comments

Comments
 (0)