Runtime compatibility

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Runtime compatibility

Post by wriedmann »

Hi Robert,
I have noted that I have to recompile all libraries when a new version of the runtime is installed.
Some sort of backward compatibility would be very welcome, so that older libraries may run with newer runtime versions, or even an older version of the application runs with a new version of the runtime.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Runtime compatibility

Post by robert »

Wolfgang,

With the release of Bandol GA we will freeze the assembly version of the Runtime to 2.0.0.0 for a while.
File versions will be incremented (of course) with new builds.
After that we will only increment the assembly version when a breaking change was made.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Runtime compatibility

Post by wriedmann »

Hi Robert,

thank you very much!
This will simplify our life.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply