Skip to content

Commit

Permalink
更新 Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Feb 16, 2024
1 parent ce7aad5 commit 0cd0726
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CoreAppUWP.Package/Assets/About/About.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#### Welcome to the CoreAppUWP!

##### Declaration
1. This program is a demo of .NET Core App for UWP, and is forbidden for commercial use.
2. This program is open source software, so please make sure the program is from this [Github repository](https://github.com/wherewhere/CoreAppUWP) to ensure your data security.
3. If the source of the program is not abnormal, this app will not steal any of your data. Still, please pay attention to the security of the environment.

##### Credits
| Project | Author |
| ------- | ------ |
| [UWP on .NET Core App](https://github.com/Aminator/UwpWithoutVisualStudio "UwpWithoutVisualStudio") | [Amin Delavar](https://github.com/Aminator "@Aminator") |
| [CS/WinRT for UWP](https://github.com/gus33000/CsUWP "CsUWP") | [Gustave Monce](https://github.com/gus33000 "@gus33000") |
| [Windows.SDK.NET.Ref for UWP](https://github.com/dongle-the-gadget/CsWinRTProjectionForWindows "CsWinRTProjectionForWindows") | [Dongle](https://github.com/dongle-the-gadget "@dongle-the-gadget") |
| [XAML build tool for UWP](https://www.nuget.org/packages/WindowsXaml.ModernDotNet.BuildTools "WindowsXaml.ModernDotNet.BuildTools") | [Ahmed Walid](https://github.com/ahmed605 "@ahmed605") |

##### Contributors
- [wherewhere](https://github.com/wherewhere "@wherewhere")
- [Claris](https://github.com/Clrs17 "@Clrs17")

##### Citations and References
- [MetroLog](https://github.com/novotnyllc/MetroLog "MetroLog")
- [Windows UI](https://github.com/microsoft/microsoft-ui-xaml "Windows UI")
1 change: 1 addition & 0 deletions CoreAppUWP/Pages/SettingsPages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
<wuxc:TextBlock
x:Name="AboutTextBlock"
HorizontalAlignment="Left"
IsTextSelectionEnabled="True"
Text="{x:Bind Provider.AboutTextBlockText, Mode=OneWay}"
TextWrapping="Wrap" />
</wuxc:Grid>
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# CoreAppUWP
UWP running on .net core app
UWP running on .NET Core App

[![LICENSE](https://img.shields.io/github/license/wherewhere/CoreAppUWP.svg?label=License&style=flat-square)](https://github.com/wherewhere/CoreAppUWP/blob/master/LICENSE "LICENSE")
[![Issues](https://img.shields.io/github/issues/wherewhere/CoreAppUWP.svg?label=Issues&style=flat-square)](https://github.com/wherewhere/CoreAppUWP/issues "Issues")
[![Stargazers](https://img.shields.io/github/stars/wherewhere/CoreAppUWP.svg?label=Stars&style=flat-square)](https://github.com/wherewhere/CoreAppUWP/stargazers "Stargazers")

## Dictionary
- [CoreAppUWP](#coreappuwp)
- [Dictionary](#dictionary)
- [Unlock WAS](#unlock-was)
- [Contributors](#contributors)
- [Credits](#credits)

## Contributors
[![Contributors](https://contrib.rocks/image?repo=wherewhere/CoreAppUWP)](https://github.com/wherewhere/CoreAppUWP/graphs/contributors "Contributors")

## Credits
- [@Aminator](https://github.com/Aminator "Amin Delavar") created the first [UWP on .NET Core App](https://github.com/Aminator/UwpWithoutVisualStudio "UwpWithoutVisualStudio")
- [@gus33000](https://github.com/gus33000 "Gustave Monce") created [CS/WinRT for UWP](https://github.com/gus33000/CsUWP "CsUWP")
- [@dongle-the-gadget](https://github.com/dongle-the-gadget "Dongle") created [Windows.SDK.NET.Ref for UWP](https://github.com/dongle-the-gadget/CsWinRTProjectionForWindows "CsWinRTProjectionForWindows")
- [@ahmed605](https://github.com/ahmed605 "Ahmed Walid") created [XAML build tool for UWP](https://www.nuget.org/packages/WindowsXaml.ModernDotNet.BuildTools "WindowsXaml.ModernDotNet.BuildTools")

0 comments on commit 0cd0726

Please sign in to comment.