Skip to content

Commit

Permalink
Update README.md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neisvestney committed Jul 14, 2022
1 parent 6e17074 commit bab98c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Asp.React.Project.Templates/Asp.React.Project.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<PackageId>Asp.React.Project.Templates</PackageId>
<Title>Asp React Project Templates</Title>
<Authors>Neisvestney</Authors>
Expand All @@ -23,6 +23,14 @@
<RepositoryUrl>https://github.com/Neisvestney/Asp.React.Project.Templates</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<Compile Include="Templates\Asp.React.Project.Template\Models\LoginModel.cs" />
<Compile Include="Templates\Asp.React.Project.Template\Models\RegisterModel.cs" />
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Asp React Project Templates
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Neisvestney/Asp.React.Project.Templates/Release%20to%20NuGet?label=publish)
[NuGet](https://www.nuget.org/packages/Asp.React.Project.Templates)
[Github](https://github.com/Neisvestney/Asp.React.Project.Templates)
[Github Packages](https://github.com/Neisvestney/Asp.React.Project.Templates/packages/1539121)

| Template Name | Short Name | Description |
|-----------------------------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| Asp.React.Project.Templates | aspreact | Asp.Net Web Api Application with password and ouath auntification, entity framework, newtonsoft.json, swagger and react with ts, router, framer motion |

# Installation:
- CMD: `dotnet new -i Asp.React.Project.Templates`

# Using
- CMD: `dotnet new "shortname""`
or
- Create project with IDE (e.g. Rider)

# ToDo
- Option select to include or not oauth

0 comments on commit bab98c2

Please sign in to comment.