Skip to content

Commit

Permalink
* Updating package version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NibbleByte committed Jun 14, 2021
1 parent 5807018 commit 443efa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/DevLocker/VersionControl/WiseSVN/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devlocker.versioncontrol.wisesvn",
"displayName": "WiseSVN",
"version": "1.3.7",
"version": "1.3.8",
"unity": "2018.4",
"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) and SnailSVN (for MacOS) 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 443efa7

Please sign in to comment.