Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Nov 13, 2024
1 parent b03c277 commit 15c2291
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Src/FinderOuter/FinderOuter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>0.19.1.1</AssemblyVersion>
<FileVersion>0.19.1.1</FileVersion>
<Version>0.19.1.1</Version>
<AssemblyVersion>0.20.0.0</AssemblyVersion>
<FileVersion>0.20.0.0</FileVersion>
<Version>0.20.0.0</Version>
<PackageProjectUrl>https://github.com/Coding-Enthusiast/FinderOuter</PackageProjectUrl>
<RepositoryUrl>https://github.com/Coding-Enthusiast/FinderOuter</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -40,9 +40,9 @@

<ItemGroup>
<PackageReference Include="Autarkysoft.Bitcoin" Version="0.26.0" />
<PackageReference Include="Avalonia" Version="11.1.4" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.4" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.4" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.4" />
<PackageReference Include="Avalonia" Version="11.2.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.0" />
</ItemGroup>
</Project>

0 comments on commit 15c2291

Please sign in to comment.