Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 1243485

Browse files
author
Alexander Sergeev
committed
Публикация
1 parent 516a7ef commit 1243485

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

FirehoseFinder.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@
1414
<Deterministic>true</Deterministic>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17-
<IsWebBootstrapper>false</IsWebBootstrapper>
18-
<PublishUrl>C:\Users\hoplik\OneDrive\Рабочий стол\Publishing\</PublishUrl>
17+
<IsWebBootstrapper>true</IsWebBootstrapper>
18+
<PublishUrl>ftp://yggno.de:21/</PublishUrl>
1919
<Install>true</Install>
20-
<InstallFrom>Disk</InstallFrom>
20+
<InstallFrom>Web</InstallFrom>
2121
<UpdateEnabled>true</UpdateEnabled>
2222
<UpdateMode>Foreground</UpdateMode>
2323
<UpdateInterval>7</UpdateInterval>
2424
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
2525
<UpdatePeriodically>false</UpdatePeriodically>
2626
<UpdateRequired>false</UpdateRequired>
2727
<MapFileExtensions>true</MapFileExtensions>
28+
<InstallUrl>https://fhf.yggno.de/</InstallUrl>
2829
<UpdateUrl>https://fhf.yggno.de/</UpdateUrl>
2930
<SupportUrl>https://github.com/hoplik/Firehose-Finder/</SupportUrl>
3031
<ErrorReportUrl>https://github.com/hoplik/Firehose-Finder/issues</ErrorReportUrl>
@@ -37,7 +38,7 @@
3738
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
3839
<AutorunEnabled>true</AutorunEnabled>
3940
<ApplicationRevision>0</ApplicationRevision>
40-
<ApplicationVersion>24.8.21.0</ApplicationVersion>
41+
<ApplicationVersion>24.9.8.0</ApplicationVersion>
4142
<UseApplicationTrust>false</UseApplicationTrust>
4243
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4344
<PublishWizardCompleted>true</PublishWizardCompleted>

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// Можно задать все значения или принять номера сборки и редакции по умолчанию
3333
// используя "*", как показано ниже:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("24.8.21.0")]
36-
[assembly: AssemblyFileVersion("24.8.21.0")]
35+
[assembly: AssemblyVersion("24.9.8.0")]
36+
[assembly: AssemblyFileVersion("24.9.8.0")]
3737
[assembly: NeutralResourcesLanguage("ru-RU")]

0 commit comments

Comments
 (0)