Skip to content

Commit

Permalink
Prepare for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierpinho committed Sep 28, 2021
1 parent 2c237c4 commit f5d364a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions VeryNaiveDatalog/VeryNaiveDatalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.1.1</Version>
<PackageId>org.xavierp.VeryNaiveDatalog</PackageId>
<Authors>xavierp</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/xavierpinho/VeryNaiveDatalog</PackageProjectUrl>
<RepositoryUrl>https://github.com/xavierpinho/VeryNaiveDatalog</RepositoryUrl>
<PackageTags>datalog</PackageTags>
<Description>Naive, bottom-up Datalog semantics in about 200 lines</Description>
</PropertyGroup>

</Project>

0 comments on commit f5d364a

Please sign in to comment.