mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
d7d71d9ff1
1. Add solution level AssemblyInfo file 2. Bump assembly version 3. Fix #324
5 lines
176 B
C#
5 lines
176 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Wox.UpdateFeedGenerator")]
|
|
[assembly: Guid("2f3420c0-2c21-4f71-a45d-a47b5305fe20")] |