Skip to content

Commit

Permalink
* Updated package version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NibbleByte committed Apr 19, 2024
1 parent 3bed70c commit 6c8d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devlocker.versioncontrol.wisesvn",
"displayName": "WiseSVN",
"version": "1.5.4",
"version": "1.5.5",
"unity": "2022.3.8f1",
"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.",
"category": "VersionControl",
Expand Down

0 comments on commit 6c8d2bb

Please sign in to comment.