Skip to content

Commit

Permalink
Merge c86c712 into 346fbac
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Jun 7, 2020
2 parents 346fbac + c86c712 commit 502bb01
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Atrea.PolicyEngine/Atrea.PolicyEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-alpha</Version>
<Authors>William Baldoumas</Authors>
<Company>William Baldoumas</Company>
<Description>A modular, composable policy engine for easy implementation of complex conditional processing pipelines.</Description>
<Copyright>Copyright ©2020 William Baldoumas</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/itabaiyu/atrea-policyengine.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>policy engine, policy, engine, processing, conditional processing, modular, composable, extensible, rules engine, async</PackageTags>
<PackageProjectUrl>https://github.com/itabaiyu/atrea-policyengine</PackageProjectUrl>
</PropertyGroup>

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

</Project>

0 comments on commit 502bb01

Please sign in to comment.