From 04d366775227e854baf596b1bad585eb41947583 Mon Sep 17 00:00:00 2001 From: Igor Tkachev Date: Fri, 8 Dec 2023 16:15:36 -0500 Subject: [PATCH] Update README.md. --- Examples/MultiProject/Directory.Build.props | 2 +- Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj | 2 +- Examples/TransactionAspect/TransactionAspect.csproj | 2 +- README.md | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Examples/MultiProject/Directory.Build.props b/Examples/MultiProject/Directory.Build.props index cafbaa0..73ccd13 100644 --- a/Examples/MultiProject/Directory.Build.props +++ b/Examples/MultiProject/Directory.Build.props @@ -8,6 +8,6 @@ - + diff --git a/Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj b/Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj index 2b87f52..6242c75 100644 --- a/Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj +++ b/Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj @@ -12,7 +12,7 @@ - + diff --git a/Examples/TransactionAspect/TransactionAspect.csproj b/Examples/TransactionAspect/TransactionAspect.csproj index e0b25a5..6db61ee 100644 --- a/Examples/TransactionAspect/TransactionAspect.csproj +++ b/Examples/TransactionAspect/TransactionAspect.csproj @@ -16,7 +16,7 @@ - + diff --git a/README.md b/README.md index 7e1a478..2aacda2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Aspect Generator -[![NuGet Version and Downloads count](https://buildstats.info/nuget/AspectGenerator?includePreReleases=true)](https://www.nuget.org/packages/AspectGenerator) [![Test workflow](https://img.shields.io/github/actions/workflow/status/igor-tkachev/AspectGenerator/dotnet.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/igor-tkachev/AspectGenerator/actions?workflow=.NET) +[![Test workflow](https://img.shields.io/github/actions/workflow/status/igor-tkachev/AspectGenerator/dotnet.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/igor-tkachev/AspectGenerator/actions?workflow=.NET) [![NuGet Version and Downloads count](https://buildstats.info/nuget/AspectGenerator?includePreReleases=true)](https://www.nuget.org/packages/AspectGenerator) The Aspect Generator can help you easily create your own aspects. @@ -11,6 +11,8 @@ The feature may be subject to breaking changes or removal in a future release. > [!NOTE] > The community still has doubts about the usefulness of this feature. On the one hand, it looks like not kosher fake AOP. On the other hand, it works just fine. This project can help you to try it and share your own opinion. +[How it works](https://github.com/igor-tkachev/AspectGenerator/wiki#how-it-works) + ## Download and Install Install nuget