mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #93] [MERGED] RPM: Support writing null values #230
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/93
Author: @qmfrederik
Created: 4/19/2019
Status: ✅ Merged
Merged: 4/19/2019
Merged by: @qmfrederik
Base:
master← Head:fixes/rpm-null-values📝 Commits (7)
4c4998eSupport writing null values.5d913ebBump .NET SDK version55b796eUse xeniale372a59Only target .NET Core 2.0fb3c7daUse latest VS2017 imagefcf599fUse McMaster.Extensions.CommandLineUtilsd809dc2Use netstandard2.0📊 Changes
14 files changed (+92 additions, -40 deletions)
View changed files
📝
.travis.yml(+2 -1)📝
Packaging.Targets/Packaging.Targets.csproj(+1 -13)📝
Packaging.Targets/Rpm/RpmPackageCreator.cs(+8 -1)📝
Packaging.Targets/Rpm/RpmPackageWriter.cs(+8 -6)📝
Packaging.Targets/build/Packaging.Targets.targets(+4 -4)📝
appveyor.yml(+1 -1)📝
dotnet-deb/dotnet-deb.csproj(+3 -3)➕
dotnet-msi/Program.cs(+11 -0)➕
dotnet-msi/dotnet-msi.csproj(+43 -0)📝
dotnet-rpm/PackagingRunner.cs(+1 -1)📝
dotnet-rpm/Program.cs(+1 -1)📝
dotnet-rpm/dotnet-rpm.csproj(+3 -3)📝
dotnet-tarball/dotnet-tarball.csproj(+3 -3)📝
dotnet-zip/dotnet-zip.csproj(+3 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.