Skip to content

Commit ad6bfb0

Browse files
committed
Add README to NuGet package + fix copyright notice
1 parent 4133914 commit ad6bfb0

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Ethan Lafrenais
3+
Copyright (c) 2016-2021 Ethan Lafrenais and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Discore/Discore.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard1.5</TargetFramework>
5-
<Copyright>Ethan Lafrenais 2021</Copyright>
5+
<Copyright>Copyright (c) 2016-2021 Ethan Lafrenais and contributors</Copyright>
66
<Version>4.5.0</Version>
77
<AssemblyVersion>4.5.0.0</AssemblyVersion>
88
<FileVersion>4.5.0.0</FileVersion>
9-
<Authors>Ethan Lafrenais;Tristan Smith</Authors>
9+
<Authors>Ethan Lafrenais;Tristan Smith;Discore Contributors</Authors>
1010
<PackageTags>discord;discord-api;discord-library;dotnet-standard</PackageTags>
1111
<Description>Discore is a light-weight .NET Standard library designed for creating Discord bots.
1212

@@ -19,6 +19,7 @@ Please note: Discore is not an official Discord API library!</Description>
1919
<PackageReleaseNotes>See https://github.com/Francessco121/Discore/releases/tag/v4.5.0</PackageReleaseNotes>
2020
<PackageLicenseFile></PackageLicenseFile>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
2223
</PropertyGroup>
2324

2425
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -56,4 +57,8 @@ Please note: Discore is not an official Discord API library!</Description>
5657
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
5758
</ItemGroup>
5859

59-
</Project>
60+
<ItemGroup>
61+
<None Include="../../README.md" Pack="true" PackagePath="/"/>
62+
</ItemGroup>
63+
64+
</Project>

0 commit comments

Comments
 (0)