Skip to content

Commit

Permalink
3.3.2 允许 EventType 特征标记在接口上
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimizuShiori committed Jul 3, 2020
1 parent e8be145 commit a2b2878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Reface.EventBus.Attributes
{
[AttributeUsage(AttributeTargets.Class)]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
public class EventTypeAttribute : Attribute
{
public string Type { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion src/DotNet/Reface.EventBus/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Reface.EventBus</id>
<version>3.3.1</version>
<version>3.3.2</version>
<title>Reface.EventBus</title>
<authors>Felix</authors>
<owners>Felix</owners>
Expand Down

0 comments on commit a2b2878

Please sign in to comment.