Skip to content

Commit 670551b

Browse files
authored
Merge pull request #127 from link-foundation/issue-125-ee879ed7
Set root namespace for C# package as Link.Foundation.Links.Notation instead of LinkFoundation.LinksNotation
2 parents 9271e51 + d3b635d commit 670551b

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: nuget-version-check
8383
run: |
8484
PACKAGE_VERSION=$(grep '<VersionPrefix>' LinkFoundation.LinksNotation/LinkFoundation.LinksNotation.csproj | sed 's/.*<VersionPrefix>\(.*\)<\/VersionPrefix>.*/\1/')
85-
PACKAGE_ID="LinkFoundation.LinksNotation"
85+
PACKAGE_ID="Link.Foundation.Links.Notation"
8686
echo "Package: $PACKAGE_ID@$PACKAGE_VERSION"
8787
8888
# Check if version exists on NuGet.org

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/js/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=js) | [![npm Version and Downloads count](https://img.shields.io/npm/v/links-notation?label=npm&style=flat)](https://www.npmjs.com/package/links-notation) | **[JavaScript](js/README.md)** |
44
|:-|-:|:-|
55
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/rust/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=rust) | [![Crates.io Version and Downloads count](https://img.shields.io/crates/v/links-notation?label=crates.io&style=flat)](https://crates.io/crates/links-notation) | **[Rust](rust/README.md)** |
6-
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![NuGet Version and Downloads count](https://img.shields.io/nuget/v/LinkFoundation.LinksNotation?label=nuget&style=flat)](https://www.nuget.org/packages/LinkFoundation.LinksNotation) | **[C#](csharp/README.md)** |
6+
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![NuGet Version and Downloads count](https://img.shields.io/nuget/v/Link.Foundation.Links.Notation?label=nuget&style=flat)](https://www.nuget.org/packages/Link.Foundation.Links.Notation) | **[C#](csharp/README.md)** |
77
| [![Actions Status](https://github.com/link-foundation/links-notation/workflows/python/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=python) | [![PyPI Version and Downloads count](https://img.shields.io/pypi/v/links-notation?label=pypi&style=flat)](https://pypi.org/project/links-notation/) | **[Python](python/README.md)** |
88

99
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/link-foundation/links-notation)
@@ -29,7 +29,7 @@ number of references to other links.
2929
### C&#35;
3030

3131
```csharp
32-
var parser = new LinkFoundation.LinksNotation.Parser();
32+
var parser = new Link.Foundation.Links.Notation.Parser();
3333
var links = parser.Parse("papa (lovesMama: loves mama)");
3434
```
3535

@@ -131,7 +131,7 @@ The notation uses two core concepts:
131131
For detailed implementation guides and API references, see the
132132
language-specific documentation:
133133

134-
- **[C# Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)**
134+
- **[C# Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)**
135135
\- Complete API reference
136136
- **[C# README](csharp/README.md)** - Installation and usage guide
137137
- **[JavaScript README](js/README.md)** - Modern web development guide
@@ -142,7 +142,7 @@ Additional resources:
142142

143143
- [Feature Comparison](FEATURE_COMPARISON.md) - LINO vs YAML/XML/JSON
144144
feature analysis
145-
- [PDF Documentation](https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf)
145+
- [PDF Documentation](https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf)
146146
\- Complete reference for offline reading
147147
- [Links Theory 0.0.2](https://habr.com/en/articles/895896) - Theoretical
148148
foundation that Links Notation fully supports

README.ru.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/js/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=js) | [![Версия npm пакета и количество загрузок](https://img.shields.io/npm/v/links-notation?label=npm&style=flat)](https://www.npmjs.com/package/links-notation) | **[JavaScript](js/README.ru.md)** |
44
|:-|-:|:-|
55
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/rust/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=rust) | [![Версия Crates.io и количество загрузок](https://img.shields.io/crates/v/links-notation?label=crates.io&style=flat)](https://crates.io/crates/links-notation) | **[Rust](rust/README.ru.md)** |
6-
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![Версия NuGet пакета и количество загрузок](https://img.shields.io/nuget/v/LinkFoundation.LinksNotation?label=nuget&style=flat)](https://www.nuget.org/packages/LinkFoundation.LinksNotation) | **[C#](csharp/README.ru.md)** |
6+
| [![Состояние Actions](https://github.com/link-foundation/links-notation/workflows/csharp/badge.svg)](https://github.com/link-foundation/links-notation/actions?workflow=csharp) | [![Версия NuGet пакета и количество загрузок](https://img.shields.io/nuget/v/Link.Foundation.Links.Notation?label=nuget&style=flat)](https://www.nuget.org/packages/Link.Foundation.Links.Notation) | **[C#](csharp/README.ru.md)** |
77

88
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/link-foundation/links-notation)
99
[![Open in GitHub Codespaces](https://img.shields.io/badge/GitHub%20Codespaces-Open-181717?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=link-foundation/links-notation)
1010

1111
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4e7eb0a883e9439280c1097381d46b50)](https://app.codacy.com/gh/link-foundation/links-notation?utm_source=github.com&utm_medium=referral&utm_content=link-foundation/links-notation&utm_campaign=Badge_Grade_Settings)
1212
[![CodeFactor](https://www.codefactor.io/repository/github/link-foundation/links-notation/badge)](https://www.codefactor.io/repository/github/link-foundation/links-notation)
1313

14-
Библиотека классов Link Foundation LinkFoundation.LinksNotation.
14+
Библиотека классов Link Foundation Link.Foundation.Links.Notation.
1515

1616
![introduction](./docs/comparison/comparison.svg "сравнение json, xml и lino")
1717

@@ -28,7 +28,7 @@
2828
### C&#35;
2929

3030
```csharp
31-
var parser = new LinkFoundation.LinksNotation.Parser();
31+
var parser = new Link.Foundation.Links.Notation.Parser();
3232
var links = parser.Parse("папа (любитМаму: любит маму)");
3333
```
3434

@@ -106,7 +106,7 @@ let links = parse_lino("папа (любитМаму: любит маму)").unw
106106
Для подробных руководств по реализации и справочников API смотрите
107107
документацию для конкретных языков:
108108

109-
- **[Документация C#](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)**
109+
- **[Документация C#](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)**
110110
\- Полный справочник API
111111
- **[README C#](csharp/README.ru.md)** - Руководство по установке и использованию
112112
- **[README JavaScript](js/README.ru.md)** - Руководство для современной
@@ -116,7 +116,7 @@ let links = parse_lino("папа (любитМаму: любит маму)").unw
116116

117117
Дополнительные ресурсы:
118118

119-
- [PDF Документация](https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf)
119+
- [PDF Документация](https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf)
120120
\- Полный справочник для офлайн чтения
121121
- [Теория связей 0.0.2](https://habr.com/ru/articles/804617) -
122122
Теоретическая основа, которую Нотация Связей полностью поддерживает

csharp/LinkFoundation.LinksNotation/LinkFoundation.LinksNotation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<Description>LinksPlatform's Platform.Protocols.Lino Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
6-
<AssemblyTitle>LinkFoundation.LinksNotation</AssemblyTitle>
7-
<VersionPrefix>0.8.0</VersionPrefix>
6+
<AssemblyTitle>Link.Foundation.Links.Notation</AssemblyTitle>
7+
<VersionPrefix>0.9.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>net8</TargetFramework>
10-
<PackageId>LinkFoundation.LinksNotation</PackageId>
10+
<PackageId>Link.Foundation.Links.Notation</PackageId>
1111
<PackageTags>LinksPlatform;Protocols.Lino;Lino;IListExtensions;Link;Parser</PackageTags>
1212
<PackageIconUrl>https://raw.githubusercontent.com/link-foundation/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
1313
<PackageProjectUrl>https://link-foundation.github.io/links-notation</PackageProjectUrl>

csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ mama has house
151151
## Documentation
152152

153153
For complete API documentation, visit:
154-
[LinkFoundation.LinksNotation Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)
154+
[Link.Foundation.Links.Notation Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)

csharp/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ var customParser = new Parser<Guid>();
151151
## Документация
152152

153153
Полная документация API:
154-
[LinkFoundation.LinksNotation Documentation](https://link-foundation.github.io/links-notation/csharp/api/LinkFoundation.LinksNotation.html)
154+
[Link.Foundation.Links.Notation Documentation](https://link-foundation.github.io/links-notation/csharp/api/Link.Foundation.Links.Notation.html)

docs/website/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h3>Resources</h3>
205205
<ul>
206206
<li><a href="https://github.com/link-foundation/links-notation">GitHub Repository</a></li>
207207
<li><a href="https://link-foundation.github.io/Documentation/">Link Foundation Docs</a></li>
208-
<li><a href="https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf">PDF Documentation</a></li>
208+
<li><a href="https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf">PDF Documentation</a></li>
209209
</ul>
210210
</div>
211211
<div class="footer-section">

docs/website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h3>Resources</h3>
204204
<ul>
205205
<li><a href="https://github.com/link-foundation/links-notation">GitHub Repository</a></li>
206206
<li><a href="https://link-foundation.github.io/Documentation/">Link Foundation Docs</a></li>
207-
<li><a href="https://link-foundation.github.io/links-notation/csharp/LinkFoundation.LinksNotation.pdf">PDF Documentation</a></li>
207+
<li><a href="https://link-foundation.github.io/links-notation/csharp/Link.Foundation.Links.Notation.pdf">PDF Documentation</a></li>
208208
</ul>
209209
</div>
210210
<div class="footer-section">

0 commit comments

Comments
 (0)