Skip to content

Commit

Permalink
Merge pull request #192 from Numpsy/rw/desc_2
Browse files Browse the repository at this point in the history
Add a package description to FSharp.Analyzers.Build
  • Loading branch information
baronfel authored Jan 1, 2024
2 parents a952061 + 2e5a1c4 commit c930fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FSharp.Analyzers.Build/FSharp.Analyzers.Build.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand All @@ -7,6 +7,7 @@
<DevelopmentDependency>true</DevelopmentDependency>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
<Description>MSBuild integration for fsharp-analyzers</Description>
</PropertyGroup>
<ItemGroup>
<Content Include="build\*" PackagePath="build\" />
Expand Down

0 comments on commit c930fa9

Please sign in to comment.