From 7c9a5aa73d20acebee7d63814d48f106b1578e6e Mon Sep 17 00:00:00 2001 From: JFronny <33260128+JFronny@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:46:29 +0200 Subject: [PATCH] Include CC_Functions.Core in README and nugets artifact --- .gitlab-ci.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53b31d9..88384e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ uptool: dotnet nuget push $tmp -s https://api.nuget.org/v3/index.json -k $NUGET cd .. mkdir nugets + cp .\Core\*.nupkg .\nugets\ cp .\Misc\*.nupkg .\nugets\ cp .\W32\*.nupkg .\nugets\ cp .\Commandline\*.nupkg .\nugets\ diff --git a/README.md b/README.md index 7760e75..707c9af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # CC-Functions [![UpTool2](https://img.shields.io/badge/Get%20it-on%20UpTool2-blue)](https://jfronny.gitlab.io/home/uptool) +[![Nuget](https://img.shields.io/nuget/v/CC-Functions.Core?label=CC-Functions.Core)](https://www.nuget.org/packages/CC-Functions.Core/) [![Nuget](https://img.shields.io/nuget/v/CC-Functions.Misc?label=CC-Functions.Misc)](https://www.nuget.org/packages/CC-Functions.Misc/) [![Nuget](https://img.shields.io/nuget/v/CC-Functions.W32?label=CC-Functions.W32)](https://www.nuget.org/packages/CC-Functions.W32/) [![Nuget](https://img.shields.io/nuget/v/CC-Functions.W32?label=CC-Functions.Commandline)](https://www.nuget.org/packages/CC-Functions.Commandline/)