XSNotifications 0.1.2
Simple .NET library to send notifications to XSOverlay via UDP.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>XSNotifications</id>
<version>0.1.2</version>
<authors>んなあぁ</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/nnaaa-vr/XSNotifications</projectUrl>
<description>Simple .NET library to send notifications to XSOverlay via UDP.</description>
<tags>SteamVR, OpenVR, XSOverlay</tags>
<repository type="GitHub" url="https://github.com/nnaaa-vr/XSNotifications" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Text.Json" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="system.drawing.common" version="5.0.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>