Skip to content

Commit

Permalink
More work on publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberns committed Jul 2, 2020
1 parent 87177d2 commit b6179e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AlgEff/AlgEff.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<Copyright>Brian Berns</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/brianberns/AlgEff</RepositoryUrl>
<PackageProjectUrl>https://github.com/brianberns/AlgEff</PackageProjectUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/11883138</PackageIconUrl>
<PackageIcon></PackageIcon>
</PropertyGroup>

Expand All @@ -29,6 +31,13 @@
<Compile Include="Handler\ConcurrencyHandler.fs" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.2" />
</ItemGroup>
Expand Down

0 comments on commit b6179e5

Please sign in to comment.