Skip to content

Commit

Permalink
Merge branch 'IvanJosipovic:alpha' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
glalanne authored Aug 28, 2024
2 parents b01d12d + 46bb2fc commit 672d8ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
github: IvanJosipovic
custom: https://www.paypal.com/donate/?business=3HSZ54XS9BLAQ&currency_code=CAD&item_name=kubeui
1 change: 1 addition & 0 deletions src/KubeUI.Desktop/KubeUI.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PublishSingleFile>true</PublishSingleFile>
<PublishSelfContained>true</PublishSelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<PackageIcon>..\KubeUI\Assets\icon.ico</PackageIcon>
Expand Down
6 changes: 4 additions & 2 deletions src/KubeUI/KubeUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.1.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
<PackageReference Include="Dock.Avalonia" Version="11.1.0.1" />
<PackageReference Include="Dock.Model.Mvvm" Version="11.1.0.1" />
<PackageReference Include="DynamicData" Version="9.0.4" />
Expand Down Expand Up @@ -78,7 +78,9 @@
<PackageReference Include="Scrutor" Version="4.2.2" />
<PackageReference Include="Semi.Avalonia" Version="11.1.0.2" />
<PackageReference Include="Swordfish.NET.CollectionsV3" Version="3.3.12" />
<PackageReference Include="Velopack" Version="0.0.583" />
<PackageReference Include="TextMateSharp" Version="1.0.63" />
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.63" />
<PackageReference Include="Velopack" Version="0.0.594" />
<PackageReference Include="YamlDotNet.System.Text.Json" Version="1.5.0" />

<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
Expand Down

0 comments on commit 672d8ea

Please sign in to comment.