Skip to content

Commit

Permalink
Minor changes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneLergner committed Dec 29, 2018
1 parent 4f88891 commit 865450f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions HelperClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
using System.IO.Compression;
using System.Collections;
using System.Reflection;
using System.Net;

namespace WPinternals
{
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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")]
5 changes: 4 additions & 1 deletion Views/GettingStartedView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion WPinternals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion WPinternalsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
using System.Linq;
using System.Xml.Serialization;
using System.Security.Cryptography;
using System.Windows;

namespace WPinternals
{
Expand All @@ -35,7 +36,7 @@ internal static class Registration
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()
{
Expand Down

0 comments on commit 865450f

Please sign in to comment.