Skip to content

Commit

Permalink
Merge pull request #7 from AlphaCentaury/v1.5-beta-1
Browse files Browse the repository at this point in the history
v1.5-beta-1 (in progress)
Work in progress towards Beta 1
Code is stable enough to be released as a "preview"
  • Loading branch information
AlphaCentaury authored Sep 7, 2016
2 parents 0a9e17b + 7f9be1d commit d5698e0
Show file tree
Hide file tree
Showing 548 changed files with 51,736 additions and 45,956 deletions.
38 changes: 19 additions & 19 deletions 1.5 'Kruger 60'/AssemblySolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Copyright (C) 2014-2016, Codeplex/GitHub user AlphaCentaury
// All rights reserved, except those granted by the governing license of this software. See 'license.txt' file in the project root for complete license information.

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyFileVersion(SolutionVersion.AssemblyFileVersion)]
[assembly: AssemblyInformationalVersion(SolutionVersion.AssemblyInformationalVersion)]
[assembly: AssemblyProduct(SolutionVersion.AssemblyProduct)]
[assembly: AssemblyCompany("movistartv.codeplex.com")]

internal static class SolutionVersion
{
public const string DefaultAssemblyVersion = "1.5.40.0";
public const string AssemblyFileVersion = "1.5.40.0";
public const string AssemblyInformationalVersion = "1.5.40.0";
public const string AssemblyProduct = "IPTViewr: virtual decoder for movistar+" + " (v" + ProductVersion + ")";
public const string ProductVersion = "1.5 \"Kruger 60\" Alpha 4";
public const string DefaultCopyright = "Copyright (C) 2014-2016, AlphaCentaury and contributors";
// Copyright (C) 2014-2016, Codeplex/GitHub user AlphaCentaury
// All rights reserved, except those granted by the governing license of this software. See 'license.txt' file in the project root for complete license information.

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyFileVersion(SolutionVersion.AssemblyFileVersion)]
[assembly: AssemblyInformationalVersion(SolutionVersion.AssemblyInformationalVersion)]
[assembly: AssemblyProduct(SolutionVersion.AssemblyProduct)]
[assembly: AssemblyCompany("movistartv.codeplex.com")]

internal static class SolutionVersion
{
public const string DefaultAssemblyVersion = "1.5.1010.0";
public const string AssemblyFileVersion = "1.5.1010.0";
public const string AssemblyInformationalVersion = "1.5.1010.0";
public const string AssemblyProduct = "IPTViewr: virtual decoder for movistar+" + " (v" + ProductVersion + ")";
public const string ProductVersion = "1.5 \"Kruger 60\" Beta 1";
public const string DefaultCopyright = "Copyright (C) 2014-2016, AlphaCentaury and contributors";
} // class SolutionVersion
573 changes: 291 additions & 282 deletions 1.5 'Kruger 60'/ChannelList/ChannelList.csproj

Large diffs are not rendered by default.

163 changes: 74 additions & 89 deletions 1.5 'Kruger 60'/ChannelList/ChannelListForm.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit d5698e0

Please sign in to comment.