From f88df90038c43ba70391f98d0471d90e628ff033 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 21 Apr 2022 15:28:34 +0200 Subject: [PATCH] Update x pubblicazione nuget --- .gitlab-ci.yml | 2 +- MapoSDK/MapoSDK.csproj | 5 +++++ MapoSDK/Properties/AssemblyInfo.cs | 2 +- VersGen/MoonPro.cs | 2 +- VersGen/MoonPro.tt | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e89762d0..6a846f19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,7 +120,7 @@ SDK: script: - '& "$env:MSBUILD_PATH" MapoSDK/MapoSDK.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/Release /verbosity:minimal /m' - '& Remove-Item *.nupkg' - - '& $env:NUGET_PATH pack MapoSDK\MapoSDK.csproj -properties Configuration=$env:APP_CONF,owners=EgalWare,authors=S.E.Locatelli -Version $env:NEW_REL' + - '& $env:NUGET_PATH pack MapoSDK\MapoSDK.csproj -properties Configuration=$env:APP_CONF -Version $env:NEW_REL' - '& $env:NUGET_PATH setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source https://nexus.steamware.net/repository/nuget-hosted' - '& $env:NUGET_PATH push MapoSDK.$env:NEW_REL.nupkg -Source https://nexus.steamware.net/repository/nuget-hosted' # - *sendSDK diff --git a/MapoSDK/MapoSDK.csproj b/MapoSDK/MapoSDK.csproj index 99951053..3e2e358c 100644 --- a/MapoSDK/MapoSDK.csproj +++ b/MapoSDK/MapoSDK.csproj @@ -11,6 +11,11 @@ MapoSDK MapoSDK v4.0 + Samuele E. Locatelli + EgalWare + SDK for MAPO solutions + MAPO;MES;SDK + Copyright (c) 2007-2022 EgalWare 512 true diff --git a/MapoSDK/Properties/AssemblyInfo.cs b/MapoSDK/Properties/AssemblyInfo.cs index 2e872eb4..135003d2 100644 --- a/MapoSDK/Properties/AssemblyInfo.cs +++ b/MapoSDK/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; // set di attributi. Modificare i valori di questi attributi per modificare le informazioni // associate a un assembly. [assembly: AssemblyTitle("MapoSDK")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("MAPO Assembly SDK")] [assembly: AssemblyConfiguration("")] //[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("MapoSDK")] diff --git a/VersGen/MoonPro.cs b/VersGen/MoonPro.cs index 395f4dbd..d935ce48 100644 --- a/VersGen/MoonPro.cs +++ b/VersGen/MoonPro.cs @@ -7,5 +7,5 @@ using System.Reflection; [assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyFileVersion("0.0.0.0")] -[assembly: AssemblyCopyright("SteamWare-EgalWare © 2007+")] +[assembly: AssemblyCopyright("SteamWare & EgalWare © 2007+")] [assembly: AssemblyCompany("EgalWare")] diff --git a/VersGen/MoonPro.tt b/VersGen/MoonPro.tt index bbca491c..7c6e8885 100644 --- a/VersGen/MoonPro.tt +++ b/VersGen/MoonPro.tt @@ -8,5 +8,5 @@ using System.Reflection; [assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyFileVersion("0.0.0.0")] -[assembly: AssemblyCopyright("SteamWare-EgalWare © 2007+")] +[assembly: AssemblyCopyright("SteamWare & EgalWare © 2007+")] [assembly: AssemblyCompany("EgalWare")]