Skip to content

Commit 43d894f

Browse files
Merge 98e1cbc into d653015
2 parents d653015 + 98e1cbc commit 43d894f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

GithubActionsHelloWorld/GithubActionsHelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)