Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Sep 25, 2024
1 parent 8e86057 commit 16c418f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Qowaiv](https://github.com/Qowaiv/qowaiv-analzyzers/blob/main/design/qowaiv-logo_linkedin_100x060.jpg)
![Qowaiv](https://github.com/Qowaiv/qowaiv-analzyzers/blob/main/design/qowaiv-header.png)

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/Qowaiv/qowaiv-analyzers/blob/main/CODE_OF_CONDUCT.md)
Expand Down Expand Up @@ -34,5 +34,5 @@ Contains [Roslyn](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/)
* Seal class ([QW0005](rules/QW0005.md))
* Change property type to not-nullable ([QW0008](rules/QW0008.md), [QW0009](rules/QW0009.md))
* Change type System.DateOnly ([QW0010](rules/QW0010.md))
* Apply suggestions of obsolete code attribute ([CS0618, CS0619])/rules/ObsoleteCode.md))
* Apply suggestions of obsolete code attribute [CS0618, CS0619](rules/ObsoleteCode.md))
* Use Qowaiv round extensions ([QW0013](rules/QW0013.md))
Binary file modified design/package-icon.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 design/qowaiv-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Qowaiv.CodeAnalysis.CSharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Contains [Roslyn](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/) (s
* Seal class ([QW0005](rules/QW0005.md))
* Change property type to not-nullable ([QW0008](rules/QW0008.md), [QW0009](rules/QW0009.md))
* Change type System.DateOnly ([QW0010](rules/QW0010.md))
* Apply suggestions of obsolete code attribute ([CS0618, CS0619])/rules/ObsoleteCode.md))
* Apply suggestions of obsolete code attribute [CS0618, CS0619](rules/ObsoleteCode.md))
* Use Qowaiv round extensions ([QW0013](rules/QW0013.md))
* Convert positional properties ([QW0016](rules/QW0016.md))

0 comments on commit 16c418f

Please sign in to comment.