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

Commit 67334c3

Browse files
updated assembly info
1 parent f111e09 commit 67334c3

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Editor/AssemblyInfo.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
// Copyright (c) XRTK. All rights reserved.
1+
// Copyright (c) XRTK. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
#define XRTK_SDK_EDITOR
5+
6+
using System.Reflection;
7+
8+
[assembly: AssemblyVersion("0.2.6")]
9+
[assembly: AssemblyTitle("com.xrtk.sdk.editor")]
10+
[assembly: AssemblyCompany("XRTK")]
11+
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

Runtime/AssemblyInfo.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
// Copyright (c) XRTK. All rights reserved.
1+
// Copyright (c) XRTK. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
#define XRTK_SDK
5+
6+
using System.Reflection;
7+
8+
[assembly: AssemblyVersion("0.2.6")]
9+
[assembly: AssemblyTitle("com.xrtk.sdk")]
10+
[assembly: AssemblyCompany("XRTK")]
11+
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")]

0 commit comments

Comments
 (0)