Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-tkachev committed Dec 8, 2023
1 parent 026d393 commit 04d3667
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/MultiProject/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ItemGroup>
<Compile Include="..\Aspects\*.cs" />

<PackageReference Include="AspectGenerator" Version="0.0.5.3-preview" />
<PackageReference Include="AspectGenerator" Version="0.0.5-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Examples/OpenTelemetryAspect/OpenTelemetryAspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspectGenerator" Version="0.0.5.3-preview" />
<PackageReference Include="AspectGenerator" Version="0.0.5-preview" />
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.6.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/TransactionAspect/TransactionAspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<CompilerVisibleProperty Include="AspectGenerator_InterceptorsNamespace" />

<PackageReference Include="AspectGenerator" Version="0.0.5.3-preview" />
<PackageReference Include="AspectGenerator" Version="0.0.5-preview" />
<PackageReference Include="linq2db" Version="5.3.2" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 04d3667

Please sign in to comment.