mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-06 02:09:44 +03:00
Update THIRDPARTY.md and plugin.cfg to use newer values
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The Godot Git Plugin source code uses the following third-party source code:
|
The Godot Git Plugin source code uses the following third-party source code:
|
||||||
|
|
||||||
1. godotengine/godot-cpp - MIT License - https://github.com/godotengine/godot-cpp/tree/8ba1c059da5e97428d40612dd0afc2be4079b5c6
|
1. godotengine/godot-cpp - MIT License - https://github.com/godotengine/godot-cpp/tree/02336831735fd6affbe0a6fa252ec98d3e78120c
|
||||||
2. libgit2/libgit2 - GPLv2 with a special Linking Exception - https://github.com/libgit2/libgit2/tree/b7bad55e4bb0a285b073ba5e02b01d3f522fc95d
|
2. libgit2/libgit2 - GPLv2 with a special Linking Exception - https://github.com/libgit2/libgit2/tree/b7bad55e4bb0a285b073ba5e02b01d3f522fc95d
|
||||||
3. libssh2/libssh2 - BSD-3-Clause License - https://github.com/libssh2/libssh2/tree/635caa90787220ac3773c1d5ba11f1236c22eae8
|
3. libssh2/libssh2 - BSD-3-Clause License - https://github.com/libssh2/libssh2/tree/635caa90787220ac3773c1d5ba11f1236c22eae8
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
name="Godot Git Plugin"
|
name="Godot Git Plugin"
|
||||||
description="This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki"
|
description="This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki"
|
||||||
author="ChronicallySerious"
|
author="twaritwaikar"
|
||||||
version="v3.0.0"
|
version="v3.0.0-beta1"
|
||||||
script="git_plugin.gdns"
|
script="godot-git-plugin.gd"
|
||||||
|
|||||||
@@ -16,3 +16,7 @@ config/features=PackedStringArray("4.0")
|
|||||||
|
|
||||||
version_control/plugin_name="GitPlugin"
|
version_control/plugin_name="GitPlugin"
|
||||||
version_control/autoload_on_startup=true
|
version_control/autoload_on_startup=true
|
||||||
|
|
||||||
|
[editor_plugins]
|
||||||
|
|
||||||
|
enabled=PackedStringArray()
|
||||||
|
|||||||
Reference in New Issue
Block a user