Skip to content

Commit 42c87ae

Browse files
committed
Add prominent badges for EULA and LICENSE
1 parent b957ec7 commit 42c87ae

File tree

10 files changed

+30
-14
lines changed

10 files changed

+30
-14
lines changed

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
============
33

44
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly)
5-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.svg?color=green)](https://www.nuget.org/packages/ThisAssembly)
6-
[![License](https://img.shields.io/github/license/devlooped/ThisAssembly.svg?color=blue)](https://github.com//devlooped/ThisAssembly/blob/main/license.txt)
7-
[![Build](https://github.com/devlooped/ThisAssembly/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/ThisAssembly/actions)
5+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly)
6+
[![EULA](https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30)](osmfeula.txt)
7+
[![OSS](https://img.shields.io/github/license/devlooped/oss.svg?color=blue)](license.txt)
88

99
<!-- #meta -->
1010
Expose project and assembly level information as constants in the ThisAssembly
@@ -43,7 +43,7 @@ OSMF tier (starting at just $10!).
4343

4444
## ThisAssembly.AssemblyInfo
4545
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.AssemblyInfo.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.AssemblyInfo)
46-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.AssemblyInfo.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.AssemblyInfo)
46+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.AssemblyInfo.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.AssemblyInfo)
4747

4848
<!-- include src/ThisAssembly.AssemblyInfo/readme.md#assembly -->
4949
<!-- #assembly -->
@@ -72,7 +72,7 @@ on the `ThisAssembly.Info` class.
7272
## ThisAssembly.Constants
7373

7474
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Constants.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Constants)
75-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Constants.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Constants)
75+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Constants.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Constants)
7676

7777
<!-- include src/ThisAssembly.Constants/readme.md#constants -->
7878
<!-- #constants -->
@@ -145,7 +145,7 @@ Which results in:
145145
## ThisAssembly.Git
146146

147147
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Git.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Git)
148-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Git.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Git)
148+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Git.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Git)
149149

150150
<!-- include src/ThisAssembly.Git/readme.md#git -->
151151
<!-- #git -->
@@ -225,7 +225,7 @@ packaging experience possible:
225225
## ThisAssembly.Metadata
226226

227227
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Metadata.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Metadata)
228-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Metadata.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Metadata)
228+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Metadata.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Metadata)
229229

230230
<!-- include src/ThisAssembly.Metadata/readme.md#metadata -->
231231
<!-- #metadata -->
@@ -253,7 +253,7 @@ for this example.
253253
## ThisAssembly.Project
254254

255255
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Project.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Project)
256-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Project.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Project)
256+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Project.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Project)
257257

258258
<!-- include src/ThisAssembly.Project/readme.md#project -->
259259
<!-- #project -->
@@ -280,7 +280,7 @@ them as `ProjectProperty` MSBuild items in the project file, such as:
280280
## ThisAssembly.Resources
281281

282282
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Resources.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Resources)
283-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Resources.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Resources)
283+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Resources.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Resources)
284284

285285
This package generates a static `ThisAssembly.Resources` class with public
286286
properties exposing shortcuts to retrieve the contents of embedded resources.
@@ -360,7 +360,7 @@ The following MSBuild properties can be used to customize the generated code:
360360
## ThisAssembly.Strings
361361

362362
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Strings.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Strings)
363-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Strings.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Strings)
363+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Strings.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Strings)
364364

365365
<!-- include src/ThisAssembly.Strings/readme.md#strings -->
366366
<!-- #strings -->
@@ -447,7 +447,7 @@ The following MSBuild properties can be used to customize the generated code:
447447
## ThisAssembly.Vsix
448448

449449
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Vsix.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Vsix)
450-
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Vsix.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Vsix)
450+
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Vsix.svg?color=darkmagenta)](https://www.nuget.org/packages/ThisAssembly.Vsix)
451451

452452
<!-- include src/ThisAssembly.Vsix/readme.md#vsix -->
453453
<!-- #vsix -->

src/ThisAssembly.AssemblyInfo/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #assembly -->
24
This package generates a static `ThisAssembly.Info` class with public
35
constants exposing the following attribute values generated by default for SDK style projects:

src/ThisAssembly.Constants/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #constants -->
24
This package generates a static `ThisAssembly.Constants` class with public
35
constants for `@(Constant)` MSBuild items in the project.

src/ThisAssembly.Git/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #git -->
24
This package generates a static `ThisAssembly.Git` class with constants
35
for the following Git properties from the current project:

src/ThisAssembly.Metadata/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #metadata -->
24
This package provides a static `ThisAssembly.Metadata` class with public
35
constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined in

src/ThisAssembly.Project/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #project -->
24
This package generates a static `ThisAssembly.Project` class with public
35
constants exposing project properties that have been opted into this mechanism by adding

src/ThisAssembly.Resources/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- #resources -->
24

35
This package generates a static `ThisAssembly.Resources` class with public

src/ThisAssembly.Strings/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)
13
<!-- #strings -->
2-
34
This package generates a static `ThisAssembly.Strings` class with public
45
constants exposing string resources in .resx files or methods with the right number of
56
parameters for strings that use formatting parameters.

src/ThisAssembly.Vsix/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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)
13
<!-- #vsix -->
2-
Allows consuming VSIX manifest properties from code, as well as
3-
MSBuild project properties from the VSIX manifest. For example:
4+
Allows consuming VSIX manifest properties from code and MSBuild.
45

56
![](https://raw.githubusercontent.com/devlooped/ThisAssembly/main/img/ThisAssembly.Vsix.png)
67

src/ThisAssembly/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
<!-- include ../../readme.md#meta -->
24
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
35

0 commit comments

Comments
 (0)