Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagnerp committed Jan 5, 2023
1 parent ac60b40 commit 7c3d04f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,32 +56,31 @@ Development of the Krypton Extended Toolkit is supported by these generous organ
=======

## Install the `Ultimate` Package
**Note:** These packages do not support anything newer than .NET Framework 4.8.1.

### Full

#### Package Manager

```ps
PM> NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate -Version 70.22.11.312
PM> NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate -Version 70.23.1.5
```

#### Package Reference

```xml
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate" Version="70.22.11.312" />
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate" Version="70.23.1.5" />
```

### Lite

```ps
PM> NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite -Version 70.22.11.312
PM> NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite -Version 70.23.1.5
```

#### Package Reference

```xml
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite" Version="70.22.11.312" />
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite" Version="70.23.1.5" />
```

=======
Expand Down Expand Up @@ -157,4 +156,4 @@ The following modules **will** be installed alongside the main packages when req



***Note:*** Some packages may install third-party libraries in order to make them function correctly.
***Note:*** Some packages may install third-party libraries in order to make them function correctly.

0 comments on commit 7c3d04f

Please sign in to comment.