Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Lagunas <brianlagunas@users.noreply.github.com>2016-10-25 18:34:17 +0300
committerGitHub <noreply@github.com>2016-10-25 18:34:17 +0300
commitc9e95fe50cb0c6f0bc4ec2bc60fea5ed2e5f7f6d (patch)
treee7f51383906b5413afd2212f8126c55675e8f206 /docs
parent66002e6ab4de744cd15991122ac6961b8e071ef2 (diff)
trying to get header to render properly
Diffstat (limited to 'docs')
-rw-r--r--docs/Assembly-Versioning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Assembly-Versioning.md b/docs/Assembly-Versioning.md
index fd8aabc..e8ccf2e 100644
--- a/docs/Assembly-Versioning.md
+++ b/docs/Assembly-Versioning.md
@@ -1,4 +1,4 @@
-# Prism Assembly Versioning
+# Prism Assembly Versioning
Assembly versioning is an important, and often ignored, aspect of a project. There are three assembly attributes defined in the AssemblyInfo.cs file of each project of Prism. These attribute are the **AssemblyAttribute**, the **AssemblyFileAttribute**, and the **AssemblyInformationAttribute**.
```