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:
- .NET 4.0 build of ServiceStack.Razor now available (in addition to .NET 4.5)
- New Signed NuGet packages published for
- Updated Swagger UI content files
- Added MiniProfiler SqlServerStorage adapter to ServiceStack.Server
- The Razor Rockstars and Social Bootstrap Api projects have both been upgraded to v4
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)