From 77a061bd3503d8bf7199f28f85bd48cee7718923 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Fri, 1 Aug 2025 18:25:45 +0200 Subject: [PATCH] Include License and Readme in nuget package --- Directory.Build.props | 9 ++++++++- LICENSE.txt | 2 +- README.md | 3 ++- TrailBlazr.slnx | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5a6708d..4b2dbf4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,16 @@  - 0.1.0 + 0.2.0 enable enable true + LICENSE.txt + README.md + + + + + diff --git a/LICENSE.txt b/LICENSE.txt index 8aa2645..fdf7afc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) [year] [fullname] +Copyright (c) 2025 Alexandru Macocian Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 23de219..9c7a08b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # TrailBlazr -[![CI](https://github.com/your-username/TrailBlazr/actions/workflows/ci.yaml/badge.svg)](https://github.com/your-username/TrailBlazr/actions/workflows/ci.yaml) +[![CI](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/ci.yaml/badge.svg)](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/ci.yaml) +[![CD](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/cd.yaml/badge.svg)](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/cd.yaml) [![NuGet](https://img.shields.io/nuget/v/TrailBlazr.svg)](https://www.nuget.org/packages/TrailBlazr/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) diff --git a/TrailBlazr.slnx b/TrailBlazr.slnx index 6410a96..6b93967 100644 --- a/TrailBlazr.slnx +++ b/TrailBlazr.slnx @@ -11,6 +11,7 @@ +