Skip to content

Releases: Smalls1652/SmallsOnline.Subnetting

v0.2.0

17 Mar 19:44
40aada2
Compare
Choose a tag to compare

Overview

The PowerShell module is now in this project. You can install it from the PowerShell Gallery by...

If using PowerShellGet:

Install-Module -Name "SmallsOnline.Subnetting.Pwsh" -RequiredVersion "0.2.0"

If using PSResourceGet:

Install-PSResource -Name "SmallsOnline.Subnetting.Pwsh" -Version "0.2.0"

✍️ What's Changed

Full Changelog: v0.1.0..v0.2.0

v0.1.0 - The great reset

16 Mar 21:24
4057c5e
Compare
Choose a tag to compare

Overview

It's been a while since I've last updated this project! Let's consider this a bit of a... Reset?

To get it out of the way first, here's an overview of what's changed:

  • It now targets .NET 8 instead of .NET 5.
  • Local tooling config has been revamped to match how I currently do it for my other projects.
  • Restructured the project.
  • A lot of "quality of life" improvements... On the development side.
    • Primarily how the classes are constructed.

I'll also be bringing the PowerShell module back into this repo soon.

✍️ What's Changed

⛓️ Dependency updates

Full Changelog: v2021.10.00-alpha-04..v0.1.0