Skip to content

Releases: devlooped/SmallSharp

v1.0.1

20 Nov 15:34
@kzu kzu
Compare
Choose a tag to compare

Add automatic switching of startup profile based on the currently opened source file.

v1.0.0

18 Nov 22:28
@kzu kzu
Compare
Choose a tag to compare

First initial release that provides the following:

  1. Ability to add multiple top-level programs (C# 9.0 only feature) to an SDK-style project.
  2. Populate Run dropdown with each C# file directly under the project root.
  3. Other non-top-level program C# files can exist in subfolders in the project, for convenience.
  4. 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:

image

SmallSharpAutoOpen

v0.3.0

19 Oct 14:55
@kzu kzu
Compare
Choose a tag to compare

Significant improvements to intellisense in the IDE by changing how we setup compile items

v0.2.0

01 Oct 05:34
@kzu kzu
Compare
Choose a tag to compare
Update CI scripts and fix wrong package source