You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update all documentation and workflows to use Link.Foundation.Links.Notation namespace
This commit completes the namespace migration by updating all documentation files and GitHub workflows:
Documentation updates:
- Updated main README.md: badge URL, code example, API docs link, PDF link
- Updated README.ru.md: badge URL, library name, code example, API docs link, PDF link
- Updated csharp/README.md: API documentation link
- Updated csharp/README.ru.md: API documentation link
- Updated docs/website/index.html: PDF documentation link
- Updated docs/website/dist/index.html: PDF documentation link
Workflow updates:
- Updated .github/workflows/csharp.yml: PACKAGE_ID for NuGet version checking
All changes replace LinkFoundation.LinksNotation with Link.Foundation.Links.Notation
to match the namespace changes made in PR #126 and the package metadata changes
in the previous commit.
Testing:
✅ Local CI checks passed:
- dotnet restore: successful
- dotnet build --configuration Release: successful (8 warnings, 0 errors)
- dotnet test --configuration Release -f net8: all 105 tests passed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
|[](https://github.com/link-foundation/links-notation/actions?workflow=js)|[](https://www.npmjs.com/package/links-notation)|**[JavaScript](js/README.md)**|
4
4
|:-|-:|:-|
5
5
|[](https://github.com/link-foundation/links-notation/actions?workflow=rust)|[](https://crates.io/crates/links-notation)|**[Rust](rust/README.md)**|
6
-
|[](https://github.com/link-foundation/links-notation/actions?workflow=csharp)|[](https://www.nuget.org/packages/LinkFoundation.LinksNotation)|**[C#](csharp/README.md)**|
6
+
|[](https://github.com/link-foundation/links-notation/actions?workflow=csharp)|[](https://www.nuget.org/packages/Link.Foundation.Links.Notation)|**[C#](csharp/README.md)**|
7
7
|[](https://github.com/link-foundation/links-notation/actions?workflow=python)|[](https://pypi.org/project/links-notation/)|**[Python](python/README.md)**|
Copy file name to clipboardExpand all lines: README.ru.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
|[](https://github.com/link-foundation/links-notation/actions?workflow=js)|[](https://www.npmjs.com/package/links-notation)|**[JavaScript](js/README.ru.md)**|
4
4
|:-|-:|:-|
5
5
|[](https://github.com/link-foundation/links-notation/actions?workflow=rust)|[](https://crates.io/crates/links-notation)|**[Rust](rust/README.ru.md)**|
6
-
|[](https://github.com/link-foundation/links-notation/actions?workflow=csharp)|[](https://www.nuget.org/packages/LinkFoundation.LinksNotation)|**[C#](csharp/README.ru.md)**|
6
+
|[](https://github.com/link-foundation/links-notation/actions?workflow=csharp)|[](https://www.nuget.org/packages/Link.Foundation.Links.Notation)|**[C#](csharp/README.ru.md)**|
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=link-foundation/links-notation)
0 commit comments