Skip to content

Commit

Permalink
Update version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Apr 13, 2021
1 parent 7219409 commit d2857a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.vs/
.vscode/

/.hidden
appsettings.json
package.sh

Expand Down
2 changes: 1 addition & 1 deletion src/Core/AspNetCore.Proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>AspNetCore.Proxy</AssemblyName>
<PackageId>AspNetCore.Proxy</PackageId>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<PackageProjectUrl>https://github.com/twitchax/aspnetcore.proxy</PackageProjectUrl>

<TargetFrameworks>netcoreapp3.1;netstandard2.0;net5.0</TargetFrameworks>
Expand Down

0 comments on commit d2857a0

Please sign in to comment.