Skip to content

Commit 3b166b6

Browse files
committed
Fixed invalid package definition.
1 parent a236b9b commit 3b166b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devlocker.versioncontrol.wisesvn",
33
"displayName": "WiseSVN",
44
"version": "1.5.6",
5-
"unity": "2022.3.8f1",
5+
"unity": "2022.3",
66
"description": "Simple but powerful SVN integration.\nHooks up to Unity move and delete file operations and executes respective svn commands to stay in sync. Handles meta files as well.\nMoving assets to unversioned folder will ask the user to add that folder to SVN as well.\nMoving folders / files that have conflicts will be rejected.\nWill work with other tools as long as they move assets using Unity API.\nProvides assets context menu for manual SVN operations like commit, update, revert etc.\n\nPrerequisites:\n - SVN CLI (Command Line Interface) needs to be installed (TortoiseSVN has it available).\n - Menu items work with TortoiseSVN (for Windows), SnailSVN (for MacOS) or RabbitVCS (for Linux) clients.\n\nUsage: \"Assets/SVN/...\".\n\nWARNING: Never focus Unity while the project updating in the background. Newly added asset guids may get corrupted in which case the Library folder needs to be deleted.\nPreferred workflow is to always work inside Unity - use the \"Assets/SVN/...\" menus. \"Assets/SVN/Update All\" will block Unity while updating, to avoid Unity processing assets at the same time.",
77
"category": "VersionControl",
88
"keywords": [

0 commit comments

Comments
 (0)