2

We have an application which currently uses PRISM 5 which we migrated from PRISM 4 using the upgrade notes: https://msdn.microsoft.com/en-us/library/ff921144(v=pandp.40).aspx

Are there similar upgrade notes from PRISM 5 to 6?

I am interested in the breaking changes so that we plan the upgrade accordingly.

UPDATE: https://github.com/PrismLibrary/Prism/wiki/Release-Notes---6.0.0

Ranjith Venkatesh
  • 1,322
  • 3
  • 20
  • 57
  • I managed to find only this: [Prism 6 compatibility with older versions](http://stackoverflow.com/a/33610897/3060520) – huse.ckr Dec 26 '16 at 11:17

1 Answers1

1

Prism is now maintained on github https://github.com/PrismLibrary/Prism/ by the community.

There are a wiki section where you can find some release notes with the breaking changes.

Tóth Tibor
  • 1,526
  • 12
  • 21