Skip to content
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
1 change: 1 addition & 0 deletions docs/xplat/docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@
{ "name": "{PackageVerChanges-25-2-MAR2}", "value": "25.2.83 (March 2026)"},
{ "name": "{PackageVerChanges-25-2-MAY}", "value": "25.2.102 (May 2026)"},
{ "name": "{PackageVerLatest}", "value": "26.1.51 (June 2026)"},
{ "name": "{PackageVerLatestShort}", "value": "26.1.51"},

{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/samples"},
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/browser"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ If you do not have an Infragistics package source available, learn how to add it
## Using the .NET CLI

```cmd
> dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
> dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

## Using the Package Manager

```cmd
PM> Install-Package IgniteUI.Blazor -Version {PackageVerLatest}
PM> Install-Package IgniteUI.Blazor -Version {PackageVerLatestShort}
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ng add igniteui-angular

<PlatformBlock for="Blazor">
```cmd
> dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
> dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```
</PlatformBlock>

Expand Down
2 changes: 1 addition & 1 deletion docs/xplat/src/content/en/components/inputs/highlight.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';

<PlatformBlock for="Blazor">
```cmd
dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

Register the <ApiLink pkg="core" type="Highlight" /> module in the `Program.cs` file as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install {PackageWebComponents} {PackageGrids}
<PlatformBlock for="Blazor">

```cmd
dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

Register the Query Builder module in the `Program.cs` file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Infragistics パッケージ ソースがない場合、追加するには[ Infr
## .NET CLI を使用する場合

```cmd
> dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
> dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

## パッケージ マネージャーを使用する場合

```cmd
PM> Install-Package IgniteUI.Blazor -Version {PackageVerLatest}
PM> Install-Package IgniteUI.Blazor -Version {PackageVerLatestShort}
```
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ng add igniteui-angular

<PlatformBlock for="Blazor">
```cmd
> dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
> dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```
</PlatformBlock>

Expand Down
2 changes: 1 addition & 1 deletion docs/xplat/src/content/jp/components/inputs/highlight.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import 'igniteui-webcomponents/themes/light/bootstrap.css';

<PlatformBlock for="Blazor">
```cmd
dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

`Program.cs` で <ApiLink pkg="core" type="Highlight" /> モジュールを次のように登録します。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm install {PackageWebComponents} {PackageGrids}
<PlatformBlock for="Blazor">

```cmd
dotnet add package IgniteUI.Blazor --version {PackageVerLatest}
dotnet add package IgniteUI.Blazor --version {PackageVerLatestShort}
```

`Program.cs` ファイルで Query Builder モジュールを登録します:
Expand Down
Loading