File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Ethan Lafrenais
3+ Copyright (c) 2016- 2021 Ethan Lafrenais and contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments