Skip to content

Commit

Permalink
Полностью убрал бота на сервер
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Oct 21, 2024
1 parent 825ab53 commit b8be3ec
Show file tree
Hide file tree
Showing 12 changed files with 206 additions and 236 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.1" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.1" newVersion="8.0.0.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
Expand Down
152 changes: 0 additions & 152 deletions Bot_Funcs.cs

This file was deleted.

10 changes: 4 additions & 6 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>ftp://yggno.de:21/</PublishUrl>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\hoplik\OneDrive\Рабочий стол\Publishing\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>https://fhf.yggno.de/</InstallUrl>
<UpdateUrl>https://fhf.yggno.de/</UpdateUrl>
<SupportUrl>https://github.com/hoplik/Firehose-Finder/</SupportUrl>
<ErrorReportUrl>https://github.com/hoplik/Firehose-Finder/issues</ErrorReportUrl>
Expand All @@ -38,7 +37,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.10.17.0</ApplicationVersion>
<ApplicationVersion>24.10.21.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -138,7 +137,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Bot_Funcs.cs" />
<Compile Include="Forms\AboutBox1.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
9 changes: 9 additions & 0 deletions Forms/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8be3ec

Please sign in to comment.