v2.0.0-preview1 release
Pre-release
Pre-release
adityapatwardhan
released this
19 May 19:03
·
35 commits
to master
since this release
Release v2.0.0-preview1
Highlights
- New implementation of
New-MarkdownHelp
andGet-MarkdownMetadata
in C#. - Updated platyPS markdown schema implementation. Schema details at: #507
- New tests and CI/CD pipelines.
Breaking Changes
- Updated platyPS markdown schema
AlphabeticParamsOrder
parameter forNew-MarkdownHelp
now defaults to true.
Known Issues
-ConvertNotesToList
and-ConvertDoubleDashLists
switches forNew-MarkdownHelp
not implemented.-UseFullTypeName
has issues with generic type names.
Commits
- Merged PR 22: Fix publish template (internal)
- Merged PR 21: Remove dot from the preview version string (internal)
- Remove dot from the preview version string (internal)
- Merged PR 20: Add preview.1 is the PSData section of psd1 (internal)
- Add preview.1 is the PSData section of psd1 (internal)
- Release build for platyPS v2 (#526)
- Fix trigger for CI pipeline (#527)
- Fix pool name for compliance stage (#525)
- Fix indentation in YML (#524)
- CI build for v2 branch (#522)
New-MarkdownHelp
implementation for v2 (#520)