Folks,
We have been using OpenXml APIs found in System.IO.Packaging for creating a package file that contains some Xml/Binary files, hence the package is some how structured as below:
Package/
-/DataFolder1/an xml file.xml
-/DataFolder2/another xml file.xml
-/Bin/other binar files
This has been used for version 1.0 of the application and it is doing quite well.
We are in the planning phase of V2 anticipating the following changes in the package structure :
there might be additional files in the package
there might be some amendments in the Xml schema of existing files (example ... new nodes )
- there might be some changes in the Xml schema of the existing files (example ... removing nodes or changing the data type)
I would appreciate any advice based on real life experience tackling backward/forward computability between the file formats and the application itself, so we can have both the application and its file format evolve independent on each other.