Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
update / confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
takunology committed Mar 8, 2021
1 parent 7ffc4da commit ad557ce
Show file tree
Hide file tree
Showing 21 changed files with 118 additions and 2 deletions.
Binary file not shown.
Binary file modified MinecraftConnectionCore/.vs/MinecraftConnectionCore/v16/.suo
Binary file not shown.
5 changes: 3 additions & 2 deletions SampleApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Net;
using System.Threading.Tasks;
using MinecraftConnectionCore;

namespace SampleApp
Expand All @@ -9,11 +10,11 @@ class Program
private static IPAddress Address = IPAddress.Parse("127.0.0.1");
private static ushort Port = 25575;
private static string Pass = "minecraft";
private static MinecraftCommands Command = new MinecraftCommands(Address, Port, Pass);
private static MinecraftCommands command = new MinecraftCommands(Address, Port, Pass);

static void Main(string[] args)
{
Command.SendCommand("/time set 0");
command.SendCommand("/time set 0");
}
}
}
Binary file added SampleApp/bin/Debug/netcoreapp3.1/CoreRCON.dll
Binary file not shown.
77 changes: 77 additions & 0 deletions SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"ExampleApp/1.0.0": {
"dependencies": {
"MinecraftConnectionCore": "1.0.0-beta1"
},
"runtime": {
"ExampleApp.dll": {}
}
},
"CoreRCON/5.0.0": {
"dependencies": {
"System.IO.Pipelines": "4.7.2"
},
"runtime": {
"lib/netstandard2.0/CoreRCON.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.0"
}
}
},
"MinecraftConnectionCore/1.0.0-beta1": {
"dependencies": {
"CoreRCON": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/MinecraftConnectionCore.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"System.IO.Pipelines/4.7.2": {
"runtime": {
"lib/netcoreapp3.0/System.IO.Pipelines.dll": {
"assemblyVersion": "4.0.2.1",
"fileVersion": "4.700.20.21406"
}
}
}
}
},
"libraries": {
"ExampleApp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CoreRCON/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hPZWvuIT+nivgTwpRePMtBh28ldy5g2Orsvh/nU9gpNNL7JiWGeN5yh6JO4wxDOT3WhR1RuIeH8jBoRV8cN4ZA==",
"path": "corercon/5.0.0",
"hashPath": "corercon.5.0.0.nupkg.sha512"
},
"MinecraftConnectionCore/1.0.0-beta1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ny6tPEmdzdm2o1iGSzAiRbPS8fzK4FyUE91tYDu8WK9hitm6nRY59CYdNnWSlY8dfPzbl1suQCdYCHAo3vTR6g==",
"path": "minecraftconnectioncore/1.0.0-beta1",
"hashPath": "minecraftconnectioncore.1.0.0-beta1.nupkg.sha512"
},
"System.IO.Pipelines/4.7.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rGIIhoY3lUdn9rWeuGdgeZZ0P+SpJ1wZI5g8TnXqgvuhFgUP7iP9Nt5FZebYInQZQxqnwjPxdYYBE5l/8PJmqQ==",
"path": "system.io.pipelines/4.7.2",
"hashPath": "system.io.pipelines.4.7.2.nupkg.sha512"
}
}
}
Binary file added SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.dll
Binary file not shown.
Binary file added SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.exe
Binary file not shown.
Binary file added SampleApp/bin/Debug/netcoreapp3.1/ExampleApp.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\takun\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\takun\\.nuget\\packages",
"C:\\Microsoft\\Xamarin\\NuGet",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
759f680cdfd70f1f0925f925a17fd72d3d8d257e
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.exe
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.deps.json
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.runtimeconfig.json
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.runtimeconfig.dev.json
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.dll
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\ExampleApp.pdb
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\CoreRCON.dll
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\MinecraftConnectionCore.dll
F:\GitHub\MinecraftConnectionCore\SampleApp\bin\Debug\netcoreapp3.1\System.IO.Pipelines.dll
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csprojAssemblyReference.cache
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.AssemblyInfoInputs.cache
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.AssemblyInfo.cs
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csproj.CoreCompileInputs.cache
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.csproj.CopyComplete
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.dll
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.pdb
F:\GitHub\MinecraftConnectionCore\SampleApp\obj\Debug\netcoreapp3.1\ExampleApp.genruntimeconfig.cache
Binary file not shown.
Binary file added SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a4fa456d96bb5e7616471a9b94346b1ad69437cf
Binary file added SampleApp/obj/Debug/netcoreapp3.1/ExampleApp.pdb
Binary file not shown.
Binary file added SampleApp/obj/Debug/netcoreapp3.1/apphost.exe
Binary file not shown.
Binary file not shown.

0 comments on commit ad557ce

Please sign in to comment.