Skip to content

Commit

Permalink
update version to v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Enache-Ionut committed Apr 15, 2021
1 parent 7cc7df6 commit 174fc09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion ClangPowerTools/ClangPowerTools/MVVM/Views/ReleaseNotesView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 7.3.1" />
Text="version 7.3.2" />

<ListView
Grid.Row="3"
Expand Down Expand Up @@ -221,6 +221,16 @@
Text="• C file type detection not working correctly for 'Default' or empty CompileAs setting"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• Fix Visual Studio drop-down issue"
TextWrapping="Wrap" />

</ListView>
</Grid>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="7.3.1" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="7.3.2" Language="en-US" Publisher="Caphyon" />
<DisplayName>Clang Power Tools</DisplayName>
<Description xml:space="preserve">A tool bringing clang-tidy magic to Visual Studio C++ developers.</Description>
<MoreInfo>http://www.clangpowertools.com/QaA</MoreInfo>
Expand Down

0 comments on commit 174fc09

Please sign in to comment.