Release v0.2.0

This commit is contained in:
2026-05-20 12:53:24 +08:00
parent 09b68ada48
commit 36f4256515
12 changed files with 443 additions and 122 deletions

View File

@@ -8,6 +8,25 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>app.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>OmniNotify</AssemblyName>
<RootNamespace>OmniNotify</RootNamespace>
<Version>0.2.0</Version>
<FileVersion>0.2.0.0</FileVersion>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<Authors>OmniNotify</Authors>
<Company>OmniNotify</Company>
<Product>Omni-Notify</Product>
<Description>Local desktop notification popup receiver.</Description>
<Copyright>Copyright (c) OmniNotify</Copyright>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>zh-CN</NeutralLanguage>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<SelfContained>false</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>