Skip to content

Commit

Permalink
Set next version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inversionhourglass committed Dec 12, 2023
1 parent a26fb96 commit 5e3c8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
- fix [#51](https://github.com/inversionhourglass/Rougamo/issues/51)
- [#46](https://github.com/inversionhourglass/Rougamo/issues/46) Unity½ÓÈë¼°ÓÅ»¯
- [#48](https://github.com/inversionhourglass/Rougamo/issues/48) PatternÖ§³ÖAttributeÆ¥Åä

---

2 changes: 1 addition & 1 deletion src/Rougamo/Rougamo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionPrefix>2.1.1</VersionPrefix>
<Authors>ihourglass</Authors>
<Description>Weave code before method execution, on sucessful and on exception. You can replace return value, handle exception and rewrite method arguments. It's both support sync and async method</Description>
<PackageTags>AOP Fody IL</PackageTags>
Expand Down

0 comments on commit 5e3c8a4

Please sign in to comment.