Skip to content

Commit

Permalink
chore(project): upgrade to Unity 2021.3.31f1 and UIComponents 1.0.0-b…
Browse files Browse the repository at this point in the history
…eta.8
  • Loading branch information
jonisavo committed Oct 14, 2023
1 parent c141308 commit 2484f9a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public IEnumerator It_Times_Out_After_Given_Milliseconds()
process.StartInfo.WorkingDirectory = Directory.GetCurrentDirectory();

var gitProcess = new GitProcess(process);
gitProcess.SetTimeout(1);
gitProcess.SetTimeout(10);

var task = gitProcess.Run();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using LibGit2Sharp;
using UIComponents;
using UnityEngine;

namespace UnityGit.Core.Services
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace UnityGit.Core.Services
public interface IGitCommandService
{
Task<GitProcessResult> Run(GitCommandInfo info);

bool IsRunning { get; }
}

[Dependency(typeof(IProgressService), provide: typeof(ProgressService))]
Expand Down
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ide.rider": "3.0.25",
"com.unity.ide.visualstudio": "2.0.21",
"com.unity.collab-proxy": "2.1.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
"io.savolainen.uicomponents": "1.0.0-beta.6",
"io.savolainen.uicomponents": "1.0.0-beta.8",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "2.0.7",
"version": "2.1.0",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -22,7 +22,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.25",
"version": "3.0.26",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.21",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"dependencies": {}
},
"io.savolainen.uicomponents": {
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.8",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.29f1
m_EditorVersionWithRevision: 2021.3.29f1 (204d6dc9ae1c)
m_EditorVersion: 2021.3.31f1
m_EditorVersionWithRevision: 2021.3.31f1 (3409e2af086f)

0 comments on commit 2484f9a

Please sign in to comment.