File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Lines starting with '#' are comments.
2+ # Each line is a file pattern followed by one or more owners.
3+
4+ # More details are here: https://help.github.com/articles/about-codeowners/
5+
6+ # The '*' pattern is global owners.
7+
8+ # Order is important. The last matching pattern has the most precedence.
9+ # The folders are ordered as follows:
10+
11+ # In each subsection folders are ordered first by depth, then alphabetically.
12+ # This should make it easy to add new rules without breaking existing ones.
13+
14+ # Global rule:
15+ * @ stesee
Original file line number Diff line number Diff line change 2020 </PropertyGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" SixLabors.ImageSharp" Version =" 2.1.2 " />
23+ <PackageReference Include =" SixLabors.ImageSharp" Version =" 2.1.3 " />
2424 <PackageReference Include =" ZXing.Net" Version =" 0.16.8" />
2525 </ItemGroup >
2626
You can’t perform that action at this time.
0 commit comments