diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..37da285 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,18 @@ + + + Frederik Carlier + Quamotion + Copyright (c) Frederik Carlier and Contributors + git + Packaging Tools for .NET CLI + + true + snupkg + true + MIT + + + + + + \ No newline at end of file diff --git a/Packaging.Targets/Packaging.Targets.csproj b/Packaging.Targets/Packaging.Targets.csproj index a22edf7..267ae54 100644 --- a/Packaging.Targets/Packaging.Targets.csproj +++ b/Packaging.Targets/Packaging.Targets.csproj @@ -1,12 +1,7 @@  netstandard2.0 - Frederik Carlier - Quamotion - Packaging Tools for .NET CLI This package supports the dotnet-pack and dotnet-zip packages. Once you've installed this package together with dotnet-zip or dotnet-tarball, you can run commands such as dotnet zip or dotnet tarball to generate .zip or .tar.gz archives which contain the published output of your project. - Copyright (c) Frederik Carlier and Contributors - git True @@ -44,8 +39,6 @@ all - - diff --git a/dotnet-deb/dotnet-deb.csproj b/dotnet-deb/dotnet-deb.csproj index a414e73..8abc251 100644 --- a/dotnet-deb/dotnet-deb.csproj +++ b/dotnet-deb/dotnet-deb.csproj @@ -2,30 +2,18 @@ Exe netcoreapp2.1 - Frederik Carlier - Quamotion - Copyright (c) Frederik Carlier and Contributors - git dotnet cli packaging deb debian ubuntu mint installer Create Debian and Ubuntu installers (.deb files ) of your .NET Core projects straight from the command line. Once you've installed this package as a .NET CLI tool, run dotnet deb to generate a .deb file which contains the publish output of your .NET Project. See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet deb. - Packaging Tools for .NET CLI true dotnet-deb - - true - snupkg - true - MIT - - diff --git a/dotnet-rpm/dotnet-rpm.csproj b/dotnet-rpm/dotnet-rpm.csproj index 95079e3..e507122 100644 --- a/dotnet-rpm/dotnet-rpm.csproj +++ b/dotnet-rpm/dotnet-rpm.csproj @@ -2,29 +2,17 @@ Exe netcoreapp2.1 - Frederik Carlier - Quamotion - Copyright (c) Frederik Carlier and Contributors - git dotnet cli packaging rpm package installer Create RPM packages (.rpm files) of your .NET Core projects straight from the command line. Once you've installed this package as a .NET CLI tool, run dotnet rpm to generate a .rpm package which contains the publish output of your .NET Project. See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet rpm. - Packaging Tools for .NET CLI true dotnet-rpm - - true - snupkg - true - MIT - - \ No newline at end of file diff --git a/dotnet-tarball/dotnet-tarball.csproj b/dotnet-tarball/dotnet-tarball.csproj index f4ce58b..cc1f6de 100644 --- a/dotnet-tarball/dotnet-tarball.csproj +++ b/dotnet-tarball/dotnet-tarball.csproj @@ -2,30 +2,18 @@ Exe netcoreapp2.1 - Frederik Carlier - Quamotion - Copyright (c) Frederik Carlier and Contributors - git dotnet cli packaging tarball tar.gz archive Create tarballs (.tar.gz files) of your .NET Core projects straight from the command line. Once you've installed this package as a .NET CLI tool, run dotnet tar to generate a .tar.gz file which contains the publish output of your .NET Project. See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet tarball. - Packaging Tools for .NET CLI true dotnet-tarball - - true - snupkg - true - MIT - - diff --git a/dotnet-zip/dotnet-zip.csproj b/dotnet-zip/dotnet-zip.csproj index a0fc7f7..4091116 100644 --- a/dotnet-zip/dotnet-zip.csproj +++ b/dotnet-zip/dotnet-zip.csproj @@ -2,30 +2,18 @@ Exe netcoreapp2.1 - Frederik Carlier - Quamotion - Copyright (c) Frederik Carlier and Contributors - git dotnet cli packaging zip archive Create .zip files of your .NET Core projects straight from the command line. Once you've installed this package as a .NET CLI tool, run dotnet zip to generate a .zip file which contains the publish output of your .NET Project. See https://github.com/qmfrederik/dotnet-packaging/ for more information on how to use dotnet tarball. - Packaging Tools for .NET CLI true dotnet-zip - - true - snupkg - true - MIT - -