We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NuGet.config
1 parent 4ad7693 commit c9ef3baCopy full SHA for c9ef3ba
src/FSharpLint.Core/AssemblyInfo.fs renamed to src/FSharpLint.Core/Attributes.fs
src/FSharpLint.Core/FSharpLint.Core.fsproj
@@ -7,6 +7,7 @@
7
<IsPackable>true</IsPackable>
8
<RootNamespace>FSharpLint.Core</RootNamespace>
9
<EnableDefaultItems>false</EnableDefaultItems>
10
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11
12
<Title>FSharpLint.Core</Title>
13
<Description>API to programmatically run FSharpLint.</Description>
@@ -15,7 +16,7 @@
15
16
17
<ItemGroup>
18
<!-- Framework -->
- <Compile Include="AssemblyInfo.fs" />
19
+ <Compile Include="Attributes.fs" />
20
<Compile Include="Prelude.fs" />
21
<Compile Include="Framework/Utilities.fs" />
22
<Compile Include="Framework/HintParser.fs" />
0 commit comments