Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- #description -->
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` 😍
<!-- #description -->

Expand Down
2 changes: 1 addition & 1 deletion src/SmallSharp/SmallSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>SmallSharp</PackageId>
<Description>
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 😍
</Description>
<PackFolder>build</PackFolder>
Expand Down