Releases: Smalls1652/SmallsOnline.Subnetting
Releases · Smalls1652/SmallsOnline.Subnetting
v0.2.0
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
- Add PowerShell module by @Smalls1652 in #17
Full Changelog: v0.1.0..v0.2.0
v0.1.0 - The great reset
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
- Update and revamp project structure by @Smalls1652 in #12
- Changed to file scoped namespaces by @Smalls1652 in #15
- Mass modify classes by @Smalls1652 in #16
⛓️ Dependency updates
- Bump actions/checkout from 2 to 4 by @dependabot in #13
- Bump actions/setup-dotnet from 1 to 4 by @dependabot in #14
Full Changelog: v2021.10.00-alpha-04..v0.1.0