Skip to content

Commit

Permalink
Adds AssemblyInfo.fs files to the projects to have correct version …
Browse files Browse the repository at this point in the history
…encoded in the `.dll`s.
  • Loading branch information
ChrSteinert committed Mar 7, 2018
1 parent d27d4ed commit 9e560f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharpx.Extras/FSharpx.Extras.fsproj
Expand Up @@ -11,6 +11,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<Content Include="paket.references" />
<None Include="paket.template" />
<Content Include="app.config" />
Expand Down
Expand Up @@ -11,6 +11,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<None Include="paket.references" />
<None Include="paket.template" />
<Compile Include="StructuredFormat.fsi" />
Expand Down

0 comments on commit 9e560f9

Please sign in to comment.