Skip to content

Commit

Permalink
update download and index pages to make them reflect current state (#147
Browse files Browse the repository at this point in the history
)

* update download and index pages to make them reflect current state

* Update index.html

* Update index.html

* Update index.html

* Update index.html

---------

Co-authored-by: Sean Killeen <SeanKilleen@gmail.com>
  • Loading branch information
OsirisTerje and SeanKilleen committed Aug 17, 2023
1 parent 767b641 commit 0614ee6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ <h3>Download Types</h3>
<td class="text-right">March 20, 2022</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.16.2</a></td>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.16.3</a></td>
<td class="text-right">January 11, 2023</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit3-vs-adapter/releases/latest">NUnit Test Adapter 4.3.1</a></td>
<td class="text-right">November 19, 2022</td>
<td><a href="https://github.com/nunit/nunit3-vs-adapter/releases/latest">NUnit Test Adapter 4.5.0</a></td>
<td class="text-right">May 30, 2023</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-vs-testgenerator/releases/latest">NUnit Test Generator 2.3</a></td>
<td class="text-right">September 20, 2019</td>
<td><a href="https://github.com/nunit/nunit-vs-testgenerator/releases/latest">NUnit Test Generator 3.0</a></td>
<td class="text-right">March 7, 2023</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/dotnet-new-nunit/releases/latest">NUnit 3 Template for dotnet new CLI 1.9.0</a></td>
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ <h2><i class="fas fa-bullhorn fa-sm"></i> NUnit is a part of the .NET Foundation
<p>
The NUnit Project is a member of the <a href="https://www.dotnetfoundation.org">.NET Foundation</a>.
NUnit is run by the core team, <a href="https://www.alteridem.net">Rob Prouse</a>,
<a href="https://www.charliepoole.org/">Charlie Poole</a>, <a href="https://Hermit.no">Terje Sandstrom</a>,
<a href="https://Hermit.no">Terje Sandstrom (Lead)</a>,
<a href="https://github.com/jnm2">Joseph Musser</a>
and <a href="https://github.com/mikkelbu">Mikkel Nylander Bundgaard</a>.
<a href="https://github.com/mikkelbu">Mikkel Nylander Bundgaard</a>,
<a href="https://github.com/stevenaw">Steven Weerdenburg</a>,
and <a href="https://SeanKilleen.com">Sean Killeen</a>.
The <a href="https://www.dotnetfoundation.org">.NET Foundation</a> will provide guidance and support
to help ensure the future of the project.
</p>
Expand All @@ -75,7 +77,7 @@ <h2><i class="fas fa-bullhorn fa-sm"></i> NUnit is a part of the .NET Foundation
<a href="https://github.com/nunit/nunit/graphs/contributors">contributors</a> and
<a href="https://github.com/orgs/nunit/people">team members</a>. The Core Team thanks everyone for
the help and contributions that have made NUnit the success that it is. At last count, the various NUnit packages
passed <b>126 million downloads</b> on <a href="https://www.nuget.org/">NuGet.org</a>. We couldn't have done that
passed <b>600 million downloads</b> on <a href="https://www.nuget.org/">NuGet.org</a>. We couldn't have done that
without the dedication of the many volunteers that donate their time and knowledge to the project.
</p>
</div>
Expand Down

0 comments on commit 0614ee6

Please sign in to comment.