Skip to content

Commit a049a5f

Browse files
committed
Update repo template for intended usage
1 parent 46bd8ab commit a049a5f

File tree

6 files changed

+13
-76
lines changed

6 files changed

+13
-76
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,19 @@
1-
# OwlCore.Template [![Version](https://img.shields.io/nuget/v/OwlCore.Template.svg)](https://www.nuget.org/packages/OwlCore.Template)
1+
# WindowsAppCommunity.CommandLine
22

3-
Description goes here.
3+
A `System.CommandLine` implementation of the Windows App Community SDK.
44

5-
Extended description goes here. Tell people why they should use your module, how they can install it, and how they can use it. Documentation takes work!
5+
## Install/Use
66

7-
##
8-
9-
## Featuring:
10-
- x
11-
- y
12-
- z
13-
14-
## Install
15-
16-
Published releases are available on [NuGet](https://www.nuget.org/packages/OwlCore.Template). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
17-
18-
PM> Install-Package OwlCore.Template
19-
20-
Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet)
21-
22-
> dotnet add package OwlCore.Template
23-
24-
## Usage
25-
26-
```cs
27-
var test = new Thing();
287
```
29-
30-
## Financing
31-
32-
We accept donations [here](https://github.com/sponsors/Arlodotexe) and [here](https://www.patreon.com/arlodotexe), and we do not have any active bug bounties.
8+
git clone --recurse https://github.com/WindowsAppCommunity/WindowsAppCommunity.CommandLine
9+
cd WindowsAppCommunity.CommandLine
10+
dotnet run
11+
```
3312

3413
## Versioning
3514

3615
Version numbering follows the Semantic versioning approach. However, if the major version is `0`, the code is considered alpha and breaking changes may occur as a minor update.
3716

3817
## License
3918

40-
All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the [LICENSE](./src/LICENSE.txt) file for more details.
19+
This code is licensed under the MIT License. See the [LICENSE](./src/LICENSE.txt) file for more details.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.32802.463
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OwlCore.Template", "src\OwlCore.Template.csproj", "{4103C486-827D-4DDC-A600-752D8DD3D6E0}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsAppCommunity.CommandLine", "src\WindowsAppCommunity.CommandLine.csproj", "{4103C486-827D-4DDC-A600-752D8DD3D6E0}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OwlCore.Template.Tests", "tests\OwlCore.Template.Tests.csproj", "{296B048C-F31A-4555-AE05-B96F27399907}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAppCommunity.CommandLine.Tests", "tests\WindowsAppCommunity.CommandLine.Tests.csproj", "{296B048C-F31A-4555-AE05-B96F27399907}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/OwlCore.Template.csproj renamed to src/WindowsAppCommunity.CommandLine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<Description></Description>
2121
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2222
<PackageIcon>logo.png</PackageIcon>
23-
<PackageProjectUrl>https://github.com/Arlodotexe/OwlCore.Template</PackageProjectUrl>
23+
<PackageProjectUrl>https://github.com/Arlodotexe/WindowsAppCommunity.CommandLine</PackageProjectUrl>
2424
<PackageReleaseNotes>
2525
--- 0.0.0 ---
2626
[New]
27-
Initial release of OwlCore.Template.
27+
Initial release of WindowsAppCommunity.CommandLine.
2828
</PackageReleaseNotes>
2929
<DebugType>embedded</DebugType>
3030
<NeutralLanguage>en</NeutralLanguage>

tests/OwlCore.Template.Tests.csproj renamed to tests/WindowsAppCommunity.CommandLine.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<ProjectReference Include="..\src\OwlCore.Template.csproj" />
24+
<ProjectReference Include="..\src\WindowsAppCommunity.CommandLine.csproj" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)