mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-08-09 17:41:13 +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.IO.Compression;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using System.Net;
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.6.*")]
|
[assembly: AssemblyVersion("2.7.*")]
|
||||||
// [assembly: AssemblyFileVersion("1.0.0.0")]
|
// [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.158 (Insider and production builds) <LineBreak />
|
||||||
- 10.0.15254.490 <LineBreak />
|
- 10.0.15254.490 <LineBreak />
|
||||||
- 10.0.15254.527 <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>
|
</TextBlock>
|
||||||
<!--
|
<!--
|
||||||
- 10.0.10240.16384 <LineBreak />
|
- 10.0.10240.16384 <LineBreak />
|
||||||
|
|||||||
+1
-1
@@ -489,7 +489,7 @@
|
|||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
<SignAssembly>false</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-ShowFFU|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-ShowFFU|AnyCPU'">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ using System.IO;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Xml.Serialization;
|
using System.Xml.Serialization;
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
using System.Windows;
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
{
|
{
|
||||||
@@ -35,7 +36,7 @@ namespace WPinternals
|
|||||||
internal const bool IsPrerelease = false;
|
internal const bool IsPrerelease = false;
|
||||||
#endif
|
#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()
|
internal static void CheckExpiration()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user