Skip to content

Commit

Permalink
Add .Net SDK preview release.
Browse files Browse the repository at this point in the history
  • Loading branch information
YutongSun committed Dec 27, 2023
1 parent 0f8d36f commit b9c9607
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

# HPC Pack 2019

## [HPC Pack .Net SDK (6.3.8022-beta) - 12/27/2023](https://www.nuget.org/packages/Microsoft.HPC.SDK/6.3.8022-beta)
* This preview SDK release targets both .Net Standard 2.0 and .Net Framework 4.7.2.
* Note .Net Standard SDK does not have full feature partiy with .Net Framework SDK due to reduced platform API availability. Feature gaps include:
- WCF certificate subject name and certificate name checks are skipped
- No TLB support
- SOA endpoints cannot be configured via XML files
- .NET Remoting is unsupported
- Excel feature isn't tested
- Excel feature won't emit Windows Events logs
* Currently .Net Standard SDK works on Windows only. Linux support is coming soon.
* Additionally the new SDK supports Azure AD joined client machine connecting to domain joined clusters with Windows authentication.
* Please report any issues via [issues](https://github.com/Azure/hpcpack/issues).

## [HPC Pack 2019 Update 2 (6.2.7756) - 9/27/2023](https://docs.microsoft.com/en-us/powershell/high-performance-computing/what-s-new-in-hpc-pack-2019-update-2?view=hpc19-ps)

* Job Scheduler
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This repository provides a communication channel for customers using [Microsoft HPC Pack](https://aka.ms/hpcpack) product.

* Announcements
* **HPC Pack .Net SDK (6.3.8022-beta) - 12/27/2023 ([What's New](CHANGELOG.md#hpc-pack-net-sdk-638022-beta---12272023), [Nuget](https://www.nuget.org/packages/Microsoft.HPC.SDK/6.3.8022-beta))
* **HPC Pack 2019 Update 2** (6.2.7756) - 9/27/2023 ([What's New](https://docs.microsoft.com/en-us/powershell/high-performance-computing/what-s-new-in-hpc-pack-2019-update-2?view=hpc19-ps), [Release Notes](https://docs.microsoft.com/en-us/powershell/high-performance-computing/release-notes-for-hpc-pack-2019-update-2?view=hpc19-ps), [Download](https://www.microsoft.com/en-us/download/details.aspx?id=105615), [Azure ARM Templates](https://github.com/Azure/hpcpack-template/tree/master/HPCPack2019))
* **HPC Pack 2019 Update 1** (6.1.7531) - 1/22/2022 ([What's New](https://docs.microsoft.com/en-us/powershell/high-performance-computing/what-s-new-in-hpc-pack-2019-update-1?view=hpc19-ps), [Release Notes](https://docs.microsoft.com/en-us/powershell/high-performance-computing/release-notes-for-hpc-pack-2019-update-1?view=hpc19-ps), [Download](https://www.microsoft.com/en-us/download/details.aspx?id=103877))
* **HPC Pack 2019** (6.0.7205 & 6.0.7214) - 6/9/2020 ([What's New](https://docs.microsoft.com/en-us/powershell/high-performance-computing/what-s-new-in-hpc-pack-2019?view=hpc19-ps), [Release Notes](https://docs.microsoft.com/en-us/powershell/high-performance-computing/release-notes-for-hpc-pack-2019?view=hpc19-ps), [Download](https://www.microsoft.com/en-us/download/details.aspx?id=101360))
Expand Down

0 comments on commit b9c9607

Please sign in to comment.