mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 05:35:57 +00:00
[PR #1] [MERGED] First version of dotnet zip, dotnet tarball #158
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/1
Author: @qmfrederik
Created: 5/3/2017
Status: ✅ Merged
Merged: 5/3/2017
Merged by: @qmfrederik
Base:
master← Head:features/targz📝 Commits (7)
0442804Update to the RTM version of the file formatsfb85121Use Nerdbank.GitVersioning, target win7-x646978d46Update dotnet-zip, dotnet-tarball targetsd8af179Make the demo project work with both dotnet-zip and dotnet-tarballdeb2f2fAdd Solution file0a5e8bfUpdate AppVeyor scriptff574f2Update the NuGet package descriptions📊 Changes
12 files changed (+222 additions, -78 deletions)
View changed files
📝
Packaging.Targets/Packaging.Targets.csproj(+12 -8)📝
Packaging.Targets/TarballTask.cs(+5 -44)➕
Packaging.Targets/ZipTask.cs(+68 -0)📝
Packaging.Targets/build/Packaging.Targets.targets(+15 -7)📝
appveyor.yml(+6 -12)📝
demo/NuGet.config(+3 -0)📝
demo/demo.csproj(+5 -7)➕
demo/version.json(+7 -0)➕
dotnet-packaging.sln(+34 -0)📝
dotnet-tarball/dotnet-tarball.csproj(+14 -0)➕
dotnet-zip/Program.cs(+24 -0)➕
dotnet-zip/dotnet-zip.csproj(+29 -0)📄 Description
This PR adds the first 'final' versions of the dotnet zip and dotnet tarball commands. If you have a .NET project that targets multiple runtimes, you now get output like
{projectname}.{version}-{runtime}.zip|tar.gz.Also updates the projects to match the RTM version of the .NET Core tooling, and adds a solution file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.