Skip to content

Commit 3de0dda

Browse files
author
Tamas Bolner
committed
readme and project file changes
1 parent 6768f6f commit 3de0dda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AsyncFastCGI.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp2.2</TargetFramework>
3+
<TargetFramework>net5.0</TargetFramework>
44
<LangVersion>7.3</LangVersion>
55

66
<PackageId>AsyncFastCGI.NET</PackageId>
7-
<Version>1.0.0</Version>
7+
<Version>1.0.1</Version>
88
<Authors>Tamas Bolner</Authors>
99
<Title>Async FastCGI library for .NET Core</Title>
1010
<Description>Fully async FastCGI client library for .NET Core, written in C#. A non-intrusive alternative for developing web applications.</Description>
11-
<Copyright>Copyright 2019 Tamas Bolner</Copyright>
11+
<Copyright>Copyright 2019-2021 Tamas Bolner</Copyright>
1212
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1313
<PackageTags>fastcgi, nginx, dotnet, library, csharp</PackageTags>
1414
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for an example NginX configuration. The performance is stable at high loads when
99

1010
The library is [available on NuGet](https://www.nuget.org/packages/AsyncFastCGI.NET).
1111

12-
dotnet add package AsyncFastCGI.NET --version 1.0.0
12+
dotnet add package AsyncFastCGI.NET
1313

1414
## Example
1515

0 commit comments

Comments
 (0)