Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change namespace and "compare" function name #6

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion semantic-versioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains XSLT functions for working with semantic version numbers:

* `v:compare`: Compare two semantic version strings for precedence. This function can also preprocess the input strings in certain ways to make them valid as semantic version strings.
* `x3f:semver-compare`: Compare two semantic version strings for precedence. This function can also preprocess the input strings in certain ways to make them valid as semantic version strings.

For background information about semantic versioning, see [Semantic Versioning 2.0.0](https://semver.org).

Expand Down
Loading