From 256edb6d25b2a2471efd40a5c547da1ec34d8e70 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Sun, 28 Jul 2024 10:35:47 +0900 Subject: [PATCH] Update releaser --- EasyBackupAvalonia/EasyBackupAvalonia.csproj | 7 +++++-- dotnet-releaser.toml | 14 +++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/EasyBackupAvalonia/EasyBackupAvalonia.csproj b/EasyBackupAvalonia/EasyBackupAvalonia.csproj index 0196fa0..a614955 100644 --- a/EasyBackupAvalonia/EasyBackupAvalonia.csproj +++ b/EasyBackupAvalonia/EasyBackupAvalonia.csproj @@ -1,6 +1,6 @@  - WinExe + Exe net8.0 disable true @@ -8,7 +8,10 @@ app.manifest true EasyBackup - 0.9.0 + 0.10.0 + true + true + win-x64;osx-x64;osx-arm64;linux-arm;linux-arm64;linux-x64 true partial true diff --git a/dotnet-releaser.toml b/dotnet-releaser.toml index adac52b..c8c7921 100644 --- a/dotnet-releaser.toml +++ b/dotnet-releaser.toml @@ -4,10 +4,15 @@ project = "EasyBackupAvalonia/EasyBackupAvalonia.csproj" configuration = "Release" [msbuild.properties] PublishReadyToRun = false # Disable PublishReadyToRun +PublishTrimmed = true +PublishSingleFile = true +SelfContained = true [github] user = "Deadpikle" repo = "EasyBackup" branches = ["main"] +[nuget] +publish = false [test] enable = false # no tests available atm [coverage] @@ -19,4 +24,11 @@ kinds = [] [[pack]] publish = false rid = ["rhel-x64"] -kinds = [] \ No newline at end of file +kinds = [] +[[pack]] +publish = false +rid = ["linux-arm","linux-x64","linux-arm64"] +kinds = [] +[[pack]] +rid = ["osx-x64", "osx-arm64"] +kinds = ["zip"] \ No newline at end of file