Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Avalonia' into Avalonia
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed May 31, 2024
2 parents af8c996 + 41321aa commit 8d9d808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KitopiaAvalonia/KitopiaAvalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<DebugType Condition="'$(Configuration)' == 'Release'">none</DebugType>
<Version>0.0.2.048</Version>
<Version>0.0.2.049</Version>
<AvaloniaVersion>11.1.0-beta2</AvaloniaVersion>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Build : NukeBuild
DotNetPublish(c => new DotNetPublishSettings()
.SetProject(AvaloniaProject.Name)
.SetOutput(RootDirectory / "Publish")
.SetPublishSingleFile(true)
.SetPublishSingleFile(false)

.SetRuntime( "win-x64")
.SetFramework("net8.0-windows10.0.17763.0")
Expand All @@ -129,7 +129,7 @@ class Build : NukeBuild
DotNetPublish(c => new DotNetPublishSettings()
.SetProject(AvaloniaProject.Name)
.SetOutput(RootDirectory / "Publish_SelfContained")
.SetPublishSingleFile(true)
.SetPublishSingleFile(false)

.SetRuntime( "win-x64")
.SetFramework("net8.0-windows10.0.17763.0")
Expand Down

0 comments on commit 8d9d808

Please sign in to comment.