Skip to content

Commit

Permalink
Обновлены библиотеки
Browse files Browse the repository at this point in the history
  • Loading branch information
hoplik committed Oct 9, 2024
1 parent 245e8f0 commit 927860d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions FirehoseFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>24.10.1.0</ApplicationVersion>
<ApplicationVersion>24.10.9.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -551,7 +551,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
<Version>8.0.1</Version>
<Version>8.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.Platforms">
<Version>7.0.4</Version>
Expand All @@ -563,7 +563,7 @@
<Version>2.0.3</Version>
</PackageReference>
<PackageReference Include="NuGet.Packaging">
<Version>6.11.0</Version>
<Version>6.11.1</Version>
</PackageReference>
<PackageReference Include="SharpAdbClient">
<Version>2.3.23</Version>
Expand Down Expand Up @@ -599,7 +599,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Common">
<Version>8.0.8</Version>
<Version>8.0.10</Version>
</PackageReference>
<PackageReference Include="System.Globalization">
<Version>4.3.0</Version>
Expand Down Expand Up @@ -683,7 +683,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>8.0.4</Version>
<Version>8.0.5</Version>
</PackageReference>
<PackageReference Include="System.Text.RegularExpressions">
<Version>4.3.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("24.10.1.0")]
[assembly: AssemblyFileVersion("24.10.1.0")]
[assembly: AssemblyVersion("24.10.9.0")]
[assembly: AssemblyFileVersion("24.10.9.0")]
[assembly: NeutralResourcesLanguage("ru-RU")]

0 comments on commit 927860d

Please sign in to comment.