Skip to content

Commit

Permalink
MauiEx was a reserved package id
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Oct 19, 2023
1 parent cedcf3e commit aa566f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MauiEx/MauiEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>

<PackageId>dotMorten.MauiEx</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Morten Nielsen</Copyright>
<RepositoryUrl>https://github.com/dotMorten/MauiEx</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions MauiEx/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# MauiEx

## NuGet
NuGet ID: `MauiEx`
NuGet ID: `dotMorten.MauiEx`

You can get this from NuGet here: https://www.nuget.org/packages/MauiEx/

Or use the Package Manager:
```
Install-Package MauiEx
Install-Package dotMorten.MauiEx
```


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Maui Controls
A set of .NET MAUI controls

### NuGet Packages:
- [dotMorten.MauiEx](https://www.nuget.org/packages/dotMorten.MauiEx/)

# Usage:
In `MauiProgram.CreateMauiApp` register the controls:

Expand Down

0 comments on commit aa566f9

Please sign in to comment.