Skip to content

Commit 017bafe

Browse files
committed
Publish as dotnet tool, version 0.0.1-alpha
1 parent dd2614f commit 017bafe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: LICENSE.md renamed to LICENSE

File renamed without changes.

Diff for: src/CSharpLanguageServer/CSharpLanguageServer.fsproj

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net5.0</TargetFramework>
7+
8+
<PackAsTool>true</PackAsTool>
9+
<ToolCommandName>csharp-ls</ToolCommandName>
10+
<Version>0.1.0</Version>
11+
<Authors>Saulius Menkevičius</Authors>
12+
<PackageOutputPath>./nupkg</PackageOutputPath>
13+
<PackageVersion>0.1.0-alpha</PackageVersion>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
715
</PropertyGroup>
816

917
<ItemGroup>

0 commit comments

Comments
 (0)