Skip to content

1.9.7.3701

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 11:41
· 328 commits to master since this release
b090e23
Adjust naming to NetCore and .Net6 accordingly
Rename Net5 to NetCore folder
Add references in DOLScriptCompiler by default
    Add System.Security.Cryptography.Algorithms and .Primitives to .Net5 ScriptCompiler
Replace Hash constructor with static factory
    Constructors have been deprecated
Remove unused methods in Util
Update to .Net6
Update packages
    System.Text.Encodings.CodePages 5.0.0 -> 6.0.0
    System.Resources.Extensions 5.0.0 -> 6.0.0
    System.ServiceProcess.ServiceController 5.0.0 -> 6.0.0
    System.Diagnostics.PerformanceCounter 5.0.1 -> 6.0.0
    Microsoft.CodeAnalysis.CSharp 3.11.0 -> 4.0.1
    Microsoft.NET.Test.Sdk 16.11.0 -> 17.0.0
    Microsoft.Data.Sqlite 5.0.11 -> 5.0.12
    log4net 2.0.12 -> 2.0.13
    MySqlConnector 1.3.14 -> 2.0.0
    NUnit3TestAdapter 4.0.0 -> 4.1.0
Fix Docker Build Actions and add Documentation
Creating a Docker Build and Push Action
    Adding (manual) Docker release workflows for .Net5 and Framework
    Updating create_release workflow for better readability
    Use output variable for version/date in create_release instead of text file
Cleanup .Net5 build output (#362)
    Remove GameServerScripts.dll from build output
    Remove satellite resource languages from build
    Remove ref folder from build output
    Remove unused redundant libraries
Add SQLite Binaries for Linux / OSX to Windows Release (#361)
Github Actions Build with more verbosity (#359)
    Set verbosity of `dotnet build` to normal
Replace MySql.Data with MySqlConnector
Remove MySql.Data from DOLConfig (#355)
    Remove default options from ConnectionString
Hotfix: Workflow failing (#357)
    Builds are now cross-platform
    Remove Linux specific build
Change SQLite driver to Microsoft.Data.Sqlite
    Make builds cross-platform
    Fix Sqlite on ARM
    Change default Journal Mode to memory