Page 1 of 1

Git Tag 1.9.7.3566

PostPosted: Fri Dec 04, 2015 7:51 am
by Leodagan
Release : https://github.com/Dawn-of-Light/DOLSha ... 1.9.7.3566

Merge pull request #3 from dol-leodagan/master : https://github.com/Dawn-of-Light/DOLSharp/pull/3

Commited by Leodagan

@dol-leodagan Update README.md …
6765151
@dol-leodagan Updated : Adding NuGet Dependencies for Dependencies
d2ab6c5
@dol-leodagan Updated : Changed DLL References to match Nuget Dependencies
252825e
@dol-leodagan Removed : Shared Modules Binary Dependencies
494769f
@dol-leodagan Updated : Reference to SQLite architecture binaries …
bd6e992
@dol-leodagan Revert "Removed : Shared Modules Binary Dependencies" …
27f7be4
@dol-leodagan Added : Appveyor AutoBuild Configuration
7fe9ad7
@dol-leodagan Updated : appveyor.yml wrong format ?

23 changed files with 115 additions and 436 deletions.

Modified : .gitignore
Modified : DOLBase/DOLBase.csproj
Modified : DOLConfig/DOLConfig.csproj
Modified : DOLDatabase/DOLDatabase.csproj
Modified : DOLServer/DOLServer.csproj
Added : DOLServer/packages.config
Modified : GameServer/GameServer.csproj
Modified : GameServerScripts/GameServerScripts.csproj
Modified : README.md
Modified : UnitTests/UnitTests.csproj
Added : appveyor.yml
Removed : sharedModules/ICSharpCode.SharpZLib/ICSharpCode.SharpZipLib.dll
Removed : sharedModules/ICSharpCode.SharpZLib/SharpZLib.license.txt
Removed : sharedModules/MySQL/MySql.Data.dll
Removed : sharedModules/SQLite/System.Data.SQLite.Linq.dll
Removed : sharedModules/SQLite/System.Data.SQLite.dll
Removed : sharedModules/SQLite/x64/SQLite.Interop.dll
Removed : sharedModules/SQLite/x86/SQLite.Interop.dll
Removed : sharedModules/log4net/log4net.dll
Removed : sharedModules/log4net/log4net.license.txt
Removed : sharedModules/nunit/nunit.core.dll
Removed : sharedModules/nunit/nunit.framework.dll
Removed : sharedModules/nunit/nunit.license.txt

Re: Git Tag 1.9.7.3566

PostPosted: Fri Dec 04, 2015 7:54 am
by Leodagan
This is a proposal of "Revision"-Post like HunabKu did before, with SVN Revision...

It's not easy to sum-up Pull Request like a Simple SVN Commit, Git is really made to track the smallest changes and Merge them as "Set"

Re: Git Tag 1.9.7.3566

PostPosted: Fri Dec 04, 2015 11:16 am
by HunabKu
Thanks for this benefic merge ;-)

Re: Git Tag 1.9.7.3566

PostPosted: Mon Dec 07, 2015 8:11 pm
by Graveen
Yes, it's fine. TY

Re: Git Tag 1.9.7.3566

PostPosted: Thu Dec 10, 2015 6:13 pm
by saltyteabag
Does this mean I don't need the SQLite DLL anymore?

Re: Git Tag 1.9.7.3566

PostPosted: Thu Dec 10, 2015 6:42 pm
by Leodagan
It'll be downloaded as Nuget Dependencies when Building with visual studio (or using package manager "restore" in most IDE)

If you only use the Release Build Zip archive to install DOL Server, every libraries are included :)

But we can't remove SQLite DLL even when using MySQL, this is not a dynamic library loading update, just a release build automation update