File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1616 url = https://github.com/devlooped/oss/blob/main/readme.md
1717 skip
1818
19- # combine-prs.yml typically not needed nowadays with dependabot dep groups
20- [file ".github/workflows/combine-prs.yml "]
21- url = https://github.com/devlooped/oss/blob/main/.github/workflows/combine-prs.yml
19+ # readme is always customized for the project
20+ [file "readme.tmp.md "]
21+ url = https://github.com/devlooped/oss/blob/main/readme.tmp.md
2222 skip
2323
24+ # This top-level MSBuild response file is not usually necessary nowadays
25+ [file "Directory.Build.rsp"]
26+ url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp
27+ skip
28+
2429# strong-naming is less and less relevant nowadays
2530[file "src/kzu.snk"]
2631 url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
2732 skip
2833
34+ # combine-prs.yml typically not needed nowadays with dependabot dep groups
35+ [file ".github/workflows/combine-prs.yml"]
36+ url = https://github.com/devlooped/oss/blob/main/.github/workflows/combine-prs.yml
37+ skip
38+
2939# reusable workflows not intended for standalone execution
3040[file ".github/workflows/dotnet-file-core.yml"]
3141 url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file-core.yml
Original file line number Diff line number Diff line change 1+ # {{PROJECT_NAME}}
2+
3+ [ ![ Version] ( https://img.shields.io/nuget/vpre/{{PACKAGE_ID}}.svg?color=royalblue )] ( https://www.nuget.org/packages/{{PACKAGE_ID}} )
4+ [ ![ Downloads] ( https://img.shields.io/nuget/dt/{{PACKAGE_ID}}.svg?color=darkmagenta )] ( https://www.nuget.org/packages/{{PACKAGE_ID}} )
5+ [ ![ EULA] ( https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30 )] ( https://github.com/devlooped/oss/blob/main/osmfeula.txt )
6+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/devlooped/oss/blob/main/license.txt )
7+
8+ <!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
9+ <!-- #content -->
10+ ## Usage
11+ * {{PROJECT_NAME}}*
12+ <!-- #content -->
13+ ---
14+ <!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
You can’t perform that action at this time.
0 commit comments