Skip to content

Commit 3c107f0

Browse files
Adding code owners file
1 parent 9d095a8 commit 3c107f0

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence
6+
* @ProgrammingByPermutation
7+
8+
# Specifically protect the github folder since it controls
9+
# our code owners as well as our github actions.
10+
/.github/ @ProgrammingByPermutation

src/TwitchStreamingTools/TwitchStreamingTools.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Avalonia" Version="11.0.10"/>
29-
<PackageReference Include="Avalonia.Desktop" Version="11.0.10"/>
30-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.10"/>
31-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.10"/>
28+
<PackageReference Include="Avalonia" Version="11.2.1" />
29+
<PackageReference Include="Avalonia.Desktop" Version="11.2.1" />
30+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.1" />
31+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.1" />
3232
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
33-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.10"/>
34-
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10"/>
33+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1" />
34+
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.1" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)