Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Update RedHttpServer.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenbjerg committed Apr 29, 2019
1 parent 319d675 commit f871c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/RedHttpServer/RedHttpServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<Description>Red is a Http and WebSocket server framework built on ASP.NET Core and Kestrel. The API provided is inspired by Express.js and designed to be simple and easy to use</Description>
<Description>.NET Standard web application framework built on ASP.NET Core w/ Kestrel and inspired by Express.js</Description>
<Copyright>Copyright © Rosenbjerg 2019</Copyright>
<AssemblyTitle>RedHttpServer</AssemblyTitle>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -22,7 +22,7 @@
<OutputTypeEx>library</OutputTypeEx>
<StartupObject />
<Version>4.0.0</Version>
<PackageTags>red redhttpserver redhttp rhttpserver rhs http server web api expressjs http websocket middleware</PackageTags>
<PackageTags>redr redhttp redhttpserve rhttpserver rhs http server web api expressjs http websocket middleware</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://rosenbjerg.github.io/Red/</PackageProjectUrl>
Expand All @@ -31,10 +31,10 @@
<RepositoryUrl>https://github.com/rosenbjerg/Red</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<Authors>Malte Rosenbjerg</Authors>
<PackageReleaseNotes>Changed the API</PackageReleaseNotes>
<PackageReleaseNotes>V. 4.0.0 - API Changes</PackageReleaseNotes>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<LangVersion>7.3</LangVersion>
<LangVersion>latest</LangVersion>
<PackageVersion>4.0.0</PackageVersion>
<Title>Red</Title>
</PropertyGroup>
Expand Down

0 comments on commit f871c96

Please sign in to comment.