1.0.1 Add descriptions of methods

This commit is contained in:
yawaflua
2024-03-10 21:09:44 +03:00
parent 9258cb8c97
commit a2b48651ec
8 changed files with 398 additions and 25 deletions

View File

@@ -4,7 +4,13 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Authors>yawaflua</Authors>
<Company>yawaflua</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/yawaflua/Lava.NET</RepositoryUrl>
<NeutralLanguage>ru</NeutralLanguage>
</PropertyGroup>
@@ -12,4 +18,12 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>