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
+1
View File
@@ -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
{ {
+1 -1
View File
@@ -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")]
+4 -1
View File
@@ -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
View File
@@ -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>
+2 -1
View File
@@ -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()
{ {