Skip to content

Commit

Permalink
Use Company and Authors tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 6, 2023
1 parent 4641703 commit fe3c2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<!-- Set up version and package release note generation from this changelog. -->
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
<!-- Common packaging properties for all packages in this repo -->
<Authors>G-Research</Authors>
<Company>G-Research</Company>
<Authors>David Schaefer, Florian Verdonck</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
<PackageVersion Include="FSharp.Analyzers.SDK" Version="0.14.1" />
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.14.1]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="0.14.1" />
<PackageVersion Include="FSharp.Core" Version="[7.0.400]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.7.400]" />
Expand Down

0 comments on commit fe3c2f2

Please sign in to comment.