Minor changes for new release

This commit is contained in:
Rene Lergner
2018-12-29 15:20:51 +01:00
parent 4f88891272
commit 865450f588
5 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ using System.IO;
using System.Linq;
using System.Xml.Serialization;
using System.Security.Cryptography;
using System.Windows;
namespace WPinternals
{
@@ -35,7 +36,7 @@ namespace WPinternals
internal const bool IsPrerelease = false;
#endif
internal static readonly DateTime ExpirationDate = new DateTime(2018, 10, 09);
internal static readonly DateTime ExpirationDate = new DateTime(2019, 01, 06);
internal static void CheckExpiration()
{