mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
WPinternals v3.0
This commit is contained in:
@@ -10,7 +10,7 @@ using System.Windows;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("WPinternals")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018-2023")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@@ -47,5 +47,5 @@ using System.Windows;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.9.*")]
|
||||
[assembly: AssemblyVersion("3.0.*")]
|
||||
// [assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace WPinternals
|
||||
internal const bool IsPrerelease = false;
|
||||
#endif
|
||||
|
||||
internal static readonly DateTime ExpirationDate = new(2019, 01, 06);
|
||||
internal static readonly DateTime ExpirationDate = new(2023, 12, 21);
|
||||
|
||||
internal static void CheckExpiration()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user