Skip to content

Commit ad42116

Browse files
committed
Add IDE to readme/description
1 parent dcc1ae9 commit ad42116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![OSS](https://img.shields.io/github/license/devlooped/SmallSharp.svg?color=blue)](https://github.com/devlooped/SmallSharp/blob/main/license.txt)
88

99
<!-- #description -->
10-
Create, edit and run multiple C# file-based apps in the same project, honoring per-file `#:package`
10+
Create, edit and run multiple C# file-based apps in the same project in the IDE, honoring per-file `#:package`
1111
references, `#:property` project values and even `#:sdk` 😍
1212
<!-- #description -->
1313

src/SmallSharp/SmallSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>SmallSharp</PackageId>
66
<Description>
7-
Create, edit and run multiple C# top-level programs in the same project,
7+
Create, edit and run multiple C# top-level programs in the same project in the IDE,
88
respecting per-file `#:package` references and `#:property` project values 😍
99
</Description>
1010
<PackFolder>build</PackFolder>

0 commit comments

Comments
 (0)