Skip to content

Commit

Permalink
Allow multiple EventNameAliasAttributes on a Event.
Browse files Browse the repository at this point in the history
Do not include compiled lib directory
  • Loading branch information
rvlieshout committed Dec 9, 2010
1 parent 6267517 commit 792ad23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ bin
# Ncqrs in non framework solution
/Extensions/lib/Ncqrs/*
/Samples/MyNotes/lib/*
/lib/*
release
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public EventNameAttribute(string name)
///
/// This name is only used when de-serializing an event.
/// </remarks>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class EventNameAliasAttribute : Attribute
{
public EventNameAliasAttribute(string name)
Expand Down

0 comments on commit 792ad23

Please sign in to comment.