-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from takunology/2.0.1-dev
release 2.0.1
- Loading branch information
Showing
23 changed files
with
52 additions
and
16 deletions.
There are no files selected for viewing
Binary file added
BIN
+57.6 KB
...ction/.vs/MinecraftConnection/FileContentIndex/60f65089-13bb-40d8-9c84-97101e06b955.vsidx
Binary file not shown.
Binary file renamed
BIN
+7.15 KB
...43d44ba-3281-4aff-8989-0681fb6b4f0a.vsidx → ...138a885-3960-435f-a14c-026d99d9e6e0.vsidx
Binary file not shown.
Binary file removed
BIN
-54.5 KB
...ction/.vs/MinecraftConnection/FileContentIndex/f20665c7-ae4e-4442-ac47-95117e743d34.vsidx
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+45 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/MinecraftConnection.2.0.0.nupkg
Binary file not shown.
Binary file added
BIN
+23.5 KB
MinecraftConnection/MinecraftConnection/bin/Release/MinecraftConnection.2.0.1.nupkg
Binary file not shown.
Binary file modified
BIN
+45 Bytes
(100%)
...on/MinecraftConnection/bin/Release/netstandard2.0/publish/MinecraftConnection.2.0.0.nupkg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/netstandard2.1/MinecraftConnection.dll
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/netstandard2.1/MinecraftConnection.pdb
Binary file not shown.
Binary file added
BIN
+23.5 KB
...on/MinecraftConnection/bin/Release/netstandard2.1/publish/MinecraftConnection.2.0.1.nupkg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
MinecraftConnection/MinecraftConnection/obj/Release/MinecraftConnection.2.0.1.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>MinecraftConnection</id> | ||
<version>2.0.1</version> | ||
<authors>Takumi Okawa (Takunology)</authors> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<icon>MCLogo.png</icon> | ||
<projectUrl>https://www.mcwithcode.com/</projectUrl> | ||
<description>MinecraftConnection is a library for sending commands via RCON using C# to support you learn and automate your programming. It can be run on a vanilla server as well as a Spigot server, including plugins. Before running the program, you need to start a Minecraft server that allows RCON connections.</description> | ||
<releaseNotes>Version 2.0.1 | ||
|
||
- Add DisplayMessage() method</releaseNotes> | ||
<copyright>Copyright (c) 2021 Takumi Okawa (Takunology)</copyright> | ||
<tags>Minecraft</tags> | ||
<repository type="git" url="https://github.com/takunology/MinecraftConnection" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.1"> | ||
<dependency id="System.Text.Json" version="6.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="D:\GitHub\MinecraftConnection\MinecraftConnection\MinecraftConnection\bin\Release\netstandard2.1\MinecraftConnection.dll" target="lib\netstandard2.1\MinecraftConnection.dll" /> | ||
<file src="D:\GitHub\MinecraftConnection\MinecraftConnection\MinecraftConnection\MCLogo.png" target="MCLogo.png" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...necraftConnection/obj/Release/netstandard2.1/MinecraftConnection.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1a69108a1ba5a96e1599f4a7f2e1f2e92c85fcc5 | ||
7578404fe2289ba3d2b07d19842f022e6678767b |
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/MinecraftConnection/obj/Release/netstandard2.1/MinecraftConnection.dll
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
MinecraftConnection/MinecraftConnection/obj/Release/netstandard2.1/MinecraftConnection.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
MinecraftConnection/MinecraftConnection/obj/project.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters