mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 05:35:56 +00:00
[PR #23] [MERGED] Various fixed based on user feedback #173
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/23
Author: @qmfrederik
Created: 10/11/2017
Status: ✅ Merged
Merged: 10/11/2017
Merged by: @qmfrederik
Base:
master← Head:fixes/rhel📝 Commits (7)
164d5eeAdd Vagrant box for testing on RHEL555c5adMore work on a RHEL box348b28cSupport multiple names for the same library (e.g. liblzma.so with version suffixes on Linux)0c16d05Mark StyleCop as a private asset, limit System.* dependencies to netstandard1.5da9ba23Use libdl.so.2 on Linux instead of libd.so, use libdl.dylib on mac.f3a0ba0Use $(Version) to determine the $(PackageVersion) and use $(PackageVersion) in the $(PackageName) variable2217be1Add Fedora 25 box📊 Changes
10 files changed (+303 additions, -103 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Packaging.Targets/IO/NativeMethods.cs(+70 -50)➕
Packaging.Targets/Native/FunctionLoader.cs(+128 -0)➕
Packaging.Targets/Native/LinuxNativeMethods.cs(+18 -0)➕
Packaging.Targets/Native/MacNativeMethods.cs(+18 -0)📝
Packaging.Targets/Native/WindowsNativeMethods.cs(+5 -47)📝
Packaging.Targets/Packaging.Targets.csproj(+8 -1)📝
Packaging.Targets/build/Packaging.Targets.targets(+7 -5)➕
boxes/fedora.25/Vagrantfile(+17 -0)➕
boxes/rhel7.3/Vagrantfile(+31 -0)📄 Description
libdl.so.2instead oflibdl.so, and loadlibzlmawith and without the.5version suffix$(Version)instead of$(AssemblyFileVersion)as the input to the package version; this property defaults to1.0.0on .NET Core so we don't get empty values🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.