Did cleanup of code base for .NET core version.

This commit is contained in:
2020-01-17 18:20:52 +01:00
parent f549bf036a
commit 67889a9ac8

View File

@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("OneDriveArchiver")] [assembly: AssemblyTitle("OneDriveArchiver")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("JR IT Services OneDrive Archiving Tool")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("JR IT Services")]
[assembly: AssemblyProduct("OneDriveArchiver")] [assembly: AssemblyProduct("OneDriveArchiver")]
[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyCopyright("Copyright © 2019 Johannes Rest")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("Johannes Rest")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible