-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from AlphaCentaury/v1.5-beta-1
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
Showing
548 changed files
with
51,736 additions
and
45,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
163 changes: 74 additions & 89 deletions
163
1.5 'Kruger 60'/ChannelList/ChannelListForm.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.