mirror of
https://github.com/AlexMacocian/TrailBlazr.git
synced 2026-07-15 15:20:00 +00:00
Include License and Readme in nuget package
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>0.1.0</Version>
|
||||
<Version>0.2.0</Version>
|
||||
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt" Pack="true" PackagePath="\" />
|
||||
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# TrailBlazr
|
||||
|
||||
[](https://github.com/your-username/TrailBlazr/actions/workflows/ci.yaml)
|
||||
[](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/ci.yaml)
|
||||
[](https://github.com/AlexMacocian/TrailBlazr/actions/workflows/cd.yaml)
|
||||
[](https://www.nuget.org/packages/TrailBlazr/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<File Path=".github/workflows/ci.yaml" />
|
||||
<File Path="Directory.Build.props" />
|
||||
<File Path="Directory.Packages.props" />
|
||||
<File Path="LICENSE.txt" />
|
||||
<File Path="README.md" />
|
||||
</Folder>
|
||||
<Project Path="TrailBlazr.Tests/TrailBlazr.Tests.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user