Skip to content

Commit

Permalink
Removed "preview release". I think we're legit now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mroach committed Dec 5, 2013
1 parent 7822f6e commit 4e8b27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

.NET bindings for [Rollbar](http://www.rollbar.com).

This project is still under development and should be considered in a preview release state.

I'm not affiliated with Rollbar, I just like their service.

As of now this binding is only for .NET 4. If there's a widespread desire for .NET 2.0 support, I'd consider doing that. There's also a dependency on `System.Web.Routing`, so you'll at least need ASP.NET MVC installed on the system.
Expand Down Expand Up @@ -31,6 +29,8 @@ The easiest way to get going is to add the `Rollbar.AccessToken` item to your ap
</configuration>
```

From there, you have several options on how to integrate with your app.

### As an ASP.NET Filter

```csharp
Expand Down

0 comments on commit 4e8b27b

Please sign in to comment.