TenderOwl.GirCoreTemplate.CSharp 0.5.0

dotnet new install TenderOwl.GirCoreTemplate.CSharp::0.5.0
This package contains a .NET Template Package you can call from the shell/command line.

A Template for making GTK applications using Gir.Core

This template is a starting point for making GTK applications using Gir.Core, and Blueprint.

Installing

  • Install the latest version of the dotnet sdk
  • Install the blueprint compiler.
  • Install this template using dotnet new install TenderOwl.GirCoreTemplate.CSharp

Steps for using

Create a new project using:

dotnet new gnome-gircore \
  --app-id com.example.MyApp \
  --display-name "My app" \
  --developer-name "Tender Owl" \
  -o MyApp

Run with GNOME Builder

  • Open folder in Builder
  • Press Shift+Ctrl+Space or Run Project button
  • 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
0.5.0 438 5/9/2024
0.4.0 91 4/23/2024
0.3.0 89 4/22/2024
0.2.0 147 4/13/2024
0.1.0 136 4/12/2024

0.5
       - Updated to Gir.Core-0.5.0
       - Check for Flatpak environment to load resources properly