Skip to content

Commit

Permalink
Update references in docs to .NET versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Dec 29, 2023
1 parent 10e20d7 commit f04dbd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 60 deletions.
2 changes: 1 addition & 1 deletion docs/articles/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Whether you're building an ASP.NET Core Web API or a native UI application with

MADE.NET has been built on common code from projects built by the MADE team, and is now a home for all those bits of code that you know you will reuse in another project!

Most packages support the `netstandard2.0` target framework, with some packages opting to support platform specific frameworks such as .NET 6, UWP, and Xamarin.
Most packages support the `netstandard2.0` target framework, with some packages opting to support platform specific frameworks such as .NET 6/7/8 and UWP.

## Installation

Expand Down
62 changes: 3 additions & 59 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ title: Make App Development Easier
</div>
<div class="stat-content">
<span>
Standard 2.0+, 5, 6
Standard 2.0+, 6, 7, 8
</span>
</div>
</div>
Expand All @@ -66,12 +66,12 @@ title: Make App Development Easier
<div class="stat-container">
<div class="stat-header">
<span>
Xamarin
MAUI
</span>
</div>
<div class="stat-content">
<span>
Android, iOS, macOS, Forms
Android, iOS
</span>
</div>
</div>
Expand All @@ -96,62 +96,6 @@ title: Make App Development Easier
</div>
</div>

<div class="highlight-section home-row">
<span class="small-heading">
Stats
</span>
<div class="stats-container d-flex flex-row flex-wrap">
<a class="stat" href="https://github.com/MADE-Apps/MADE.NET/releases" target="_blank">
<span>
<div class="stat-container">
<div class="stat-header">
<span>
v1.5.0
</span>
</div>
<div class="stat-content">
<span>
Latest release
</span>
</div>
</div>
</span>
</a>
<a class="stat" href="https://www.nuget.org/profiles/made-apps" target="_blank">
<span>
<div class="stat-container">
<div class="stat-header">
<span>
300k+
</span>
</div>
<div class="stat-content">
<span>
Total downloads
</span>
</div>
</div>
</span>
</a>
<a class="stat" href="https://www.nuget.org/profiles/made-apps" target="_blank">
<span>
<div class="stat-container">
<div class="stat-header">
<span>
27
</span>
</div>
<div class="stat-content">
<span>
NuGet packages
</span>
</div>
</div>
</span>
</a>
</div>
</div>

---

<div class="row home-row">
Expand Down

0 comments on commit f04dbd8

Please sign in to comment.