Releases: MihailRomanov/SharpDevelop
Releases · MihailRomanov/SharpDevelop
SharpDevelop 5.2 Beta2_fix1 (version 5.2.0.5288)
What's Changed
- Detect latest VS version and update build scripts by @MihailRomanov in #28
- Support build on minimal configuration by @MihailRomanov in #29
- Add check wrapped DocumentVersion is not null by @MihailRomanov in #33
- Fix exception on add event handler in WinForms Designer by @MihailRomanov in #34
- Update framework version and MSBuild.Community.Tasks library for build process by @MihailRomanov in #35
Full Changelog: 5.2-Beta2...5.2-Beta2-fix1
SharpDevelop 5.2 Beta2 (version 5.2.0.5275)
Release target
Migration to use NuGet instead of work with git modules or keep binary third-party libraries in repository (when it possible)
What's Changed
- Delete all submodules (AvalonEdit, NRefactory, WpfDesiner, Mono.Cecil)
- Delete unused libraries
- Migrate to get thrid-party libraries from NuGet (except some, which have not nuget version)
- Update some libraries to latest NuGet-version (when it not required changes in code)
SharpDevelop 5.2 Beta (version 5.2.0.5261)
Release target
Fix building and support development for last .Net Framework version
What's Changed
- Fix SharpDevelop building.
- Temporary HookXXX.dll (for profiler) not compile but it add as precompiled files from previous release
- Code base (exlude external modules AvalonDock, AvalonEdit, cecil, NRefactory) migrate to .Net Framework 4.7.2
- Add support TargetFramework up to 4.8.1
- Update some libraries an utils (nUnit 2.7.1, OpenCover 4.7.1221, Wix 3.14)
- Some small fixes to support new tools