Skip to content

Commit c60aa78

Browse files
committed
Update pkg info
1 parent d1a56bc commit c60aa78

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Server/shader-ls.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net7.0</TargetFramework>
6+
<Description>Shader LSP language server</Description>
7+
<PackAsTool>true</PackAsTool>
8+
<ToolCommandName>shader-ls</ToolCommandName>
9+
<Authors>Jen-Chieh Shen</Authors>
10+
<PackageOutputPath>./nupkg</PackageOutputPath>
11+
<PackageId>shader-ls</PackageId>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
613
<ImplicitUsings>enable</ImplicitUsings>
714
<Nullable>enable</Nullable>
815
<PackageProjectUrl>https://github.com/jcs090218/shader-language-server</PackageProjectUrl>
@@ -29,10 +36,7 @@
2936
</ItemGroup>
3037

3138
<ItemGroup>
32-
<ContentWithTargetPath
33-
Include="ShaderlabVS\Data\*.*"
34-
CopyToOutputDirectory="PreserveNewest"
35-
TargetPath="Data\%(Filename)%(Extension)" />
39+
<ContentWithTargetPath Include="ShaderlabVS\Data\*.*" CopyToOutputDirectory="PreserveNewest" TargetPath="Data\%(Filename)%(Extension)" />
3640
</ItemGroup>
3741

3842
</Project>

0 commit comments

Comments
 (0)