Fix nuget x MP.Core proxy (da completare?)
This commit is contained in:
+1
-1
@@ -895,7 +895,7 @@ LAND:SDK:release:
|
||||
- if: $CI_COMMIT_BRANCH == 'master'
|
||||
needs: ["LAND:build"]
|
||||
script:
|
||||
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
|
||||
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj -c Release
|
||||
- '& Remove-Item *.nupkg'
|
||||
- '& $env:NUGET_PATH pack "EgwProxy.MP.Core.Release.nuspec"'
|
||||
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -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" />
|
||||
@@ -21,7 +21,7 @@
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="MP.AppAuth\bin\Debug\MP.AppAuth*.dll" target="lib" />
|
||||
<file src="MP.AppAuth\bin\Debug\MP.AppAuth*.config" target="lib" />
|
||||
<file src="MP.AppAuth\bin\Release\MP.AppAuth*.dll" target="lib" />
|
||||
<file src="MP.AppAuth\bin\Release\MP.AppAuth*.config" target="lib" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2405.3016</Version>
|
||||
<Version>6.16.2406.508</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB3</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2405.3016</h4>
|
||||
<h4>Versione: 6.16.2406.508</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2405.3016
|
||||
6.16.2406.508
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2405.3016</version>
|
||||
<version>6.16.2406.508</version>
|
||||
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
|
||||
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Migrations\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.9" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.9">
|
||||
|
||||
Reference in New Issue
Block a user