Skip to content

Commit e26cf16

Browse files
committed
package name, description and deps were changed
1 parent 63d2a51 commit e26cf16

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • app/Wissance.Zerial/Wissance.Zerial.Installer/Zerial

app/Wissance.Zerial/Wissance.Zerial.Installer/Zerial/zerial.nuspec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
4-
<id>zerial-rs232</id>
5-
<version>1.0</version>
4+
<id>wissance-zerial</id>
5+
<version>1.1</version>
66
<packageSourceUrl>https://github.com/Wissance/Zerial</packageSourceUrl>
77
<title>Zerial (Comunity Edition)</title>
88
<authors>M.V.Ushakov (EvilLord666)</authors>
@@ -14,8 +14,11 @@
1414
<projectSourceUrl>https://github.com/Wissance/Zerial</projectSourceUrl>
1515
<tags>Zerial RS-232 RS232 COM Hardware</tags>
1616
<summary>Zerial is a utility that allows to interact with multiple RS232 (COM) devices in binary mode</summary>
17-
<description>Zerial is a utility that allows to develop test hardware and interact with it from our general software in binary mode. Zerial was built with Avalonia and Net6 and published as a self-contained application; therefore, it doesn't need dotnet to be installed. Due to that, it has a size of around 100 MB. But unlike of Electron and Python applications, it utilizes resources carefully. </description>
18-
<releaseNotes>https://github.com/Wissance/Zerial/releases/tag/v1.0</releaseNotes>
17+
<description>Zerial is a utility that allows engineers to develop and test hardware and to interact with it in binary (hexadecimal) mode. Zerial was built with Avalonia and .NET 6 as a cross-platform application; unlike modern Electron or Python applications, it utilizes consuming resources carefully. </description>
18+
<releaseNotes>https://github.com/Wissance/Zerial/releases/tag/v1.1.0</releaseNotes>
19+
<dependencies>
20+
<dependency id="dotnet-6.0-desktopruntime" version="6.0.0" />
21+
</dependencies>
1922
</metadata>
2023
<files>
2124
<file src="tools\**" target="tools" />

0 commit comments

Comments
 (0)