Skip to content

Commit 076f154

Browse files
committed
Rename NuGet package ID to Particles.Maui
Original Particle.Maui package is owned by Jeff Bowman on nuget.org. Use Particles.Maui to match the repo name and avoid conflicts.
1 parent fe4782c commit 076f154

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
`Particle.Maui` is a cross-platform .NET MAUI library for displaying particle effects (confetti, etc.). Originally created as [Particle.Forms](https://github.com/mariusmuntean/Particle.Forms) (Xamarin) by Marius Muntean, ported to MAUI by Jeff Bowman ([Particle.Maui](https://github.com/jbowmanp1107/Particle.Maui)), and now maintained at [mos379/Particles.Maui](https://github.com/mos379/Particles.Maui) for .NET 9/.NET 10. Distributed as the NuGet package `particle.maui`.
7+
`Particle.Maui` is a cross-platform .NET MAUI library for displaying particle effects (confetti, etc.). Originally created as [Particle.Forms](https://github.com/mariusmuntean/Particle.Forms) (Xamarin) by Marius Muntean, ported to MAUI by Jeff Bowman ([Particle.Maui](https://github.com/jbowmanp1107/Particle.Maui)), and now maintained at [mos379/Particles.Maui](https://github.com/mos379/Particles.Maui) for .NET 9/.NET 10. Distributed as the NuGet package `particles.maui`.
88

99
## Build & Run
1010

@@ -80,7 +80,7 @@ Multi-targets .NET 9 and .NET 10:
8080

8181
### NuGet Package
8282

83-
Building the library project automatically generates the `.nupkg` (`GeneratePackageOnBuild=true`). Current version: 2.0.0. Package ID: `Particle.Maui`.
83+
Building the library project automatically generates the `.nupkg` (`GeneratePackageOnBuild=true`). Current version: 2.0.0. Package ID: `Particles.Maui`.
8484

8585
## Performance Notes
8686

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A .NET MAUI library to display particle effects (confetti, radial bursts, etc.).
33

44
Originally created as [Particle.Forms](https://github.com/mariusmuntean/Particle.Forms) for Xamarin.Forms by Marius Muntean, then ported to .NET MAUI as [Particle.Maui](https://github.com/jbowmanp1107/Particle.Maui) by Jeff Bowman. This fork maintains the library for .NET 9/.NET 10 and SkiaSharp 3.x.
55

6-
Get it from NuGet [![Nuget](https://img.shields.io/nuget/vpre/particle.maui)](https://www.nuget.org/packages/particle.maui/)
6+
Get it from NuGet [![Nuget](https://img.shields.io/nuget/vpre/particles.maui)](https://www.nuget.org/packages/particles.maui/)
77

88
## Preview
99
<img src="Media/sample.gif" width="640px" />

Src/Particle.Maui/Particle.Maui.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<LangVersion>14</LangVersion>
4-
<PackageId>Particle.Maui</PackageId>
4+
<PackageId>Particles.Maui</PackageId>
55
<PackageVersion>2.0.0</PackageVersion>
66
<Authors>Marius Muntean (original Particle.Forms), Jeff Bowman (MAUI port), ITs4BM (.NET 9/10 maintenance)</Authors>
77
<Copyright>2020 Marius Muntean, 2022 Jeff Bowman, 2026 ITs4BM</Copyright>
@@ -10,7 +10,7 @@
1010
<PackageReleaseNotes>2.0.0: Upgraded to .NET 9/.NET 10 and SkiaSharp 3.x. Forked from jbowmanp1107/Particle.Maui for continued maintenance. Originally ported from Particle.Forms by Marius Muntean.</PackageReleaseNotes>
1111
<Summary>A .NET MAUI particle effects library (confetti, radial effects). Maintained fork of Particle.Maui, originally ported from Particle.Forms.</Summary>
1212
<PackageTags>MAUI Particles Confetti CustomControl</PackageTags>
13-
<Title>Particle.Maui</Title>
13+
<Title>Particles.Maui</Title>
1414
<Description>MAUI library for displaying particle effects.
1515
Supports confetti-like falling particles and radiating particles from touch input.
1616
Can be extended with custom particle generators.

0 commit comments

Comments
 (0)