Skip to content

Commit

Permalink
Merge pull request #25 from Bukk94/feature/GenerateDocumentationFile
Browse files Browse the repository at this point in the history
Generate documentation file
  • Loading branch information
Syzuna authored Jun 28, 2023
2 parents 5df348f + e3206a6 commit 32bd3e8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/TwitchLib.Communication/TwitchLib.Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Authors>swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin</Authors>
<Company>swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin</Company>
<Description>Connection library used throughout TwitchLib to replace third party depedencies.</Description>
<Copyright>Copyright 2022</Copyright>
<Description>Connection library used throughout TwitchLib to replace third party depedencies.</Description>
<Copyright>Copyright 2023</Copyright>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/TwitchLib/TwitchLib.Communication</PackageProjectUrl>
<PackageIconUrl>https://cdn.syzuna-programs.de/images/twitchlib.png</PackageIconUrl>
Expand All @@ -21,11 +21,12 @@
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests" />
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0"/>
</ItemGroup>
</Project>

0 comments on commit 32bd3e8

Please sign in to comment.