Description and Company name Fixed (#14785)

* Description and Company name Fixed

* PowerToys Run fix
This commit is contained in:
ChaseKnowlden
2021-12-07 01:04:11 -05:00
committed by GitHub
parent 52a237c355
commit aa376a2c0d
3 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Import Project="..\..\..\Version.props" />
<PropertyGroup>
<AssemblyTitle>ColorPickerUI</AssemblyTitle>
<AssemblyTitle>PowerToys ColorPicker</AssemblyTitle>
<Company>Microsoft Corporation</Company>
<AssemblyDescription>PowerToys ColorPicker</AssemblyDescription>
<AssemblyCompany>Microsoft Corp.</AssemblyCompany>
<AssemblyCopyright>Copyright (C) 2020 Microsoft Corporation</AssemblyCopyright>