Added nuget export options for development. Added nuget patch script for dotnet-script

This commit is contained in:
2025-05-08 17:10:41 +02:00
parent bbc6c0fbd3
commit 1a67fcffb4
4 changed files with 160 additions and 54 deletions

View File

@@ -4,17 +4,17 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<IsPackable>true</IsPackable>
<PropertyGroup>
<PackageId>Moonlight.Shared</PackageId>
<Version>2.1.0</Version>
<Title>Moonlight.Shared</Title>
<Authors>Moonlight Panel</Authors>
<Description>A build of moonlight's shared classes as a nuget package to develop moonlight plugins/modules</Description>
<Copyright>Moonlight Panel</Copyright>
<Description>A build of the shared classes for moonlight development</Description>
<PackageProjectUrl>https://github.com/Moonlight-Panel/Moonlight</PackageProjectUrl>
<RepositoryUrl>https://github.com/Moonlight-Panel/Moonlight</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>moonlight</PackageTags>
<DevelopmentDependency>true</DevelopmentDependency>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>