ricaun.Nuke.PackageBuilder
1.9.0
Prefix Reserved
dotnet add package ricaun.Nuke.PackageBuilder --version 1.9.0
NuGet\Install-Package ricaun.Nuke.PackageBuilder -Version 1.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ricaun.Nuke.PackageBuilder" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ricaun.Nuke.PackageBuilder" Version="1.9.0" />
<PackageReference Include="ricaun.Nuke.PackageBuilder" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ricaun.Nuke.PackageBuilder --version 1.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ricaun.Nuke.PackageBuilder, 1.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ricaun.Nuke.PackageBuilder@1.9.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ricaun.Nuke.PackageBuilder&version=1.9.0
#tool nuget:?package=ricaun.Nuke.PackageBuilder&version=1.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ricaun.Nuke.PackageBuilder
This package is to simplify the build automation system using to RevitAddin/AutoCADAddin/NavisworksAddin Application.
Example
using Nuke.Common;
using Nuke.Common.Execution;
using ricaun.Nuke;
using ricaun.Nuke.Components;
class Build : NukeBuild, IPublishRevit
{
// string IHazRevitPackageBuilder.Application => "Revit.App";
public static int Main() => Execute<Build>(x => x.From<IPublishRevit>().Build);
}
Environment Variables
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
InstallationFiles: ${{ secrets.INSTALLATION_FILES }}
IPublishRevit
IHazPackageBuilderProject
string IHazPackageBuilderProject.Name => "Example";
bool IHazPackageBuilderProject.ReleasePackageBuilder => true;
bool IHazPackageBuilderProject.ReleaseBundle => true;
bool IHazPackageBuilderProject.ProjectNameFolder => true;
bool IHazPackageBuilderProject.ProjectVersionFolder => true;
bool IHazPackageBuilderProject.ProjectRemoveTargetFrameworkFolder => true;
IHazRevitPackageBuilder
string IHazRevitPackageBuilder.Application => "Revit.App";
string IHazRevitPackageBuilder.ApplicationType => "Application";
bool IHazRevitPackageBuilder.MiddleVersions => true;
bool IHazRevitPackageBuilder.NewVersions => true;
string IHazRevitPackageBuilder.VendorId => "VendorId";
string IHazRevitPackageBuilder.VendorDescription => "VendorDescription";
IHazInstallationFiles
string IHazInstallationFiles.InstallationFiles => "InstallationFiles";
IssConfiguration IHazInstallationFiles.IssConfiguration => new IssConfiguration()
{
Image = "image.bmp",
ImageSmall = "imageSmall.bmp",
Icon = "icon.ico",
Licence = "License.txt",
Language = new IssLanguage() { Name = "en", MessagesFile = "compiler:Default.isl"},
IssLanguageLicences
= new[] {
new IssLanguageLicence() { Name="br", Licence = "License-br.txt", MessagesFile = @"compiler:Languages\BrazilianPortuguese.isl"}
}
};
License
This package is licensed under the MIT License.
Do you like this package? Please star this project on GitHub!
Copyright © 2022 ricaun
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Autodesk.PackageBuilder (>= 2.0.1)
- InnoSetup.ScriptBuilder (>= 6.3.0)
- ricaun.Nuke (>= 1.9.3)
- Tools.InnoSetup (>= 6.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.9.0 | 47 | 7/18/2025 |
1.8.3 | 1,161 | 3/20/2025 |
1.8.2 | 817 | 1/19/2025 |
1.8.1 | 312 | 1/3/2025 |
1.8.0 | 254 | 12/19/2024 |
1.7.2 | 357 | 11/20/2024 |
1.7.1 | 972 | 8/5/2024 |
1.7.0 | 995 | 4/1/2024 |
1.6.4 | 213 | 3/28/2024 |
1.6.3 | 947 | 12/22/2023 |
1.6.2 | 552 | 11/19/2023 |
1.6.1 | 437 | 10/6/2023 |
1.6.0 | 181 | 10/5/2023 |
1.5.1 | 603 | 7/24/2023 |
1.5.0 | 482 | 5/31/2023 |
1.4.3 | 306 | 5/8/2023 |
1.4.2 | 488 | 3/31/2023 |
1.4.1 | 631 | 1/24/2023 |
1.4.0 | 815 | 10/9/2022 |
1.3.5 | 767 | 8/13/2022 |
1.3.4 | 696 | 7/19/2022 |
1.3.3 | 554 | 7/19/2022 |
1.3.1 | 703 | 6/15/2022 |
1.3.0 | 569 | 6/15/2022 |
1.2.6 | 611 | 6/1/2022 |
1.2.5 | 594 | 5/23/2022 |
1.2.4 | 617 | 5/23/2022 |
1.2.3 | 628 | 5/14/2022 |
1.2.2 | 752 | 4/7/2022 |
1.2.1 | 744 | 4/6/2022 |
1.2.0 | 637 | 4/4/2022 |
1.1.9 | 631 | 3/24/2022 |
1.1.8 | 637 | 3/23/2022 |
1.1.7 | 602 | 3/23/2022 |
1.1.6 | 661 | 3/18/2022 |
1.1.5 | 644 | 3/11/2022 |
1.1.4 | 643 | 3/10/2022 |
1.1.3 | 616 | 3/8/2022 |
1.1.2 | 679 | 2/23/2022 |
1.1.1 | 651 | 2/23/2022 |
1.1.0 | 693 | 2/15/2022 |
1.0.1 | 762 | 1/19/2022 |
1.0.0 | 674 | 1/19/2022 |
0.0.13 | 636 | 1/12/2022 |
0.0.12 | 441 | 1/4/2022 |
0.0.11 | 440 | 1/3/2022 |
0.0.10 | 432 | 12/22/2021 |
0.0.9 | 467 | 12/21/2021 |
0.0.8 | 449 | 12/21/2021 |
0.0.7 | 428 | 12/17/2021 |
0.0.6 | 466 | 12/17/2021 |
0.0.5 | 430 | 12/9/2021 |
0.0.4 | 652 | 12/9/2021 |
0.0.3 | 470 | 12/8/2021 |