Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 1, 2022
1 parent 092827e commit 4ab74cf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 76 deletions.
22 changes: 0 additions & 22 deletions samples/netcore/linux/Wexflow/Wexflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,6 @@
<Setting name="tasksNamesFile" value="/opt/wexflow/Wexflow/TasksNames.json" />
<Setting name="tasksSettingsFile" value="/opt/wexflow/Wexflow/TasksSettings.json" />
<Setting name="globalVariablesFile" value="/opt/wexflow/Wexflow/GlobalVariables.xml" />
<!-- LiteDB or MongoDB or RavenDB or PostgreSQL or SQLServer or MySQL or SQLite or Firebird or Oracle or MariaDB -->
<Setting name="dbType" value="LiteDB" />
<!-- LiteDB -->
<Setting name="connectionString" value="Filename=/opt/wexflow/Wexflow/Database/Wexflow.db; Connection=direct" />
<!-- MongoDB. SslProtocols: None|Ssl2|Ssl3|Tls|Default|Tls11|Tls12 -->
<!-- <Setting name="connectionString" value="Database=wexflow_netcore;MongoUrl=mongodb://localhost:27017;EnabledSslProtocols=false;SslProtocols=None" /> -->
<!-- RavenDB -->
<!-- <Setting name="connectionString" value="Database=wexflow_netcore;RavenUrl=http://localhost:8080" /> -->
<!-- PostgreSQL -->
<!--<Setting name="connectionString" value="Server=127.0.0.1;User Id=postgres;Password=pwd;Database=wexflow_netcore;" />-->
<!-- SQLServer -->
<!--<Setting name="connectionString" value="Server=127.0.0.1;User Id=wexflow;Password=pwd;Database=wexflow_netcore;" />-->
<!--<Setting name="connectionString" value="Server=127.0.0.1;Trusted_Connection=True;Database=wexflow_netcore;" />-->
<!--<Setting name="connectionString" value="Server=AELASSAS-PC\SQLEXPRESS01;Trusted_Connection=True;Database=wexflow_netcore;" />-->
<!-- MySQL -->
<!--<Setting name="connectionString" value="Server=localhost;Database=wexflow_netcore;Uid=root;Pwd=password;" />-->
<!-- SQLite -->
<!--<Setting name="connectionString" value="Data Source=/opt/wexflow/Wexflow/Database/Wexflow.sqlite;Version=3;" />-->
<!-- Firebird -->
<!--<Setting name="connectionString" value="User=SYSDBA;Password=password;Database=/opt/firebird/data/WEXFLOW_NETCORE.FDB;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;" /> -->
<!-- Oracle -->
<!--<Setting name="connectionString" value="Data Source=localhost:1521/wexflowdc;User Id=SYSTEM;Password=password;" />-->
<!-- MariaDB -->
<!--<Setting name="connectionString" value="SERVER=localhost;PORT=3306;DATABASE=wexflow_netcore;USER=root;PASSWORD=password;" />-->
</Wexflow>
22 changes: 0 additions & 22 deletions samples/netcore/macos/Wexflow/Wexflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,6 @@
<Setting name="tasksNamesFile" value="/Applications/wexflow/Wexflow/TasksNames.json" />
<Setting name="tasksSettingsFile" value="/Applications/wexflow/Wexflow/TasksSettings.json" />
<Setting name="globalVariablesFile" value="/Applications/wexflow/Wexflow/GlobalVariables.xml" />
<!-- LiteDB or MongoDB or RavenDB or PostgreSQL or SQLServer or MySQL or SQLite or Firebird or Oracle or MariaDB -->
<Setting name="dbType" value="LiteDB" />
<!-- LiteDB -->
<Setting name="connectionString" value="Filename=/Applications/wexflow/Wexflow/Database/Wexflow.db; Connection=direct" />
<!-- MongoDB. SslProtocols: None|Ssl2|Ssl3|Tls|Default|Tls11|Tls12 -->
<!--<Setting name="connectionString" value="Database=wexflow_netcore;MongoUrl=mongodb://localhost:27017;EnabledSslProtocols=false;SslProtocols=None" />-->
<!-- RavenDB -->
<!--<Setting name="connectionString" value="Database=wexflow_netcore;RavenUrl=http://localhost:8080" />-->
<!-- PostgreSQL -->
<!--<Setting name="connectionString" value="Server=127.0.0.1;User Id=postgres;Password=pwd;Database=wexflow_netcore;" />-->
<!-- SQLServer -->
<!--<Setting name="connectionString" value="Server=127.0.0.1;User Id=wexflow;Password=pwd;Database=wexflow_netcore;" />-->
<!--<Setting name="connectionString" value="Server=127.0.0.1;Trusted_Connection=True;Database=wexflow_netcore;" />-->
<!--<Setting name="connectionString" value="Server=AELASSAS-PC\SQLEXPRESS01;Trusted_Connection=True;Database=wexflow_netcore;" />-->
<!-- MySQL -->
<!--<Setting name="connectionString" value="Server=localhost;Database=wexflow_netcore;Uid=root;Pwd=password;" />-->
<!-- SQLite -->
<!--<Setting name="connectionString" value="Data Source=/Applications/wexflow/Wexflow/Database/Wexflow.sqlite;Version=3;" />-->
<!-- Firebird -->
<!--<Setting name="connectionString" value="User=SYSDBA;Password=password;Database=/Applications/firebird/data/WEXFLOW_NETCORE.FDB;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;" />-->
<!-- Oracle -->
<!--<Setting name="connectionString" value="Data Source=localhost:1521/wexflowdc;User Id=SYSTEM;Password=password;" />-->
<!-- MariaDB -->
<!--<Setting name="connectionString" value="SERVER=localhost;PORT=3306;DATABASE=wexflow_netcore;USER=root;PASSWORD=password;" />-->
</Wexflow>
64 changes: 32 additions & 32 deletions src/net/Wexflow.Core/Wexflow.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,45 @@
<copyright>Copyright (c) 2017-2020 Akram El Assas.</copyright>
<tags>Wexflow Workflow</tags>
<dependencies>
<group targetFramework="net461">
<dependency id="log4net" version="2.0.8" />
<dependency id="Newtonsoft.Json" version="12.0.3" />
<dependency id="Quartz" version="3.0.7" />
<group targetFramework="net48">
<dependency id="log4net" version="2.0.15" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Quartz" version="3.5.0" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="log4net" version="2.0.8" />
<dependency id="Newtonsoft.Json" version="12.0.3" />
<dependency id="Quartz" version="3.0.7" />
<group targetFramework="net6.0">
<dependency id="log4net" version="2.0.15" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Quartz" version="3.5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\..\..\LICENSE.txt" />

<file src=".\bin\Debug\Wexflow.Core.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.LiteDB.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.MongoDB.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.RavenDB.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.PostgreSQL.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.SQLServer.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.MySQL.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.SQLite.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.Firebird.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.Oracle.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.Db.MariaDB.dll" target="lib\net461" />
<file src=".\bin\Debug\Wexflow.Core.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.LiteDB.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.MongoDB.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.RavenDB.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.PostgreSQL.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.SQLServer.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.MySQL.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.SQLite.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.Firebird.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.Oracle.dll" target="lib\net48" />
<file src=".\bin\Debug\Wexflow.Core.Db.MariaDB.dll" target="lib\net48" />

<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.LiteDB.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.MongoDB.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.RavenDB.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.PostgreSQL.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.SQLServer.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.MySQL.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.SQLite.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.Firebird.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.Oracle.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\netcoreapp3.1\Wexflow.Core.Db.MariaDB.dll" target="lib\netcoreapp3.1" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.LiteDB.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.MongoDB.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.RavenDB.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.PostgreSQL.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.SQLServer.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.MySQL.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.SQLite.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.Firebird.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.Oracle.dll" target="lib\net6.0" />
<file src="..\..\..\src\netcore\Wexflow.Core\bin\Debug\net6.0\Wexflow.Core.Db.MariaDB.dll" target="lib\net6.0" />
</files>
</package>

0 comments on commit 4ab74cf

Please sign in to comment.