rename
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,13 +5,13 @@ on:
|
||||
branches:
|
||||
- "dev"
|
||||
paths:
|
||||
- "SimpleToolkit.UI.WinUI.Controls**"
|
||||
- "MSEssentials.UI.WinUI.Controls**"
|
||||
pull_request:
|
||||
branches:
|
||||
- "dev"
|
||||
- "main"
|
||||
paths:
|
||||
- "SimpleToolkit.UI.WinUI.Controls**"
|
||||
- "MSEssentials.UI.WinUI.Controls**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "SimpleToolkit.UI.WinUI.Controls**"
|
||||
- "MSEssentials.UI.WinUI.Controls**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nuget
|
||||
path: ./SimpleToolkit.UI.WinUI.Controls.${{needs.version.outputs.version}}.nupkg
|
||||
path: ./MSEssentials.UI.WinUI.Controls.${{needs.version.outputs.version}}.nupkg
|
||||
outputs:
|
||||
version: ${{needs.version.outputs.version}}
|
||||
publish:
|
||||
@@ -84,11 +84,11 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Publish
|
||||
run: dotnet nuget push ./SimpleToolkit.UI.WinUI.Controls.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
|
||||
run: dotnet nuget push ./MSEssentials.UI.WinUI.Controls.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
tag_name: ${{needs.pack.outputs.version}}
|
||||
name: ${{needs.pack.outputs.version}}
|
||||
files: |-
|
||||
SimpleToolkit.UI.WinUI.Controls.${{needs.pack.outputs.version}}.nupkg
|
||||
MSEssentials.UI.WinUI.Controls.${{needs.pack.outputs.version}}.nupkg
|
||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 SimpleToolkit
|
||||
Copyright (c) 2026 MSEssentials
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleToolkit.UI.WinUI.Controls", "SimpleToolkit.UI.WinUI.Controls\SimpleToolkit.UI.WinUI.Controls.csproj", "{79498846-9925-4570-B88A-8D587559E443}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSEssentials.UI.WinUI.Controls", "MSEssentials.UI.WinUI.Controls\MSEssentials.UI.WinUI.Controls.csproj", "{79498846-9925-4570-B88A-8D587559E443}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -3,20 +3,20 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
||||
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
||||
<RootNamespace>SimpleToolkit.UI.WinUI.Controls</RootNamespace>
|
||||
<RootNamespace>MSEssentials.UI.WinUI.Controls</RootNamespace>
|
||||
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
|
||||
<UseWinUI>true</UseWinUI>
|
||||
<UseRidGraph>true</UseRidGraph>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<EnableCoreMrtTooling Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">false</EnableCoreMrtTooling>
|
||||
<Nullable>enable</Nullable>
|
||||
<Title>SimpleToolkit.UI.WinUI.Controls</Title>
|
||||
<Title>MSEssentials.UI.WinUI.Controls</Title>
|
||||
<Authors>Mateusz Skoczek</Authors>
|
||||
<Copyright>Mateusz Skoczek</Copyright>
|
||||
<PackageProjectUrl>https://repos.mateuszskoczek.com/SimpleToolkit/</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls/src/branch/main/LICENSE</PackageLicenseUrl>
|
||||
<PackageProjectUrl>https://repos.mateuszskoczek.com/MSEssentials/</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls/src/branch/main/LICENSE</PackageLicenseUrl>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<RepositoryUrl>https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls</RepositoryUrl>
|
||||
<RepositoryUrl>https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls</RepositoryUrl>
|
||||
<Description>Set of helpers, class extensions, UI controls used in my other C# projects - Custom UI controls for WinUI applications</Description>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
</PropertyGroup>
|
||||
55
MSEssentials.UI.WinUI.Controls/README.md
Normal file
55
MSEssentials.UI.WinUI.Controls/README.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# MSEssentials.UI.WinUI.Controls
|
||||
|
||||
### Set of helpers, class extensions, UI controls used in my other C# projects
|
||||
|
||||
MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. UI.WinUI.Controls subpackage contains custom UI controls for WinUI applications.
|
||||
|
||||
---
|
||||
|
||||
## NuGet registry status
|
||||
|
||||
| Subpackage | Status |
|
||||
|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **MSEssentials.UI.WinUI.Controls** | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/) |
|
||||
| MSEssentials.Extensions | [](https://www.nuget.org/packages/MSEssentials.Extensions/) |
|
||||
| MSEssentials.AspNetCore.Attributes | [](https://www.nuget.org/packages/MSEssentials.AspNetCore.Attributes/) |
|
||||
| MSEssentials.UI.Common.MVVM | [](https://www.nuget.org/packages/MSEssentials.UI.Common.MVVM/) |
|
||||
| MSEssentials.UI.Common.Converters | [](https://www.nuget.org/packages/MSEssentials.UI.Common.Converters/) |
|
||||
| MSEssentials.UI.WinUI.Behaviors | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/) |
|
||||
| MSEssentials.UI.WinUI.Converters | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/) |
|
||||
|
||||
## Features
|
||||
|
||||
- **TimeSpanControl** - allows to select TimeSpan
|
||||
|
||||
## Dependencies
|
||||
|
||||
Dependencies should be installed automatically with this package
|
||||
|
||||
- Microsoft.WindowsAppSDK 1.4.240211001
|
||||
|
||||
## Installation and usage
|
||||
|
||||
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
|
||||
|
||||
**CLI:**
|
||||
|
||||
```
|
||||
dotnet add package MSEssentials.UI.WinUI.Controls
|
||||
```
|
||||
|
||||
**Package reference in .csproj file:**
|
||||
|
||||
```
|
||||
<PackageReference Include="MSEssentials.UI.WinUI.Controls" Version="<version>" />
|
||||
```
|
||||
|
||||
## Attribution and contribution
|
||||
|
||||
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license [here](https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls/src/branch/main/LICENSE).
|
||||
|
||||
However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.
|
||||
|
||||
**Other sources:**
|
||||
|
||||
- Icon by [Icons8](icons8.com)
|
||||
@@ -6,7 +6,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SimpleToolkit.UI.WinUI.Controls
|
||||
namespace MSEssentials.UI.WinUI.Controls
|
||||
{
|
||||
public class TimeSpanControl : Grid
|
||||
{
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
48
README.md
48
README.md
@@ -1,10 +1,10 @@
|
||||
<p align="center"><img src=".gitea/readme/icon.png"/></p>
|
||||
|
||||
<h1 align="center">SimpleToolkit.UI.WinUI.Controls</h1>
|
||||
<h1 align="center">MSEssentials.UI.WinUI.Controls</h1>
|
||||
|
||||
<h3 align="center"><b>Set of helpers, class extensions, UI controls used in my other C# projects</b></h3>
|
||||
|
||||
<p align="center">SimpleToolkit is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. UI.WinUI.Controls subpackage contains custom UI controls for WinUI applications.</p>
|
||||
<p align="center">MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. UI.WinUI.Controls subpackage contains custom UI controls for WinUI applications.</p>
|
||||
|
||||
---
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
> [!Important]
|
||||
> **For Github users:**
|
||||
>
|
||||
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls">here</a>. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
|
||||
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls">here</a>. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
|
||||
|
||||
## NuGet registry status
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>SimpleToolkit.UI.WinUI.Controls</b>
|
||||
<b>MSEssentials.UI.WinUI.Controls</b>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Controls/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Controls.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Controls.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -41,58 +41,50 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.Extensions
|
||||
MSEssentials.Extensions
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.Extensions/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.Extensions.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.Extensions/"><img src="https://img.shields.io/nuget/v/MSEssentials.Extensions.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.Attributes
|
||||
MSEssentials.AspNetCore.Attributes
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.Attributes/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.Attributes.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.AspNetCore.Attributes/"><img src="https://img.shields.io/nuget/v/MSEssentials.AspNetCore.Attributes.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.MVVM
|
||||
MSEssentials.UI.Common.MVVM
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.MVVM/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.MVVM.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.UI.Common.MVVM/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.Common.MVVM.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.UI.Models
|
||||
MSEssentials.UI.Common.Converters
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.Models/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.Models.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.UI.Common.Converters/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.Common.Converters.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.UI.WinUI.Behaviors
|
||||
MSEssentials.UI.WinUI.Behaviors
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Behaviors/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Behaviors.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Behaviors.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.UI.WinUI.Converters
|
||||
MSEssentials.UI.WinUI.Converters
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Converters/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Converters.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
SimpleToolkit.UI.WinUI.Helpers
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Helpers/"><img src="https://img.shields.io/nuget/v/SimpleToolkit.UI.WinUI.Helpers.svg?style=flat-square"></a>
|
||||
<a href="https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/"><img src="https://img.shields.io/nuget/v/MSEssentials.UI.WinUI.Converters.svg?style=flat-square"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -117,18 +109,18 @@ You can download package from official NuGet registry or .nupkg file itself from
|
||||
**CLI:**
|
||||
|
||||
```
|
||||
dotnet add package SimpleToolkit.UI.WinUI.Controls
|
||||
dotnet add package MSEssentials.UI.WinUI.Controls
|
||||
```
|
||||
|
||||
**Package reference in .csproj file:**
|
||||
|
||||
```
|
||||
<PackageReference Include="SimpleToolkit.UI.WinUI.Controls" Version="<version>" />
|
||||
<PackageReference Include="MSEssentials.UI.WinUI.Controls" Version="<version>" />
|
||||
```
|
||||
|
||||
## Attribution and contribution
|
||||
|
||||
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license <a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls/src/branch/main/LICENSE">here</a>.
|
||||
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license <a href="https://repos.mateuszskoczek.com/MSEssentials/MSEssentials.UI.WinUI.Controls/src/branch/main/LICENSE">here</a>.
|
||||
|
||||
However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.
|
||||
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# SimpleToolkit.UI.WinUI.Controls
|
||||
|
||||
### Set of helpers, class extensions, UI controls used in my other C# projects
|
||||
|
||||
SimpleToolkit is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. UI.WinUI.Controls subpackage contains custom UI controls for WinUI applications.
|
||||
|
||||
---
|
||||
|
||||
## NuGet registry status
|
||||
|
||||
| Subpackage | Status |
|
||||
|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **SimpleToolkit.UI.WinUI.Controls** | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Controls/) |
|
||||
| SimpleToolkit.Extensions | [](https://www.nuget.org/packages/SimpleToolkit.Extensions/) |
|
||||
| SimpleToolkit.Attributes | [](https://www.nuget.org/packages/SimpleToolkit.Attributes/) |
|
||||
| SimpleToolkit.MVVM | [](https://www.nuget.org/packages/SimpleToolkit.MVVM/) |
|
||||
| SimpleToolkit.UI.Models | [](https://www.nuget.org/packages/SimpleToolkit.UI.Models/) |
|
||||
| SimpleToolkit.UI.WinUI.Behaviors | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Behaviors/) |
|
||||
| SimpleToolkit.UI.WinUI.Converters | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Converters/) |
|
||||
| SimpleToolkit.UI.WinUI.Helpers | [](https://www.nuget.org/packages/SimpleToolkit.UI.WinUI.Helpers/) |
|
||||
|
||||
## Features
|
||||
|
||||
- **TimeSpanControl** - allows to select TimeSpan
|
||||
|
||||
## Dependencies
|
||||
|
||||
Dependencies should be installed automatically with this package
|
||||
|
||||
- Microsoft.WindowsAppSDK 1.4.240211001
|
||||
|
||||
## Installation and usage
|
||||
|
||||
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
|
||||
|
||||
**CLI:**
|
||||
|
||||
```
|
||||
dotnet add package SimpleToolkit.UI.WinUI.Controls
|
||||
```
|
||||
|
||||
**Package reference in .csproj file:**
|
||||
|
||||
```
|
||||
<PackageReference Include="SimpleToolkit.UI.WinUI.Controls" Version="<version>" />
|
||||
```
|
||||
|
||||
## Attribution and contribution
|
||||
|
||||
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license [here](https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.UI.WinUI.Controls/src/branch/main/LICENSE).
|
||||
|
||||
However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.
|
||||
|
||||
**Other sources:**
|
||||
|
||||
- Icon by [Icons8](icons8.com)
|
||||
Reference in New Issue
Block a user