Releases: devlooped/SmallSharp
Releases · devlooped/SmallSharp
v1.0.2
12 Feb 20:59
Compare
Sorry, something went wrong.
No results found
v1.0.2 (2021-02-12)
Full Changelog
Implemented enhancements:
Allow consuming CI/main package from the sleet feed #19
Fixed bugs:
When changing active files quickly, opening startup file may fail #18
Debug.Fail dialogs should not be shown on publicly released packages #17
Renaming file crashes Visual Studio #15
v1.0.1
20 Nov 15:34
Compare
Sorry, something went wrong.
No results found
Add automatic switching of startup profile based on the currently opened source file.
v1.0.0
18 Nov 22:28
Compare
Sorry, something went wrong.
No results found
First initial release that provides the following:
Ability to add multiple top-level programs (C# 9.0 only feature) to an SDK-style project.
Populate Run dropdown with each C# file directly under the project root.
Other non-top-level program C# files can exist in subfolders in the project, for convenience.
Auto-open the startup file selected in the Run drop-down (the "launch profile") right after selection.
The last feature can be disabled by adding <OpenStartupFile>false</OpenStartupFile>.
Feature in action:
v0.3.0
19 Oct 14:55
Compare
Sorry, something went wrong.
No results found
Significant improvements to intellisense in the IDE by changing how we setup compile items
v0.2.0
01 Oct 05:34
Compare
Sorry, something went wrong.
No results found
Update CI scripts and fix wrong package source