Skip to content

Commit c930fa9

Browse files
authored
Merge pull request #192 from Numpsy/rw/desc_2
Add a package description to FSharp.Analyzers.Build
2 parents a952061 + 2e5a1c4 commit c930fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FSharp.Analyzers.Build/FSharp.Analyzers.Build.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard1.0</TargetFramework>
44
<NoPackageAnalysis>true</NoPackageAnalysis>
@@ -7,6 +7,7 @@
77
<DevelopmentDependency>true</DevelopmentDependency>
88
<IncludeBuildOutput>false</IncludeBuildOutput>
99
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
10+
<Description>MSBuild integration for fsharp-analyzers</Description>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Content Include="build\*" PackagePath="build\" />

0 commit comments

Comments
 (0)