Skip to content

Commit e68509b

Browse files
committed
Bump version to 5.0.6
1 parent a82c809 commit e68509b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

nuget.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
<PropertyGroup>
1919
<PackageType>Template</PackageType>
20-
<Version>5.0.1</Version>
20+
<Version>5.0.6</Version>
2121
<PackageId>AspNetCoreTemplate</PackageId>
2222
<Title>ASP.NET Core Template</Title>
2323
<Company>Nikolay.IT</Company>
2424
<Authors>Nikolay.IT</Authors>
25-
<Copyright>Nikolay.IT © 2020</Copyright>
25+
<Copyright>Nikolay.IT © 2017-2021</Copyright>
2626
<Description>A ready-to-use template for ASP.NET Core 5 with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
2727
<PackageTags>c#;asp.net;core;template;web</PackageTags>
28-
<PackageCopyright>Nikolay.IT © 2020</PackageCopyright>
28+
<PackageCopyright>Nikolay.IT © 2017-2021</PackageCopyright>
2929
<PackageProjectUrl>https://github.com/NikolayIT/ASP.NET-Core-Template</PackageProjectUrl>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3131
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)