Skip to content

Commit

Permalink
VS2022 icons part 8
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Mar 5, 2022
1 parent ac2402d commit f45ced5
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions AltCover.UICommon/AltCover.UICommon.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<EmbeddedResource Include="Font.png" />
<EmbeddedResource Include="logo.png" />
<EmbeddedResource Include="Method.png" />
<EmbeddedResource Include="MethodDated_16x.png" />
<EmbeddedResource Include="MethodStale.png" />
<EmbeddedResource Include="MethodMissing.png" />
<EmbeddedResource Include="MethodWarning.png" />
<EmbeddedResource Include="MissingFile.png" />
<EmbeddedResource Include="Module.png" />
Expand All @@ -47,19 +48,18 @@
<EmbeddedResource Include="Refresh.png" />
<EmbeddedResource Include="Refresh_greyThin.png" />
<EmbeddedResource Include="Report.png" />
<EmbeddedResource Include="ReportDated_16x.png" />
<EmbeddedResource Include="ReportStale.png" />
<EmbeddedResource Include="ReportWarning.png" />
<EmbeddedResource Include="Resource.eo.resx" />
<EmbeddedResource Include="Resource.resx" />
<EmbeddedResource Include="SourcelessMethod_16x.png" />
<EmbeddedResource Include="StatusError.png" />
<EmbeddedResource Include="StatusError_32.png" />
<EmbeddedResource Include="StatusInformation.png" />
<EmbeddedResource Include="StatusInformation_32.png" />
<EmbeddedResource Include="StatusWarning.png" />
<EmbeddedResource Include="StatusWarning_32.png" />
<EmbeddedResource Include="TextFile.png" />
<EmbeddedResource Include="TextFileDated_16x.png" />
<EmbeddedResource Include="TextFileStale.png" />
<EmbeddedResource Include="TextFileWeb.png" />
<EmbeddedResource Include="VIcon.ico" Link="VIcon.ico" />
<EmbeddedResource Include="VisualStudioToolsAboutBox.png" />
Expand Down
10 changes: 5 additions & 5 deletions AltCover.UICommon/Icons.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Icons<'TIcon>(toIcon: System.IO.Stream -> 'TIcon) =
member self.Report = makeIcon "Report"

member self.ReportDated =
makeIcon "ReportDated_16x"
makeIcon "ReportStale"

member self.ReportWarning =
makeIcon "ReportWarning"
Expand All @@ -43,14 +43,14 @@ type Icons<'TIcon>(toIcon: System.IO.Stream -> 'TIcon) =
member self.Method = makeIcon "Method"

member self.MethodDated =
makeIcon "MethodDated_16x"
makeIcon "MethodStale"

member self.MethodMissingSource =
makeIcon "MethodWarning"

member self.MethodNoSource =
makeIcon "SourcelessMethod_16x"
// actually 16x16
makeIcon "MissingMethod"

member self.Branched =
makeIcon "BranchFork_grn"

Expand All @@ -72,7 +72,7 @@ type Icons<'TIcon>(toIcon: System.IO.Stream -> 'TIcon) =
member self.Source = makeIcon "TextFile"

member self.SourceDated =
makeIcon "TextFileDated_16x"
makeIcon "TextFileStale"

member self.SourceLink =
makeIcon "TextFileWeb"
Expand Down
Binary file removed AltCover.UICommon/MethodDated_16x.png
Binary file not shown.
Binary file added AltCover.UICommon/MethodMissing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AltCover.UICommon/MethodStale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AltCover.UICommon/ReportDated_16x.png
Binary file not shown.
Binary file added AltCover.UICommon/ReportStale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AltCover.UICommon/SourcelessMethod_16x.png
Binary file not shown.
Binary file added AltCover.UICommon/StaleDecal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AltCover.UICommon/TextFileDated_16x.png
Binary file not shown.
Binary file added AltCover.UICommon/TextFileStale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AltCover.UICommon/TimeSolidDecal_16x.png
Binary file not shown.
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wi

# 8.2.8xx (Habu series release 12)
* [BUGFIX] Fix project file path handling in Cake support
* Use VS2022 icons in the Visualizer

# 8.2.835 (Habu series release 11)
* [BUGFIX] Fix tracked methods in the `Merge-OpenCover` cmdlet
Expand Down

0 comments on commit f45ced5

Please sign in to comment.