Skip to content

Commit bc8c7c3

Browse files
committed
V2026.3.0
1 parent e6823c7 commit bc8c7c3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Nickvision.FlatpakGenerator/FlatpakSourcesGenerator.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ public static async Task<List<NugetSource>> GenerateSourcesAsync(string input, i
155155
"microsoft.aspnetcore.app.runtime.linux-x64",
156156
"microsoft.netcore.app.runtime.linux-arm",
157157
"microsoft.netcore.app.runtime.linux-arm64",
158-
"microsoft.netcore.app.runtime.linux-x64"
158+
"microsoft.netcore.app.runtime.linux-x64",
159+
"runtime.linux-x64.Microsoft.DotNet.ILCompiler",
160+
"runtime.linux-arm64.Microsoft.DotNet.ILCompiler"
159161
})
160162
{
161163
var extraSource = await GetExtraSourceAsync(extra, destinationName);

Nickvision.FlatpakGenerator/Nickvision.FlatpakGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<PackageId>Nickvision.FlatpakGenerator</PackageId>
9-
<Version>2025.12.0</Version>
9+
<Version>2026.3.0</Version>
1010
<Company>Nickvision</Company>
1111
<Authors>Nickvision</Authors>
1212
<Description>A tool to generate Flatpak sources file for .NET projects</Description>
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="System.CommandLine" Version="2.0.1" />
25+
<PackageReference Include="System.CommandLine" Version="2.0.5" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)