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:35:50 +0300
committerGitHub <noreply@github.com>2016-10-25 18:35:50 +0300
commitc2ba4b3cf79b29468bb0284c886d6c3b96f3cc5b (patch)
tree2226f6defa19831298764253169a49f5e81f1782 /docs
parentc9e95fe50cb0c6f0bc4ec2bc60fea5ed2e5f7f6d (diff)
working on title rendering for RTD
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 e8ccf2e..7f9524e 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**.
```