MOdifica nome x omogenizzazione classi proxy

This commit is contained in:
Samuele Locatelli
2024-05-31 18:27:43 +02:00
parent 19276ce733
commit 3e1332f39b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -330,7 +330,7 @@ LAND:SDK:deploy:
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- '& Remove-Item *.nupkg'
- '& $env:NUGET_PATH pack "$env:APP_NAME.Debug.nuspec"'
- '& $env:NUGET_PATH pack "EgwProxy.MP.Core.Debug.nuspec"'
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push *$env:NUM_DEB.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
@@ -899,7 +899,7 @@ LAND:SDK:release:
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- '& Remove-Item *.nupkg'
- '& $env:NUGET_PATH pack "$env:APP_NAME.Release.nuspec"'
- '& $env:NUGET_PATH pack "EgwProxy.MP.Core.Release.nuspec"'
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push *$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MP.AppAuth</id>
<id>EgwProxy.MP.Core</id>
<version>#version#</version>
<title>MP.AppAuth</title>
<title>EgwProxy.MP.Core</title>
<authors>Samuele E. Locatelli, EgalWare</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<description>Libreria accesso DB MP-Core x sync dati tabelle Config/Vocabolario</description>
<releaseNotes>#releaseNotes#</releaseNotes>
<copyright>#copyright#</copyright>
<tags>MP.AppAuth DB</tags>
<tags>EgwProxy.MP.Core DB</tags>
<dependencies>
<dependency id="Microsoft.EntityFrameworkCore" version="6.0.9" />
<dependency id="Microsoft.EntityFrameworkCore.Design" version="6.0.9" />