adamyeager / PushbulletSharp

This is a simple pushbullet wrapper written in C#.
MIT License
53 stars 61 forks source link

Added service method to create devices and switched core project to .NET Standard 2.0 #33

Closed kekonn closed 3 years ago

kekonn commented 5 years ago

The tests and Webconsole now compile against 4.7.2 (because I saw no need to convert these further).

The core library compiles against .NET Standard 2.0, which makes it interchangeable with .NET Core and regular .NET.

I use Rider so I had to update the .gitignore. I also fixed a warning about AesFastEngine begin deprecated.

There's just one issue, it won't stop generating an AssemblyInfo.cs file.