TenderOwl.GirCoreTemplate.CSharp 0.7.0-preview.2

This is a prerelease version of TenderOwl.GirCoreTemplate.CSharp.
dotnet new install TenderOwl.GirCoreTemplate.CSharp::0.7.0-preview.2
                    
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 \
  --developer-name "Tender Owl" \
  -o MyApp

Run with GNOME Builder

  • Open folder in Builder
  • Press Shift+Ctrl+Space or Run Project button

Or build with command line:

flatpak-builder build-dir --user --force-clean --install --repo=repo --arch=linux-x64 build-aux/<APP_ID>.yaml

See the flatpak dotnet guide for more information.

  • net9.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.7.0-preview.2 104 9/24/2025
0.7.0-preview.1 152 6/6/2025
0.6.3 203 5/27/2025
0.6.2 280 3/4/2025
0.5.0 806 5/9/2024

0.7.0-Preview.2
       - Updated to .NET 9.0
       - Updated to Gir.Core-0.7.0-preview.2
       - Update manifest according to the Flatpak Dotnet guide
       - Install app resources properly