Compare commits

...

6 Commits

Author SHA1 Message Date
JustArchi
b51e4c459c Fix ASF being unable to chmod +x things anymore 2020-11-17 14:13:36 +01:00
JustArchi
f4a4f0c19d Update Directory.Build.props 2020-11-17 11:55:11 +01:00
JustArchi
88c659ac77 Update TrimmerRoots.xml 2020-11-17 11:50:00 +01:00
GitHub Action
49841fa27e Automatic translations update 2020-11-17 02:08:37 +00:00
dependabot-preview[bot]
96ed2fa316 Bump wiki from d586a43 to 1b93223
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `d586a43` to `1b93223`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](d586a43238...1b932239e3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-17 01:32:28 +00:00
JustArchi
39c5529de0 Bump 2020-11-16 19:21:39 +01:00
4 changed files with 10 additions and 4 deletions

View File

@@ -215,8 +215,10 @@ namespace ArchiSteamFarm {
internal const uint EnableQuickEditMode = 0x0040; internal const uint EnableQuickEditMode = 0x0040;
internal const sbyte StandardInputHandle = -10; internal const sbyte StandardInputHandle = -10;
[DllImport("libc", CharSet = CharSet.Unicode, EntryPoint = "chmod", SetLastError = true)] #pragma warning disable CA2101
[DllImport("libc", EntryPoint = "chmod", SetLastError = true)]
internal static extern int Chmod(string path, int mode); internal static extern int Chmod(string path, int mode);
#pragma warning restore CA2101
[DllImport("kernel32.dll")] [DllImport("kernel32.dll")]
internal static extern bool GetConsoleMode(IntPtr hConsoleHandle, out uint lpMode); internal static extern bool GetConsoleMode(IntPtr hConsoleHandle, out uint lpMode);

View File

@@ -1,4 +1,8 @@
<linker> <linker>
<!-- We include System.Runtime for plugins usage --> <!-- All below entries are dedicated to our official STD plugin -->
<assembly fullname="System.Collections.Immutable">
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
</assembly>
<assembly fullname="System.Runtime" /> <assembly fullname="System.Runtime" />
</linker> </linker>

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>5.0.0.0</Version> <Version>5.0.0.2</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

2
wiki

Submodule wiki updated: d586a43238...748e0087ff