-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor library to be async first #1
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: spiraldancing <7736513+spiraldancing@users.noreply.github.com>
Co-authored-by: spiraldancing <7736513+spiraldancing@users.noreply.github.com>
Co-authored-by: spiraldancing <7736513+spiraldancing@users.noreply.github.com>
Co-authored-by: spiraldancing <7736513+spiraldancing@users.noreply.github.com>
f8b4798 to
e3d0660
Compare
e3d0660 to
b935b73
Compare
| <PackageTags>portable;pubsub;eventaggregator;c#</PackageTags> | ||
| <Description>An extremely light-weight, easy to use .Net pub/sub library</Description> | ||
| <Description>An extremely light-weight, easy to use .Net pub/sub library based on upta/pubsub</Description> | ||
| <Version>4.0.0</Version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Originally commented here to increment the minor or major version ... then saw it is done in the next commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I thought I had changed all version tags in the file, must have missed this one!
| {C73D1486-C5C4-4BF0-AE0B-D0A214E2CCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {C73D1486-C5C4-4BF0-AE0B-D0A214E2CCB9}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| {DC01D868-1B0E-4754-B070-F3CC4DAA7F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {DC01D868-1B0E-4754-B070-F3CC4DAA7F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the Tests Project also want a "Debug|Any CPU.ActiveCfg" setting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, I rarely look into sln files, so I don't really know. But I haven't had any issues using it this way so I'd leave it like it is.
|
If this is going to be public, the README needs updating. |
This PR