Skip to content

Commit 20dda1f

Browse files
committed
Add separator between OSMF preface and main docs
1 parent 11636b9 commit 20dda1f

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

src/ThisAssembly.AssemblyInfo/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #assembly -->
34
This package generates a static `ThisAssembly.Info` class with public
45
constants exposing the following attribute values generated by default for SDK style projects:

src/ThisAssembly.Constants/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #constants -->
34
This package generates a static `ThisAssembly.Constants` class with public
45
constants for `@(Constant)` MSBuild items in the project.

src/ThisAssembly.Git/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #git -->
34
This package generates a static `ThisAssembly.Git` class with constants
45
for the following Git properties from the current project:

src/ThisAssembly.Metadata/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #metadata -->
34
This package provides a static `ThisAssembly.Metadata` class with public
45
constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined in

src/ThisAssembly.Project/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #project -->
34
This package generates a static `ThisAssembly.Project` class with public
45
constants exposing project properties that have been opted into this mechanism by adding

src/ThisAssembly.Resources/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #resources -->
34

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

src/ThisAssembly.Strings/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #strings -->
34

45
This package generates a static `ThisAssembly.Strings` class with public

src/ThisAssembly.Vsix/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- #vsix -->
34
Allows consuming VSIX manifest properties from code, as well as
45
MSBuild project properties from the VSIX manifest. For example:

src/ThisAssembly/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
2+
## Overview
23
<!-- include ../../readme.md#meta -->
34

45
## ThisAssembly.AssemblyInfo

0 commit comments

Comments
 (0)