ricaun.Nuke.PackageBuilder 1.7.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ricaun.Nuke.PackageBuilder --version 1.7.0
NuGet\Install-Package ricaun.Nuke.PackageBuilder -Version 1.7.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.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ricaun.Nuke.PackageBuilder --version 1.7.0
#r "nuget: ricaun.Nuke.PackageBuilder, 1.7.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.
// Install ricaun.Nuke.PackageBuilder as a Cake Addin
#addin nuget:?package=ricaun.Nuke.PackageBuilder&version=1.7.0

// Install ricaun.Nuke.PackageBuilder as a Cake Tool
#tool nuget:?package=ricaun.Nuke.PackageBuilder&version=1.7.0

ricaun.Nuke.PackageBuilder

This package is to simplify the build automation system using to RevitAddin Application.

Revit 2017 Visual Studio 2022 Nuke License MIT Build Release

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 Licence.


Do you like this package? Please star this project on GitHub!


Copyright © 2022 ricaun

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.7.0 273 4/1/2024
1.6.4 148 3/28/2024
1.6.3 865 12/22/2023
1.6.2 508 11/19/2023
1.6.1 375 10/6/2023
1.6.0 117 10/5/2023
1.5.1 536 7/24/2023
1.5.0 407 5/31/2023
1.4.3 233 5/8/2023
1.4.2 406 3/31/2023
1.4.1 559 1/24/2023
1.4.0 730 10/9/2022
1.3.5 684 8/13/2022
1.3.4 608 7/19/2022
1.3.3 469 7/19/2022
1.3.1 619 6/15/2022
1.3.0 482 6/15/2022
1.2.6 536 6/1/2022
1.2.5 518 5/23/2022
1.2.4 523 5/23/2022
1.2.3 538 5/14/2022
1.2.2 670 4/7/2022
1.2.1 653 4/6/2022
1.2.0 544 4/4/2022
1.1.9 539 3/24/2022
1.1.8 546 3/23/2022
1.1.7 504 3/23/2022
1.1.6 575 3/18/2022
1.1.5 547 3/11/2022
1.1.4 560 3/10/2022
1.1.3 524 3/8/2022
1.1.2 586 2/23/2022
1.1.1 549 2/23/2022
1.1.0 597 2/15/2022
1.0.1 677 1/19/2022
1.0.0 582 1/19/2022
0.0.13 527 1/12/2022
0.0.12 348 1/4/2022
0.0.11 351 1/3/2022
0.0.10 352 12/22/2021
0.0.9 372 12/21/2021
0.0.8 355 12/21/2021
0.0.7 338 12/17/2021
0.0.6 386 12/17/2021
0.0.5 349 12/9/2021
0.0.4 559 12/9/2021
0.0.3 369 12/8/2021