Skip to content

Commit

Permalink
Correct typos in #124 (#125)
Browse files Browse the repository at this point in the history
* Correct typos in #124

Corrected headers in the news posts and also removed some text copied from an
earlier post.

Corrected the tag links and dates in the download.html file.

* Correct date to match the release and the nuget package
  • Loading branch information
mikkelbu committed Jan 16, 2022
1 parent 84db408 commit b4c3a90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "NUnit Console and Engine 3.14 Released"
date: 2022-01-15 12:00:00 -0000
title: "NUnit Console and Engine 3.13 Released"
date: 2021-12-01 12:00:00 -0000
categories: news update nunit
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-01-04-nunit-console-3.13.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "NUnit Console and Engine 3.14 Released"
title: "NUnit Console and Engine 3.13.1 Released"
date: 2022-01-04 12:00:00 -0000
categories: news update nunit
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-01-05-nunit-console-3.13.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "NUnit Console and Engine 3.14 Released"
title: "NUnit Console and Engine 3.13.2 Released"
date: 2022-01-05 12:00:00 -0000
categories: news update nunit
---
Expand Down
1 change: 0 additions & 1 deletion _posts/2022-01-15-nunit-console-3.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ categories: news update nunit
---

This release features a new agent for tests targeting .NET 5.0. In addition, automation of our publication and release process is now complete from creation of a draft release through releasing to production on GitHub. While this doesn't impact users directly, it will allow us to speed up the introduction of new features in coming releases.
Fixes for these issues would be very welcome! An updated beta has been released as version 3.12.0-beta2.

This release includes code contributions from [Charlie Poole](https://github.com/CharliePoole), [Joseph Musser](https://github.com/jnm2), [Mikkel Nylander Bundgaard](https://github.com/mikkelbu) and [Ilia K](https://github.com/k15tfu). Thank you to all those who contributed both in code, and otherwise.

Expand Down
12 changes: 6 additions & 6 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>Download Types</h3>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.14</a></td>
<td class="text-right">December 1, 2021</td>
<td class="text-right">January 15, 2022</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit3-vs-adapter/releases/latest">NUnit Test Adapter 4.1.0</a></td>
Expand Down Expand Up @@ -201,22 +201,22 @@ <h2><a role="button" data-toggle="collapse" data-target="#olderReleases" href="#
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/3.13.2">NUnit Console 3.13.2</a></td>
<td class="text-right">January 15, 2022</td>
<td class="text-right">January 6, 2022</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/3.13.1">NUnit Console 3.13.1</a></td>
<td class="text-right">January 15, 2022</td>
<td class="text-right">January 4, 2022</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/3.13.0">NUnit Console 3.13.0</a></td>
<td class="text-right">November 30, 2021</td>
<td class="text-right">December 1, 2021</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/3.13.0">.NET Core NUnit Console 3.12.0-beta2</a></td>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/v3.12.0-beta2">.NET Core NUnit Console 3.12.0-beta2</a></td>
<td class="text-right">January 17, 2021</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/3.13.0">NUnit Console 3.12.0</a></td>
<td><a href="https://github.com/nunit/nunit-console/releases/tag/v3.12">NUnit Console 3.12.0</a></td>
<td class="text-right">January 17, 2021</td>
</tr>
<tr>
Expand Down

0 comments on commit b4c3a90

Please sign in to comment.