Reputation: 4629
Can anyone please tell me from where I can read about what are all the improvements and API changes between the Windows Phone SDK 7.1 Beta 2 and Beta 1.
Upvotes: 2
Views: 148
Reputation: 84734
The only available information on the changes are the Release Notes (and it only lists breaking changes), but I will summarise major ones here:
ManipulationMode=Control
is set on a controlTaiwanCalendar
has been removed for "geopolitical" reasons (?)OnCancel
has been removed from ScheduledTaskAgent
IsRunningSlowly
has been removed from GameTimerEventArgs
MotionReading
have been changed to reduce dependenciesLaunchForTest
method must be calledMicrosoft.Devices.YCrCbPixelLayout
has been renamed to Microsoft.Devices.YCbCrPixelLayout
CaptureResolution
has been dropped in favour of Size
Upvotes: 3
Reputation: 9966
The following MSDN page contains a list of all the changes found in the new developer tools:
What's New In Windows Phone SDK 7.1 - Beta 2
Furthermore you can look at the additional document provided on the download page to see a list of breaking changes based on modified APIs.
Upvotes: 1
Reputation: 3138
the beta 2 will have facilities to deploy the apps to developer phones running the beta os. they have also improved certain parts of the api after feedback from developers.
Upvotes: 0