Skip to content

Commit 3b6afa8

Browse files
committed
chore: nuget properties cleanup
1 parent e8b7d0c commit 3b6afa8

2 files changed

Lines changed: 3 additions & 23 deletions

File tree

src/KnightwareCore/KnightwareCore.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<Platforms>AnyCPU;x86;x64</Platforms>
54
<Authors>Derek Smithson</Authors>
65
<Company>Knightware</Company>
7-
<Version>3.1.1</Version>
6+
<Version>0.0.1</Version>
87
<Description>Net Standard library providing helpful classes for threading, networking, and other primitives not available in Net Standard.</Description>
9-
<Copyright>Copyright 2020</Copyright>
8+
<Copyright>Copyright $([System.DateTime]::Now.Year)</Copyright>
109
<PackageProjectUrl>https://github.com/dsmithson/KnightwareCore</PackageProjectUrl>
1110
<PackageTags>knightware</PackageTags>
12-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1312
<RepositoryUrl>https://github.com/dsmithson/KnightwareCore</RepositoryUrl>
1413
<RepositoryType>git</RepositoryType>
1514
</PropertyGroup>

src/KnightwareCore/KnightwareCore.nuspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)