Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxTes committed Apr 4, 2021
1 parent 7c6aa90 commit 25a9f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SmartThermo/Dialogs/Views/AboutDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Grid>
<ui:SimpleStackPanel Width="320" Spacing="16">
<TextBlock Style="{DynamicResource TitleTextBlockStyle}">SmartThermo</TextBlock>
<TextBlock>Версия прошивки - 0.4.0</TextBlock>
<TextBlock>Версия прошивки - 0.4.1</TextBlock>
<TextBlock TextWrapping="WrapWithOverflow">SmartThermo - это ПО для контроля, мониторинга и записи данных с датчиков температуры.</TextBlock>
</ui:SimpleStackPanel>
</Grid>
Expand Down
6 changes: 3 additions & 3 deletions src/SmartThermo/SmartThermo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<UseWPF>true</UseWPF>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<Version>0.4.0</Version>
<AssemblyVersion>0.4.1.0</AssemblyVersion>
<FileVersion>0.4.1.0</FileVersion>
<Version>0.4.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 25a9f51

Please sign in to comment.