migration update
parent
46d46896e5
commit
8f2d910a42
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"urls": "http://*:5063",
|
"urls": "http://*:5063",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
//"DatabaseConnection": "***REMOVED***"
|
|
||||||
"DatabaseConnection": "***REMOVED***"
|
"DatabaseConnection": "***REMOVED***"
|
||||||
|
//"DatabaseConnection": "***REMOVED***"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# chmod u+x build-amd64.sh
|
# chmod u+x build-amd64.sh
|
||||||
echo "Welcome!"
|
echo "Welcome!"
|
||||||
|
|
||||||
version="1.1.3"
|
version="1.1.3-alpha1"
|
||||||
localRegistryPass="***REMOVED***"
|
localRegistryPass="***REMOVED***"
|
||||||
|
|
||||||
echo "Create docker image with version $version."
|
echo "Create docker image with version $version."
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
<EntityFrameworkCorePackageVersion>5.0.12</EntityFrameworkCorePackageVersion>
|
<EntityFrameworkCorePackageVersion>5.0.12</EntityFrameworkCorePackageVersion>
|
||||||
<NDBExtensionsSwaggerPackageVersion>1.0.2</NDBExtensionsSwaggerPackageVersion>
|
<NDBExtensionsSwaggerPackageVersion>1.0.2</NDBExtensionsSwaggerPackageVersion>
|
||||||
<NDBApplicationPackageVersion>1.0.0</NDBApplicationPackageVersion>
|
<NDBApplicationPackageVersion>1.0.0</NDBApplicationPackageVersion>
|
||||||
<NDBDatabaseMigrationPackageVersion>1.1.0</NDBDatabaseMigrationPackageVersion>
|
<NDBDatabaseMigrationPackageVersion>1.1.1</NDBDatabaseMigrationPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue