upta / pubsub

An extremely light-weight, easy to use PCL pub/sub library
Apache License 2.0
219 stars 53 forks source link

NETStandard? #12

Closed dazinator closed 7 years ago

dazinator commented 7 years ago

Have you thought about targeting NETStandard now?

upta commented 7 years ago

There's actually an open PR for that; I was just out of town and didn't have a chance to merge it yet. Will see about doing that today

dazinator commented 7 years ago

Oh yeah! Sorry I hadn't noticed that :-)

upta commented 7 years ago

No worries, served as a good reminder that I needed to look at it :)

Zaid-Safadi commented 7 years ago

Hi @upta , do you have a timeline on when the .NET Standard PR will be merged? It would also be great if it is possible to target a lower .NET Standard version <=1.3

upta commented 7 years ago

Been swamped, sorry! I'll give #13 a build tomorrow and if everything is kosher I'll merge/publish. That one targets .Net standard 1.1, too

upta commented 7 years ago

I merged and published #13 to nuget as version 2.0.0. Still messing with AppVeyor to see if I can get it to build with it (works fine with my local VS2017). Let me know if you guys have any issues, thanks!

dazinator commented 7 years ago

Looks good! I'll try it out in my netstandard (xamarin) app.