Skip to content

Commit

Permalink
increased version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfds committed Sep 28, 2023
1 parent 43928fd commit 927ad33
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.5.0</Version>
<Version>0.5.1</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
2 changes: 1 addition & 1 deletion src/WPF/Superheater/Superheater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 927ad33

Please sign in to comment.