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

Commit b8be3ec

Browse files
author
Alexander Sergeev
committed
Полностью убрал бота на сервер
1 parent 825ab53 commit b8be3ec

12 files changed

Lines changed: 206 additions & 236 deletions

App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
1414
<dependentAssembly>
1515
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
16-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
16+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.2" />
1717
</dependentAssembly>
1818
<dependentAssembly>
1919
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

Bot_Funcs.cs

Lines changed: 0 additions & 152 deletions
This file was deleted.

FirehoseFinder.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@
1414
<Deterministic>true</Deterministic>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17-
<IsWebBootstrapper>true</IsWebBootstrapper>
18-
<PublishUrl>ftp://yggno.de:21/</PublishUrl>
17+
<IsWebBootstrapper>false</IsWebBootstrapper>
18+
<PublishUrl>C:\Users\hoplik\OneDrive\Рабочий стол\Publishing\</PublishUrl>
1919
<Install>true</Install>
20-
<InstallFrom>Web</InstallFrom>
20+
<InstallFrom>Disk</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>
2928
<UpdateUrl>https://fhf.yggno.de/</UpdateUrl>
3029
<SupportUrl>https://github.com/hoplik/Firehose-Finder/</SupportUrl>
3130
<ErrorReportUrl>https://github.com/hoplik/Firehose-Finder/issues</ErrorReportUrl>
@@ -38,7 +37,7 @@
3837
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
3938
<AutorunEnabled>true</AutorunEnabled>
4039
<ApplicationRevision>0</ApplicationRevision>
41-
<ApplicationVersion>24.10.17.0</ApplicationVersion>
40+
<ApplicationVersion>24.10.21.0</ApplicationVersion>
4241
<UseApplicationTrust>false</UseApplicationTrust>
4342
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4443
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -138,7 +137,6 @@
138137
<Reference Include="System.Xml" />
139138
</ItemGroup>
140139
<ItemGroup>
141-
<Compile Include="Bot_Funcs.cs" />
142140
<Compile Include="Forms\AboutBox1.cs">
143141
<SubType>Form</SubType>
144142
</Compile>

Forms/Form1.Designer.cs

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)