Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 90199a8

Browse files
committed
Update AssemblyInfo.cs
1 parent f007d34 commit 90199a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

AssignmentReminder/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -10,7 +9,7 @@
109
[assembly: AssemblyConfiguration( "" )]
1110
[assembly: AssemblyCompany( "" )]
1211
[assembly: AssemblyProduct( "Assignment Reminder" )]
13-
[assembly: AssemblyCopyright( "Copyright © LambdaGaming 2020" )]
12+
[assembly: AssemblyCopyright( "Copyright © LambdaGaming 2020" )]
1413
[assembly: AssemblyTrademark( "" )]
1514
[assembly: AssemblyCulture( "" )]
1615

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

0 commit comments

Comments
 (0)