Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit f83837b

Browse files
[skip-ci] 0.3.5
1 parent 4bc1bc9 commit f83837b

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

XRTK-Core/Packages/com.xrtk.core/Editor/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("0.3.4")]
8+
[assembly: AssemblyVersion("0.3.5")]
99
[assembly: AssemblyTitle("com.xrtk.core.editor")]
1010
[assembly: AssemblyCompany("XRTK")]
1111
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

XRTK-Core/Packages/com.xrtk.core/Editor/BuildPipeline/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System.Reflection;
55

6-
[assembly: AssemblyVersion("0.3.4")]
6+
[assembly: AssemblyVersion("0.3.5")]
77
[assembly: AssemblyTitle("com.xrtk.editor.buildpipeline")]
88
[assembly: AssemblyCompany("XRTK")]
99
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

XRTK-Core/Packages/com.xrtk.core/Runtime/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Reflection;
77
using System.Runtime.CompilerServices;
88

9-
[assembly: AssemblyVersion("0.3.4")]
9+
[assembly: AssemblyVersion("0.3.5")]
1010
[assembly: AssemblyTitle("com.xrtk.core")]
1111
[assembly: AssemblyCompany("XRTK")]
1212
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

XRTK-Core/Packages/com.xrtk.core/Tests/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System.Reflection;
55

6-
[assembly: AssemblyVersion("0.3.4")]
6+
[assembly: AssemblyVersion("0.3.5")]
77
[assembly: AssemblyTitle("com.xrtk.tests")]
88
[assembly: AssemblyCompany("XRTK")]
99
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

XRTK-Core/Packages/com.xrtk.core/Tests/Services/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Reflection;
55
using System.Runtime.CompilerServices;
66

7-
[assembly: AssemblyVersion("0.3.4")]
7+
[assembly: AssemblyVersion("0.3.5")]
88
[assembly: AssemblyTitle("com.xrtk.core.tests.services")]
99
[assembly: AssemblyCompany("XRTK")]
1010
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

XRTK-Core/Packages/com.xrtk.core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Mixed Reality",
1111
"DI"
1212
],
13-
"version": "0.3.5-preview.1",
13+
"version": "0.3.5",
1414
"unity": "2021.3",
1515
"license": "MIT",
1616
"repository": {
@@ -27,4 +27,4 @@
2727
"com.unity.editorcoroutines": "1.0.0",
2828
"com.unity.addressables": "1.19.19"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)