Skip to content

Commit bf27f3f

Browse files
authored
Merge pull request #85 from MADE-Apps/feature/rebrand
Updated brand to MADE.NET UI
2 parents 23be8a2 + d147822 commit bf27f3f

File tree

15 files changed

+45
-45
lines changed

15 files changed

+45
-45
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
## Fixes #
1+
## Resolves #
22
<!-- Add the issue ID after the '#' to automatically close the issue once the PR is merged -->
33

44
<!-- Please provide a description below of the changes made and how it has been tested -->
55

66
## PR checklist
77

8-
- [ ] Samples have been added/updated (where applicable)
9-
- [ ] Tests have been added/updated (where applicable) and pass
10-
- [ ] Documentation has been added/updated for changes
11-
- [ ] Code styling has been met on new source file changes
12-
- [ ] Contains **NO** breaking changes
8+
- [ ] Have samples been added or updated, run locally, and work as intended
9+
- [ ] Have code styling rules been run on all new source file changes
10+
- [ ] Have relevant articles in the docs been added or updated for all new source file changes
11+
- [ ] Have major breaking changes been made and are documented
1312

1413
<!-- If a breaking change has been made, please provide a detailed description below of the impact and the migration path -->
1514

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Contributing
22

3-
These guidelines are designed to help you as a contributor to bring your code and skills to the MADE Uno project to make it better.
3+
These guidelines are designed to help you as a contributor to bring your code and skills to the MADE.NET UI project to make it better.
44

55
## What can I contribute to?
66

7-
Our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.
7+
Our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.
88

99
This can be in the form of contributing to the conversation around the feature or issue, providing code and submitting a pull request, adding a new feature request or bug, or even helping to update our documentation.
1010

@@ -22,7 +22,7 @@ Don't worry! If you're unsure, just strike up a conversation in the issue you're
2222

2323
## Bug Hunting
2424

25-
We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) so we can keep an eye on them and get bugs fixed.
25+
We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) so we can keep an eye on them and get bugs fixed.
2626

2727
Even better, if you know how to fix it, follow up your issue with a pull request!
2828

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<Authors>MADE Apps</Authors>
1111
<Company>MADE Apps</Company>
1212
<Copyright>Copyright (C) MADE Apps. All rights reserved.</Copyright>
13-
<PackageProjectUrl>https://github.com/MADE-Apps/MADE-Uno</PackageProjectUrl>
13+
<PackageProjectUrl>https://github.com/MADE-Apps/MADE.NET-UI</PackageProjectUrl>
1414
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1515
<PackageIcon>ProjectIcon.jpg</PackageIcon>
16-
<PackageReleaseNotes>https://github.com/MADE-Apps/MADE-Uno/releases</PackageReleaseNotes>
16+
<PackageReleaseNotes>https://github.com/MADE-Apps/MADE.NET-UI/releases</PackageReleaseNotes>
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<LangVersion>latest</LangVersion>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MADE Uno
1+
# MADE.NET UI
22

33
Copyright (c) MADE Apps
44

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<img src="assets/ProjectBanner.png" alt="MADE project banner" />
22

3-
# MADE Uno
3+
# MADE.NET UI
44

5-
A library of Uno Platform UI components, supporting Windows, Android, iOS, and WebAssembly platforms.
5+
A library of UI components built on the Uno Platform supporting Windows, Android, iOS, and WebAssembly platforms.
66

77
This is a collection of companion libraries to the [MADE.NET](https://github.com/MADE-Apps/MADE.NET) libraries.
88

9-
## Support MADE Uno
9+
## Support MADE.NET UI
1010

11-
As many developers know, projects like MADE Uno are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
11+
As many developers know, projects like MADE.NET UI are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
1212

1313
## Build Status
1414

1515
| Build | Status | View |
1616
| ------ | ------ | ------ |
17-
| Packages | [![CI](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/ci.yml/badge.svg)](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/ci.yml) | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages?q=Tags%3A%22MADE%22+UI) |
18-
| Docs | [![Docs](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/docs.yml/badge.svg)](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/docs.yml) | [![Docs](https://img.shields.io/badge/Docs-GitHub%20Pages-blue?logo=readthedocs)](https://made-apps.github.io/MADE-Uno/) |
17+
| Packages | [![CI](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/ci.yml/badge.svg)](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/ci.yml) | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages?q=Tags%3A%22MADE%22+UI) |
18+
| Docs | [![Docs](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/docs.yml/badge.svg)](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/docs.yml) | [![Docs](https://img.shields.io/badge/Docs-GitHub%20Pages-blue?logo=readthedocs)](https://made-apps.github.io/MADE.NET-UI/) |
1919

2020
## Installation 💾
2121

22-
[MADE Uno](https://www.nuget.org/profiles/made-apps) components are publicly available via NuGet. Each available package is detailed below.
22+
[MADE.NET UI](https://www.nuget.org/profiles/made-apps) components are publicly available via NuGet. Each available package is detailed below.
2323

2424
| Package | Current | Preview | Downloads |
2525
| ------ | ------ | ------ | ------ |
@@ -29,6 +29,7 @@ As many developers know, projects like MADE Uno are built and maintained in spar
2929
| UI.Controls.DropDownList | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.DropDownList.svg)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList) |
3030
| UI.Controls.FilePicker | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.FilePicker.svg)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker) |
3131
| UI.Controls.Validator | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.Validator.svg)](https://www.nuget.org/packages/MADE.UI.Controls.Validator) |
32+
| UI.Data.Converters | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Data.Converters)](https://www.nuget.org/packages/MADE.UI.Data.Converters/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Data.Converters)](https://www.nuget.org/packages/MADE.UI.Data.Converters/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Data.Converters.svg)](https://www.nuget.org/packages/MADE.UI.Data.Converters) |
3233
| UI.Styling | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Styling.svg)](https://www.nuget.org/packages/MADE.UI.Styling) |
3334
| UI.ViewManagement | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.ViewManagement.svg)](https://www.nuget.org/packages/MADE.UI.ViewManagement) |
3435
| UI.Views.Dialogs | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Views.Dialogs.svg)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs) |
@@ -37,11 +38,11 @@ As many developers know, projects like MADE Uno are built and maintained in spar
3738

3839
## Contributing 🚀
3940

40-
Looking to help build MADE Uno? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
41+
Looking to help build MADE.NET UI? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
4142

42-
## Building MADE Uno 🛠
43+
## Building MADE.NET UI 🛠
4344

44-
MADE Uno is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
45+
MADE.NET UI is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
4546

4647
Each library is configured to take advantage of the Uno Platform libraries to provide cross-platform components.
4748

@@ -54,4 +55,4 @@ You can build the solution using Visual Studio with the following workloads inst
5455

5556
## License
5657

57-
MADE Uno is made available under the terms and conditions of the [MIT license](LICENSE).
58+
MADE.NET UI is made available under the terms and conditions of the [MIT license](LICENSE).

assets/ProjectBanner.afdesign

-9.53 KB
Binary file not shown.

assets/ProjectBanner.png

286 Bytes
Loading

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MADE Uno Documentation
1+
# MADE.NET UI Documentation
22

3-
This folder contains source code for the generation of MADE Uno's documentation.
3+
This folder contains source code for the generation of MADE.NET UI's documentation.
44

55
## Contributing to the docs
66

docs/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ title: Explore the APIs
55

66
# Explore the APIs
77

8-
Here you'll find all of the generated code documentation for the MADE Uno projects, similar to what you might find on Microsoft Docs!
8+
Here you'll find all of the generated code documentation for the MADE.NET UI projects, similar to what you might find on Microsoft Docs!
99

10-
This documentation is designed to show you how each component of MADE Uno is constructed and provide a reference for you when building your projects.
10+
This documentation is designed to show you how each component of MADE.NET UI is constructed and provide a reference for you when building your projects.

docs/articles/features/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Using the UI package
77

88
The UI package is a base package for building out UI components for native applications for Windows, Android, iOS, macOS, Linux, and the web.
99

10-
Its main purpose is to be used by the additional MADE Uno UI packages. However, it can be used to build your own custom UI elements for your own applications.
10+
Its main purpose is to be used by the additional MADE.NET UI UI packages. However, it can be used to build your own custom UI elements for your own applications.
1111

1212
## Building custom controls for Windows or Uno Platform applications
1313

0 commit comments

Comments
 (0)