Skip to content

Commit b8739ef

Browse files
committed
Updated csproj with proper nuget tags
1 parent 3a1befd commit b8739ef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Authors>andculture</Authors>
5+
<Company>andculture</Company>
6+
<Description>Commonly used CSharp extension methods used at andculture</Description>
7+
<PackageIconUrl>https://avatars3.githubusercontent.com/u/32297579?s=460&amp;v=4</PackageIconUrl>
8+
<PackageId>AndcultureCode.CSharp.Extensions</PackageId>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
10+
<PackageProjectUrl>https://github.com/AndcultureCode/AndcultureCode.CSharp.Extensions</PackageProjectUrl>
411
<TargetFramework>netstandard2.0</TargetFramework>
12+
<Version>0.0.1</Version>
513
</PropertyGroup>
614

715
</Project>

0 commit comments

Comments
 (0)