~ruther/NosSmooth

6528818bbd996abf31849e916aba6c391c155be5 — Rutherther 3 years ago 197af02
chore(core): update version
1 files changed, 3 insertions(+), 2 deletions(-)

M Core/NosSmooth.Core/NosSmooth.Core.csproj
M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +3 -2
@@ 8,8 8,9 @@
        <Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <PackageVersion>1.2.1</PackageVersion>
        <PackageReleaseNotes>Fix unhandled exceptions in packet handler.</PackageReleaseNotes>
        <PackageVersion>1.2.2</PackageVersion>
        <PackageReleaseNotes>Fix unhandled exceptions in command processor.
Fix control command cancellation of disposed tokens.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>