[PR #93] [MERGED] RPM: Support writing null values #230

Open
opened 2026-01-29 16:31:24 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: fixes/rpm-null-values


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/93 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 4/19/2019 **Status:** ✅ Merged **Merged:** 4/19/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/rpm-null-values` --- ### 📝 Commits (7) - [`4c4998e`](https://github.com/quamotion/dotnet-packaging/commit/4c4998e5ef68c78848c90fa45f7a8ab075fc6d99) Support writing null values. - [`5d913eb`](https://github.com/quamotion/dotnet-packaging/commit/5d913eb2db87051708127b0aa031c2f1b0cd14c4) Bump .NET SDK version - [`55b796e`](https://github.com/quamotion/dotnet-packaging/commit/55b796ed83dccc83a2482adc470788ee9841954f) Use xenial - [`e372a59`](https://github.com/quamotion/dotnet-packaging/commit/e372a593389c5a1e738d84b5c3b990876517d750) Only target .NET Core 2.0 - [`fb3c7da`](https://github.com/quamotion/dotnet-packaging/commit/fb3c7daf75c22b50ccc9f895bafc3186b3a1ee38) Use latest VS2017 image - [`fcf599f`](https://github.com/quamotion/dotnet-packaging/commit/fcf599fcccc5ba3aee427490a00e1c7b2bbb0d0e) Use McMaster.Extensions.CommandLineUtils - [`d809dc2`](https://github.com/quamotion/dotnet-packaging/commit/d809dc2496018be62d504ccb713b2b65739330fe) Use netstandard2.0 ### 📊 Changes **14 files changed** (+92 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#230