Skip to content

Commit

Permalink
fixup! Update docs for C# 10, .NET 6.0 and ETag support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsingleton committed Jan 4, 2022
1 parent 8ff6eaa commit bbef9d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Huxley2/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<abbr title="Application Programming Interface">API</abbr>
(called <a href="https://www.nationalrail.co.uk/100296.aspx">Darwin</a>).
It supports both the Public Version (PV) and the Staff Version (SV).
It's built with ASP.NET Core <abbr title="Long Term Support">LTS</abbr>, C# 8.0 and lots of
It's built with ASP.NET Core <abbr title="Long Term Support">LTS</abbr> (.NET 6.0), C# 10 and lots of
abbreviations!
</p>
<p>
Expand All @@ -53,10 +53,10 @@
</p>
@if (UpdateCheckService.UpdateAvailable)
{
<div class="alert alert-info m-0" role="alert">
<a href="@UpdateCheckService.UpdateUrl?.AbsoluteUri">@UpdateCheckService.AvailableVersion</a>
is available
</div>
<div class="alert alert-info m-0" role="alert">
<a href="@UpdateCheckService.UpdateUrl?.AbsoluteUri">@UpdateCheckService.AvailableVersion</a>
is available
</div>
}
</div>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Note:_ Huxley 2 is considered feature-complete and will only be updated to fix

## About

Huxley 2 is a CORS enabled cross-platform JSON ReST proxy for the GB NRE LDB WCF SOAP XML API (called Darwin). It supports both the Public Version (PV) and the Staff Version (SV). It's built with ASP.NET Core LTS, C# 8.0 and lots of abbreviations!
Huxley 2 is a CORS enabled cross-platform JSON ReST proxy for the GB NRE LDB WCF SOAP XML API (called Darwin). It supports both the Public Version (PV) and the Staff Version (SV). It's built with ASP.NET Core LTS (.NET 6.0), C# 10 and lots of abbreviations!

The primary purpose of Huxley 2 is to allow easy use of the LDB API from browser-based client-side PWAs made with JavaScript or TypeScript. Additionally, it opens up the Windows enterprise API to agile developers on macOS and Linux.

Expand Down

0 comments on commit bbef9d9

Please sign in to comment.