xt0rted / Raygun.Owin

Owin middleware for Raygun.io
MIT License
3 stars 2 forks source link

Raygun.Owin.AppBuilder #2

Closed intellismiths closed 9 years ago

intellismiths commented 9 years ago

Raygun.Owin.AppBuilder nuget package does not exist

PM> Install-Package Raygun.Owin.AppBuilder Install-Package : Unable to find package 'Raygun.Owin.AppBuilder'. At line:1 char:1

xt0rted commented 9 years ago

The app builder package is part of the rewrite I'm working on which isn't published yet. If you want to try these early versions you can use the MyGet feed for CI builds (the myget badge links to the feed) or download them from the build server. CI packages may not be stable and can include breaking changes between builds. A more stable beta release should be ready in a day or two.

xt0rted commented 9 years ago

I just pushed the most current beta release to NuGet. There's also a sample project in the dev branch showing how to use the new version.