Some work on publishing a nuget package

Run `dotnet build -c Release; dotnet pack` from the Velopack.Build directory
This commit is contained in:
Kevin Bost
2024-03-10 23:19:49 -07:00
parent c59a970e16
commit 8b9f51c21f
4 changed files with 34 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
<Product>Velopack</Product>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright © Caelan Sayler 2021</Copyright>
<Authors>Caelan Sayler</Authors>
<Authors>Caelan Sayler;Kevin Bost</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/velopack/velopack</PackageProjectUrl>
<RepositoryUrl>https://github.com/velopack/velopack</RepositoryUrl>
@@ -30,7 +30,6 @@
<ItemGroup Condition=" '$(MSBuildProjectExtension)'=='.csproj' ">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.*" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="NuGetizer" Version="1.2.1" PrivateAssets="all" Condition=" '$(NoNuGetizer)'=='' " />
</ItemGroup>
<PropertyGroup Condition=" '$(MSBuildProjectExtension)'=='.vcxproj' ">