chore: separate 4-series and 3-series assembly info

This commit is contained in:
Andrew Welker
2022-05-22 08:36:01 -06:00
parent 36019f510a
commit c71ea4aab9
2 changed files with 8 additions and 1 deletions

View File

@@ -128,7 +128,7 @@
<Compile Include="PasswordManagement\Constants.cs" />
<Compile Include="PasswordManagement\PasswordClient.cs" />
<Compile Include="PasswordManagement\PasswordManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\4-Series\AssemblyInfo.cs" />
<Compile Include="SystemInfo\EventArgs and Constants.cs" />
<Compile Include="SystemInfo\SystemInfoConfig.cs" />
<Compile Include="SystemInfo\SystemInfoToSimpl.cs" />

View File

@@ -0,0 +1,7 @@
[assembly: System.Reflection.AssemblyTitle("Pepperdash_Core")]
[assembly: System.Reflection.AssemblyCompany("PepperDash Technology Corp")]
[assembly: System.Reflection.AssemblyProduct("Pepperdash_Core")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © PepperDash 2019")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]
[assembly: Crestron.SimplSharp.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]