ServiceStack v4.0.08

Added new ServiceStack/Stripe GitHub repository containing a PCL typed, message-based API client gateway for Stripe's REST API. Install from NuGet with:

Install-Package ServiceStack.Stripe

New in this release:

OrmLite

  • Enums with [Flag] attribute (aka Enum flags) now stored as ints
  • TimeSpan now stores ticks as longs for all DB providers (Breaking change for Sqlite)