This version is identical to version 1.1 but built targeting .NET Framework 4.0.
Changes from version 1.0 beta are:
- AlphaVSS is now built using Visual Studio 2010 (together with Visual Studio 2008 for version 1.1). This doesn't affect anyone using the library very much, but it feels really good to have gotten that conversion done and tidying up quite a few things in the project management area.
- Some bug-fixes of course. Not that many since not very many bugs have been found that could be reproduced and traced back to AlphaVSS. (The VSS API's are not straightforward to use so it's quite easy to get things wrong and mess up when trying to code against these API's).
- Most classes in AlphaVSS are now marked as Serializable.
- The DLL-files have a new naming scheme, see the documentation for more details.
- Several new interfaces and methods introduced in Windows 7 and Windows Server 2008 R2 have been added.
- AlphaVSS version 1.2 is built targeting the .NET 4.0 framework, simplifying and enhancing the use of AlphaVSS in a .NET 4.0 application.