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

Commit f871c96

Browse files
committed
Update RedHttpServer.csproj
1 parent 319d675 commit f871c96

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/RedHttpServer/RedHttpServer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Library</OutputType>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<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>
9+
<Description>.NET Standard web application framework built on ASP.NET Core w/ Kestrel and inspired by Express.js</Description>
1010
<Copyright>Copyright © Rosenbjerg 2019</Copyright>
1111
<AssemblyTitle>RedHttpServer</AssemblyTitle>
1212
<TargetFramework>netstandard2.0</TargetFramework>
@@ -22,7 +22,7 @@
2222
<OutputTypeEx>library</OutputTypeEx>
2323
<StartupObject />
2424
<Version>4.0.0</Version>
25-
<PackageTags>red redhttpserver redhttp rhttpserver rhs http server web api expressjs http websocket middleware</PackageTags>
25+
<PackageTags>redr redhttp redhttpserve rhttpserver rhs http server web api expressjs http websocket middleware</PackageTags>
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2727
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2828
<PackageProjectUrl>https://rosenbjerg.github.io/Red/</PackageProjectUrl>
@@ -31,10 +31,10 @@
3131
<RepositoryUrl>https://github.com/rosenbjerg/Red</RepositoryUrl>
3232
<RepositoryType>GitHub</RepositoryType>
3333
<Authors>Malte Rosenbjerg</Authors>
34-
<PackageReleaseNotes>Changed the API</PackageReleaseNotes>
34+
<PackageReleaseNotes>V. 4.0.0 - API Changes</PackageReleaseNotes>
3535
<AssemblyVersion>4.0.0.0</AssemblyVersion>
3636
<FileVersion>4.0.0.0</FileVersion>
37-
<LangVersion>7.3</LangVersion>
37+
<LangVersion>latest</LangVersion>
3838
<PackageVersion>4.0.0</PackageVersion>
3939
<Title>Red</Title>
4040
</PropertyGroup>

0 commit comments

Comments
 (0)