Skip to content

Commit dbc00cf

Browse files
committed
recompiled support library
1 parent 2fe9300 commit dbc00cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PsFCIV.Support/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("PsFCIV.Support")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("PowerShell File Checksum Integrity Verifier")]
9+
[assembly: AssemblyDescription("Support library")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Sysadmins LV")]
1212
[assembly: AssemblyProduct("PsFCIV.Support")]
13-
[assembly: AssemblyCopyright("Copyright © 2021")]
13+
[assembly: AssemblyCopyright("Copyright © Sysadmins LV 2021-2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

PsFCIV/lib/PsFCIV.Support.dll

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)