mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
d7d71d9ff1
1. Add solution level AssemblyInfo file 2. Bump assembly version 3. Fix #324
5 lines
161 B
C#
5 lines
161 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Wox.Core")]
|
|
[assembly: Guid("693aa0e5-741b-4759-b740-fdbb011a3280")] |