Skip to content

Commit

Permalink
chore: add audit logging readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Nov 29, 2024
1 parent 64b3247 commit 59eeb4a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/audit-logging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Audit Logging

Provider audit logging application service and log cleanup function
15 changes: 15 additions & 0 deletions modules/audit-logging/common.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<Project>

<Import Project="..\common.props" />

<PropertyGroup>
<Product>Passingwind.Abp.AuditLogging</Product>
<Description></Description>
<PackageTags>abp-module, audit logging</PackageTags>
<Version>$(ModuleVersion)</Version>
<PackageVersion>$(ModuleVersion)</PackageVersion>
</PropertyGroup>

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

</Project>

0 comments on commit 59eeb4a

Please sign in to comment.