Skip to content

Commit

Permalink
Merge pull request #8 from atel0/develop
Browse files Browse the repository at this point in the history
-update: version to 0.0.1.2
  • Loading branch information
atel0 authored Jan 24, 2019
2 parents 915ba82 + d9d5efe commit d41deac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ AAEmu.Login/bin/
AAEmu.Login/obj/
AAEmu.Game/Data/compact.sqlite3
AAEmu.Game/Data/Worlds/*/hmap.dat
publish/
2 changes: 1 addition & 1 deletion AAEmu.Game/AAEmu.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeIdentifiers>win7-x64;win7-x86;win8-x64;win8-x86;win81-x64;win81-x86;win10-x64;win10-x86;centos.7-x64;debian.9-x64;ubuntu.18.04-x64;sles-x64;sles.12-x64;sles.12.1-x64;sles.12.2-x64;sles.12.3-x64;alpine-x64;alpine.3.7-x64</RuntimeIdentifiers>
<VersionPrefix>0.0.1.1</VersionPrefix>
<VersionPrefix>0.0.1.2</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion AAEmu.Game/ExampleConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Port": "3306",
"User": "root",
"Password": "",
"Database": "aaemu"
"Database": "aaemu_game"
}
},
"CharacterNameRegex": "^[a-zA-Z0-9а-яА-Я]{1,18}$",
Expand Down
2 changes: 1 addition & 1 deletion AAEmu.Login/AAEmu.Login.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeIdentifiers>win7-x64;win7-x86;win8-x64;win8-x86;win81-x64;win81-x86;win10-x64;win10-x86;centos.7-x64;debian.9-x64;ubuntu.18.04-x64;sles-x64;sles.12-x64;sles.12.1-x64;sles.12.2-x64;sles.12.3-x64;alpine-x64;alpine.3.7-x64</RuntimeIdentifiers>
<VersionPrefix>0.0.1.1</VersionPrefix>
<VersionPrefix>0.0.1.2</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion AAEmu.Login/ExampleConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Port": "3306",
"User": "root",
"Password": "",
"Database": "aaemu"
"Database": "aaemu_login"
}
}
}
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!bin/bash

VERSION_PREFIX=0.0.1.1
VERSION_PREFIX=0.0.1.2
VERSION_SUFFIX=alpha

FRAMEWORK=netcoreapp2.2
Expand Down

0 comments on commit d41deac

Please sign in to comment.