Releases: avadae/subcheck
cmakelists.txt fix
v1.1.5
v1.1.4
v1.1.3
Mid-semester update
This update contains some extra checks that were needed, based upon submissions received.
v1.1.1
.Net Framework update
In this release we converted the app from .Net 6.0 to .Net Framework 4.8.
This was needed because the MSBuild version that is used to evaluate C++ projects should be the same one as used by Visual Studio. That is a .Net Framework version, hence we needed to convert this app too (see https://bytemeta.vip/repo/microsoft/MSBuildLocator/issues/98)
All this was needed to be able to use the full potential of MSBuild; the app used to analyze the xml of the .csproj file, rather than evaluating the project so it also reflects the inherited values set in .props files. This has now been changed.
First release
This is the first release published on github. Previous releases were published on the LMS of Howest