docs: packages as a list + prerelease NuGet badges#191
Merged
Conversation
Replace the two-column Packages table (GitHub can't widen the narrow badge column) with a list, and switch the NuGet badges from nuget/v (stable only) to nuget/vpre so they show the latest version including prereleases (4.0.0-beta.1 now).
Reference logo.png via its raw.githubusercontent.com URL so it renders on both the GitHub repo page and the NuGet package readme (relative paths don't resolve on nuget.org).
The snippet compiles and runs (verified against the built library), but it only does Who-Is, not 'read a property' as the intro claimed. Also note that on a multi-interface host the transport needs localEndpointIp, or it throws a clear error listing candidates.
…space out the snippet
On a host with several network interfaces, BacnetIpUdpProtocolTransport no longer guesses one silently — Start() now throws and lists the candidates unless localEndpointIp is given. Add this to the README upgrade list and MIGRATION.md.
… & history - Lead with what BACnet is (ASHRAE 135 building-automation protocol) for newcomers. - Add a Features section (verified against the public API): transports, client/device roles, discovery, read/write, COV, alarms/events, more services, segmentation, ASN.1. - Move the fork/authorship history to a Credits & history section near the bottom, and link Jakub Bartkowiak (github.com/gralin) and Ela-compil (ela.pl).
"BACnet" and the BACnet logo are registered trademarks of ASHRAE. Add a Trademarks section clarifying this is an independent implementation not affiliated with or endorsed by ASHRAE or BACnet International.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nuget/v(stable only) tonuget/vpre, so they show the latest version including prereleases —4.0.0-beta.1now, and the highest version once4.0.0ships.