Framas.Templates 8.1.6

dotnet new install Framas.Templates::8.1.6                
This package contains a .NET Template Package you can call from the shell/command line.

Framas Templates for dotnet

Install

dotnet new install Framas.Templates

The templates should now available in dotnet new list

Template Name                        Short Name                 Language  Tags
-----------------------------------  -------------------------  --------  -----------------------------------------
Framas Class Plugin                  framas_class_plugin        [C#]      Class Plugin Framas
Framas Winforms Plugin               framas_winforms_plugin     [C#]      Class Plugin Winforms Framas
Framas Winforms App                  framas_winforms_app	    [C#]      Framas Winforms Application
Framas AspNetCore App                framas_aspnetcore_app	    [C#]      Framas AspNetCore Application
Framas AspNetCore Plugin             framas_aspnetcore_plugin   [C#]      Framas AspNetCore Plugin
OMS Plugin                           oms_plugin                 [C#]      Framas Winforms Plugin OMS

How to push

dotnet nuget push Framas.Templates.8.1.5.nupkg -k NUGET_API_KEY -s https://api.nuget.org/v3/index.json

Usage

To create a new class library project:

dotnet new framas_class_plugin -n MyPlugin

Available parameters:

-f, --framework

Description: The target framework for the project.

Options:

  • net8.0
  • netstandard2.0
  • netstandard2.1

By default: net8.0

  • net8.0

    • No dependencies.

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
8.1.6 79 10/30/2024
8.1.5 74 10/29/2024
8.1.4 82 10/22/2024
8.1.3 67 10/22/2024