mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Minor changes for new release
This commit is contained in:
@@ -40,6 +40,7 @@ using System.Windows.Threading;
|
||||
using System.IO.Compression;
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using System.Net;
|
||||
|
||||
namespace WPinternals
|
||||
{
|
||||
|
||||
@@ -51,5 +51,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.6.*")]
|
||||
[assembly: AssemblyVersion("2.7.*")]
|
||||
// [assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
||||
@@ -140,7 +140,10 @@ DEALINGS IN THE SOFTWARE.
|
||||
- 10.0.15254.158 (Insider and production builds) <LineBreak />
|
||||
- 10.0.15254.490 <LineBreak />
|
||||
- 10.0.15254.527 <LineBreak />
|
||||
- 10.0.15254.530
|
||||
- 10.0.15254.530 <LineBreak />
|
||||
- 10.0.15254.538 <LineBreak />
|
||||
- 10.0.15254.541 <LineBreak />
|
||||
- 10.0.15254.544
|
||||
</TextBlock>
|
||||
<!--
|
||||
- 10.0.10240.16384 <LineBreak />
|
||||
|
||||
+1
-1
@@ -489,7 +489,7 @@
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-ShowFFU|AnyCPU'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user