IRC parsing, tokenization, and state handling in C#
1<Project>
2 <PropertyGroup>
3 <ImplicitUsings>true</ImplicitUsings>
4 <PackageReadmeFile>README.md</PackageReadmeFile>
5 <TargetFramework>net10.0</TargetFramework>
6 <PackageProjectUrl>https://irctokens.hmm.st/</PackageProjectUrl>
7 <PackageLicenseExpression>MIT</PackageLicenseExpression>
8 <Version>1.5.0</Version>
9 <Authors>Ben Harris</Authors>
10 <Company>tildeverse.org</Company>
11 <RepositoryUrl>https://tildegit.org/irctokens/ircsharp</RepositoryUrl>
12 <PublishRepositoryUrl>true</PublishRepositoryUrl>
13 <EmbedUntrackedSources>true</EmbedUntrackedSources>
14 <RepositoryType>git</RepositoryType>
15 <PackageTags>irc</PackageTags>
16 <PackageVersion>$(Version)</PackageVersion>
17 <LangVersion>latest</LangVersion>
18 </PropertyGroup>
19</Project>