This version adds several new features and bug fixes:
- FadingMessage API has changed
- By default, only one message works concurrently
- Must derive from the class to support concurrent messages
- Added Converters
- DateTimeConverter
- MoneyConverter (Culture relative conversion from double/decimal to money)
- VisibilityConverter (from Boolean to Visibility)
- NullVisibilityConverter (from null/nonnull to Visibility)
- StringFormatConverter
- Added XNA Wrapper Classes
- GameTimer (to update the FrameworkDispatcher for XNA functionality)
- MicrophoneRecorder (to help you make recordings in a simple way)
- SoundEffectPlayer (to help you simply play .wav files in a performant way)
- Added Network Type Detector
- PhoneNetworking static class to see what type of Networking is currently enabled on the phone