Skip to content

Commit

Permalink
Обновлен номер версии
Browse files Browse the repository at this point in the history
  • Loading branch information
TTLC198 committed Nov 11, 2023
1 parent bc3666c commit 5d83a86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HSMonitor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
)]

[assembly: AssemblyTitle("HSMonitor")]
[assembly: AssemblyDescription("Server part of the program for monitoring the state of computer hardware on a separate screen.")]
[assembly: AssemblyDescription("Companion application for the device monitoring PC parameters on a separate screen.")]
[assembly: AssemblyConfiguration("release")]
[assembly: AssemblyCompany("ttlc198")]
[assembly: AssemblyProduct("HSMonitor")]
[assembly: AssemblyCopyright("ttlc198 2023")]
[assembly: AssemblyTrademark("")]

[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
10 changes: 5 additions & 5 deletions appcast.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="1.1.2" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<rss version="1.1.3" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>HSMonitor 1.1.2</title>
<title>HSMonitor 1.1.3</title>
<link>https://raw.githubusercontent.com/TTLC198/HSMonitor/master/appcast.xml</link>
<description>See full description in github</description>
<language>en</language>
<item>
<title>Version 1.1.2</title>
<pubDate>Mon, 10 Jul 2023</pubDate>
<enclosure url="https://github.com/TTLC198/HSMonitor/releases/download/1.1.2/HSMonitor-Installer.exe" sparkle:version="1.1.2" type="application/octet-stream"/>
<title>Version 1.1.3</title>
<pubDate>Sat, 11 Nov 2023</pubDate>
<enclosure url="https://github.com/TTLC198/HSMonitor/releases/download/1.1.3/HSMonitor-Installer.exe" sparkle:version="1.1.3" type="application/octet-stream"/>
</item>
</channel>
</rss>

0 comments on commit 5d83a86

Please sign in to comment.