Skip to content

Commit beaeffb

Browse files
committed
chore(config): Update project branding and ownership
Reflects new project ownership and branding by updating package IDs, repository URLs, authors, company, and copyright information.
1 parent a1effa2 commit beaeffb

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
dotnet restore src/KumikoUI.Core/KumikoUI.Core.csproj
6565
dotnet restore src/KumikoUI.SkiaSharp/KumikoUI.SkiaSharp.csproj
6666
67-
- name: Pack — MauiKumikoUI.Core
67+
- name: Pack — KumikoUI.Core
6868
run: |
6969
dotnet pack src/KumikoUI.Core/KumikoUI.Core.csproj \
7070
--no-restore \
@@ -74,7 +74,7 @@ jobs:
7474
-p:SymbolPackageFormat=snupkg \
7575
-o ./artifacts
7676
77-
- name: Pack — MauiKumikoUI.SkiaSharp
77+
- name: Pack — KumikoUI.SkiaSharp
7878
run: |
7979
dotnet pack src/KumikoUI.SkiaSharp/KumikoUI.SkiaSharp.csproj \
8080
--no-restore \

Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
(done automatically by the GitHub Actions publish workflow).
99
-->
1010
<PropertyGroup>
11-
<Authors>MauiKumikoUI Contributors</Authors>
12-
<Company>MauiKumikoUI Contributors</Company>
13-
<Copyright>Copyright © MauiKumikoUI Contributors $([System.DateTime]::UtcNow.Year)</Copyright>
11+
<Authors>Eight-Bot, Inc.; Michael Stonis</Authors>
12+
<Company>Eight-Bot, Inc.</Company>
13+
<Copyright>Copyright © Eight-Bot, Inc. $([System.DateTime]::UtcNow.Year)</Copyright>
1414

1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageProjectUrl>https://github.com/nickreddyhoff/MauiKumikoUI</PackageProjectUrl>
17-
<RepositoryUrl>https://github.com/nickreddyhoff/MauiKumikoUI</RepositoryUrl>
16+
<PackageProjectUrl>https://github.com/TheEightBot/KumikoUI</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/TheEightBot/KumikoUI</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919

2020
<!-- Embed the README in every package (path relative to each project) -->

src/KumikoUI.Core/KumikoUI.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88

99
<!-- NuGet Package Metadata (Authors, License, URLs inherited from Directory.Build.props) -->
10-
<PackageId>MauiKumikoUI.Core</PackageId>
10+
<PackageId>KumikoUI.Core</PackageId>
1111
<Version>1.0.0</Version>
12-
<Description>Core data models, abstractions, and data-source logic for the MauiKumikoUI control. Platform-independent — no rendering or UI framework references.</Description>
12+
<Description>Core data models, abstractions, and data-source logic for the KumikoUI control. Platform-independent — no rendering or UI framework references.</Description>
1313
<PackageTags>maui;datagrid;data;grid;table;core</PackageTags>
1414
</PropertyGroup>
1515

src/KumikoUI.Maui/KumikoUI.Maui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

1313
<!-- NuGet Package Metadata (Authors, License, URLs inherited from Directory.Build.props) -->
14-
<PackageId>MauiKumikoUI.Maui</PackageId>
14+
<PackageId>KumikoUI.Maui</PackageId>
1515
<Version>1.0.0</Version>
1616
<Description>A high-performance, fully custom-drawn KumikoUI control for .NET MAUI. Features virtual scrolling, sorting, filtering, grouping, cell editing, theming, row drag-and-drop, frozen columns/rows, and table/group summaries — all rendered via SkiaSharp with zero native controls.</Description>
1717
<PackageTags>maui;datagrid;grid;table;skiasharp;dotnet;xamarin;cross-platform</PackageTags>

src/KumikoUI.SkiaSharp/KumikoUI.SkiaSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616

1717
<!-- NuGet Package Metadata (Authors, License, URLs inherited from Directory.Build.props) -->
18-
<PackageId>MauiKumikoUI.SkiaSharp</PackageId>
18+
<PackageId>KumikoUI.SkiaSharp</PackageId>
1919
<Version>1.0.0</Version>
20-
<Description>SkiaSharp rendering engine for the MauiKumikoUI control. Provides GPU-accelerated, cross-platform grid painting including cells, headers, selection, scrolling, and editing overlays.</Description>
20+
<Description>SkiaSharp rendering engine for the KumikoUI control. Provides cross-platform grid painting including cells, headers, selection, scrolling, and editing overlays.</Description>
2121
<PackageTags>maui;datagrid;skiasharp;rendering;grid;table</PackageTags>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)