Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: devlooped/SmallSharp

Tags

v2.3.0

Toggle v2.3.0's commit message
Ensure properties are always set in props+targets

This prevents a scenario where the .NET SDK props don't get a key property early enough (i.e. TargetFramework) from the script and uses the one in the .csproj which was intended to be overriden.

v2.2.5

Toggle v2.2.5's commit message
+Mᐁ includes

v2.2.4

Toggle v2.2.4's commit message
Ensure when running from VS, output supports UTF-8

The console started by VS (even if it's the terminal one) by default does not seem to be set up to support UTF-8. To be on the conservative side, we just set up the encoding in DEBUG builds so things Just Work from VS by default.

This problem doesn't exist when running from a regular terminal.

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SmallSharp SDK version in README

v2.2.2

Toggle v2.2.2's commit message
⬆️ Bump files with dotnet-file sync

v2.2.1

Toggle v2.2.1's commit message
Add blank sample with only implicit usings

v2.2.0

Toggle v2.2.0's commit message
Align #:property Name=Value with RC syntax

The final version is with an = sign. See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives

v2.1.0

Toggle v2.1.0's commit message
Add IDE to readme/description

v2.1.0-beta

Toggle v2.1.0-beta's commit message
+Mᐁ includes

v2.1.0-alpha

Toggle v2.1.0-alpha's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Add note on #:sdk being supported too