MOdifica nome x omogenizzazione classi proxy
This commit is contained in:
+2
-2
@@ -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" />
|
||||
Reference in New Issue
Block a user