Skip to content

v1.3.0.0

Compare
Choose a tag to compare
@jeffpatton1971 jeffpatton1971 released this 30 Dec 03:12
· 72 commits to main since this release
cbb1629

[1.3.0.0] - 2023-12-29

This release adds the YamlSerializer, and updates the classes to leverage the new serializer

What's changed:

  1. Set Stage to be an optional parameter in the Cmdlet Issue #12
  2. Create the Serialization Interface Issue #13
  3. Create the YamlSerialization class Issue #14
  4. Move the code from the ToString override to the serializer Issue #16
  5. Implement the YamlSerializer in the Classes Issue #15