Skip to content

Commit

Permalink
increased version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfds committed Sep 21, 2023
1 parent 717c55e commit 286626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Superheater</AssemblyName>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="FluentFTP" Version="47.1.0" />
<PackageReference Include="FluentFTP" Version="48.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
</ItemGroup>
Expand Down

0 comments on commit 286626a

Please sign in to comment.