Skip to content

Commit c71e953

Browse files
committed
Switch to included OSMF fragment, add badges
1 parent 3518a42 commit c71e953

File tree

4 files changed

+10
-33
lines changed

4 files changed

+10
-33
lines changed

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@ Create, edit and run multiple C# file-based apps in the same project in the IDE,
1111
references, `#:property` project values and even `#:sdk` 😍
1212
<!-- #description -->
1313

14-
## Open Source Maintenance Fee
15-
16-
To ensure the long-term sustainability of this project, use of SmallSharp requires an
17-
[Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source
18-
code is freely available under the terms of the [MIT License](https://github.com/devlooped/SmallSharp/blob/main/license.txt), all other aspects of the
19-
project --including opening or commenting on issues, participating in discussions and
20-
downloading releases-- require [adherence to the Maintenance Fee](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
21-
22-
In short, if you use this project to generate revenue, the [Maintenance Fee is required](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
23-
24-
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped) at the corresponding OSMF tier (starting at just $10!).
14+
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2515

2616
<!-- #content -->
2717
## Overview

src/Directory.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PackOnBuild>true</PackOnBuild>
66
<PackageProjectUrl>https://clarius.org/SmallSharp</PackageProjectUrl>
77
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<Product>SmallSharp</Product>
89
<NoWarn>NU1702;$(NoWarn)</NoWarn>
910
</PropertyGroup>
1011

src/SmallSharp/SmallSharp.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.13.26" Pack="false" />
29-
<PackageReference Include="NuGetizer" Version="1.3.0" />
29+
<PackageReference Include="NuGetizer" Version="1.4.2" />
3030
<PackageReference Include="JsonPoke" Version="1.2.0" Pack="false" GeneratePathProperty="true" />
3131
<PackageReference Include="NuGet.Versioning" Version="6.14.0" PrivateAssets="all" />
3232
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />
33-
<PackageReference Include="ThisAssembly.Project" Version="2.0.14" PrivateAssets="all" />
33+
<PackageReference Include="ThisAssembly.Project" Version="2.1.0" PrivateAssets="all" />
3434
</ItemGroup>
3535

3636
<ItemGroup>
@@ -51,9 +51,7 @@
5151

5252
<Target Name="UpdatePackagingVersion" BeforeTargets="Pack">
5353
<!-- Update packaging version targets -->
54-
<XmlPoke XmlInputPath="$(OutputPath)SmallSharp.Version.props"
55-
Query="/Project/PropertyGroup/SmallSharpVersion"
56-
Value="$(Version)"/>
54+
<XmlPoke XmlInputPath="$(OutputPath)SmallSharp.Version.props" Query="/Project/PropertyGroup/SmallSharpVersion" Value="$(Version)" />
5755
</Target>
5856

5957
</Project>

src/SmallSharp/readme.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
<!-- include ../../readme.md#description -->
2-
3-
## Open Source Maintenance Fee
4-
5-
To ensure the long-term sustainability of this project, use of SmallSharp requires an
6-
[Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source
7-
code is freely available under the terms of the
8-
[MIT License](https://github.com/devlooped/SmallSharp/blob/main/license.txt),
9-
this package and other aspects of the project require
10-
[adherence to the Maintenance Fee](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
11-
12-
In short, if you use this project to generate revenue, the [Maintenance Fee is required](https://github.com/devlooped/SmallSharp/blob/main/osmfeula.txt).
13-
14-
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/devlooped).
15-
1+
[![EULA](https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30)](osmfeula.txt)
2+
[![OSS](https://img.shields.io/github/license/devlooped/oss.svg?color=blue)](license.txt)
3+
<!-- include ../../readme.md#description -->
4+
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
165
<!-- include ../../readme.md#content -->
17-
18-
<!-- Exclude from auto-expansion by devlooped/actions-include GH action -->
6+
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
197
<!-- exclude -->

0 commit comments

Comments
 (0)