Added raw version string property in ReleaseNotes class
See original GitHub issueThis is kind of a follow-on from #885
@Redth’s SemVer package is great for parsing strings.
Built-in ReleaseNotesParser
is great for extracting strings from a MarkDown file, but ReleaseNotes
contains a typed Version
property, with anything like -preview3-rc8-0002938
stripped off.
If the Parser included the raw string that the Version was parsed from, we could send it off to SemVer for more complex parsing.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Visual Studio 2022 Release Notes
Get the latest features, bug fixes, and support for Visual Studio 2022 Preview. Download today.
Read more >Consolidated JDK 17 Release Notes
The full version string for this update release is 17.0.8+9 (where "+" means ... This system property can be used to remove the...
Read more >What's new in C# 11 - C# Guide
Get an overview of the new features added in C# 11. ... Raw string literals; Generic math support; Generic attributes; UTF-8 string literals ......
Read more >Consolidated JDK 9 Release Notes
The full version string for this update release is 9.0.4+11 (where "+" means "build") ... SERIAL_FILTER_PATTERN have been added to RMIConnectorServer.java .
Read more >Shrink, obfuscate, and optimize your app | Android Studio
Learn how to shrink code in your release build to remove unused code and resources.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done: #1087
I’ll see what I can do…