Skip to content

Commit

Permalink
Include C# v7.3 in titles (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman authored and dennisdoomen committed May 10, 2018
1 parent 9b72b31 commit 5ed06a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2
Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3
================

See the landing page at http://www.csharpcodingguidelines.com
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"

# Site Settings
locale : "en-US"
title : "C# Coding Guidelines for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2"
title : "C# Coding Guidelines for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3"
title_separator : "-"
name : "Dennis Doomen"
description : "C# Coding Guidelines for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2"
description : "C# Coding Guidelines for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3"
url : "http://csharpcodingguidelines.com/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : "dennisdoomen/csharpguidelines" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
Expand Down
2 changes: 1 addition & 1 deletion _includes/0001_Introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1. What is this?

This document attempts to provide guidelines (or coding standards if you like) for coding in C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 or 7.2 that are both useful and pragmatic. Of course, if you create such a document you should practice what you preach. So rest assured, these guidelines are representative to what we at [Aviva Solutions](http://www.avivasolutions.nl) do in our day-to-day work. Notice that not all guidelines have a clear rationale. Some of them are simply choices we made at Aviva Solutions. In the end, it doesn't matter what choice you made, as long as you make one and apply it consistently.
This document attempts to provide guidelines (or coding standards if you like) for coding in C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 or 7.3 that are both useful and pragmatic. Of course, if you create such a document you should practice what you preach. So rest assured, these guidelines are representative to what we at [Aviva Solutions](http://www.avivasolutions.nl) do in our day-to-day work. Notice that not all guidelines have a clear rationale. Some of them are simply choices we made at Aviva Solutions. In the end, it doesn't matter what choice you made, as long as you make one and apply it consistently.

## 1.2. Why would you use this document?

Expand Down
2 changes: 1 addition & 1 deletion _pages/0000_CoverAndStyles.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
Coding Guidelines
</div><br/>
<div class="subTitle">
for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2
for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3
</div>
<br/>
<div class="author">
Expand Down
4 changes: 2 additions & 2 deletions _pages/Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra

<table width="100%">
<tr>
<td class="title">Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2 Cheat Sheet</td>
<td class="title">Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3 Cheat Sheet</td>
<td rowspan="2" style="text-align:right">![logo](assets/images/logo.png)</td>
</tr>
<tr>
Expand Down Expand Up @@ -122,7 +122,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra

<table width="100%" style="page-break-before: always;">
<tr>
<td class="title">Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2 Cheat Sheet</td>
<td class="title">Coding Guidelines for C# 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3 Cheat Sheet</td>
<td markdown="1" rowspan="2" style="text-align:right">![logo](assets/images/logo.png)</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ header:
cta_label: "Get the PDF here!"
cta_url: "https://github.com/dennisdoomen/csharpguidelines/releases/latest"
caption: ""
excerpt: 'for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1 and 7.2
excerpt: 'for versions 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.1, 7.2 and 7.3
<br />
[![](https://img.shields.io/github/release/dennisdoomen/csharpguidelines.svg?style=for-the-badge&label=Latest)](https://github.com/dennisdoomen/csharpguidelines/releases/latest)
[![](https://img.shields.io/github/stars/dennisdoomen/csharpguidelines.svg?style=for-the-badge&label=Star)](https://github.com/dennisdoomen/csharpguidelines/stargazers)
Expand Down

0 comments on commit 5ed06a9

Please sign in to comment.