Skip to content

Commit

Permalink
Update NexusAop.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsnl authored Dec 13, 2023
1 parent ad98291 commit 94608f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NexusAop/NexusAop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>AdsPush</PackageId>
<Authors>Anil Dursun SENEL, Asli YIGIT</Authors>
<PackageTags>aop;reflection;attribute;dispatch proxy;cache</PackageTags>
<Description>NexusAop is a powerful and flexible library for reflection and aspect-oriented programming (AOP) in .NET 5.0. This library enables developers to easily apply cross-cutting concerns to their applications by utilizing custom attributes. With NexusAop, you can interrupt method executions, perform specific actions, and retrieve results seamlessly.
</Description>
<PackageId>NexusAOP</PackageId>
<Authors>Anil Dursun SENEL, Asli YIGIT</Authors>
<PackageTags>aop;reflection;attribute;dispatch proxy;cache</PackageTags>
<Description>NexusAop is a powerful and flexible library for reflection and aspect-oriented programming (AOP) in .NET 5.0. This library enables developers to easily apply cross-cutting concerns to their applications by utilizing custom attributes. With NexusAop, you can interrupt method executions, perform specific actions, and retrieve results seamlessly.
</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/NexusAop</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/NexusAop</RepositoryUrl>
Expand Down

0 comments on commit 94608f8

Please sign in to comment.