From b1007971f729802ad31b71042bfc2fa7c0e817ab Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 4 Sep 2025 13:44:54 -0300 Subject: [PATCH] Add IDE to readme/description --- readme.md | 2 +- src/SmallSharp/SmallSharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2406228..0cda56f 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ [![build](https://github.com/devlooped/SmallSharp/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/SmallSharp/actions/workflows/build.yml) -Create, edit and run multiple C# file-based apps in the same project, honoring per-file `#:package` +Create, edit and run multiple C# file-based apps in the same project in the IDE, honoring per-file `#:package` references, `#:property` project values and even `#:sdk` 😍 diff --git a/src/SmallSharp/SmallSharp.csproj b/src/SmallSharp/SmallSharp.csproj index 8f2e97c..d00d143 100644 --- a/src/SmallSharp/SmallSharp.csproj +++ b/src/SmallSharp/SmallSharp.csproj @@ -4,7 +4,7 @@ netstandard2.0 SmallSharp - Create, edit and run multiple C# top-level programs in the same project, + Create, edit and run multiple C# top-level programs in the same project in the IDE, respecting per-file `#:package` references and `#:property` project values 😍 build