-
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 #6 from AlphaCentaury/v1.5-alpha-4
v1.5 alpha 4 RTW
- Loading branch information
Showing
1,956 changed files
with
83,802 additions
and
80,030 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# global git configuration for windows | ||
# git config --global core.autocrlf true | ||
# git config --global core.eol native | ||
# git config --global core.safecrlf true | ||
|
||
# general text files | ||
*.txt text | ||
*.md text | ||
|
||
# Visual Studio | ||
*.sln text | ||
*.config text | ||
*.settings text | ||
|
||
# C# projects | ||
*.csproj text | ||
*.cs text | ||
*.resx text | ||
|
||
# Wix projects | ||
*.wixproj text | ||
*.wxs text | ||
*.wxi text | ||
*.wxl text | ||
|
||
# XML | ||
*.xml text | ||
*.xsd text | ||
|
||
# pseudo-text files | ||
*.rtf -text | ||
|
||
# binary files | ||
*.bmp binary | ||
*.dll binary | ||
*.exe binary | ||
*.ico binary | ||
*.msi binary | ||
*.pdb binary | ||
*.pdf binary | ||
*.png binary | ||
*.sdf binary | ||
*.zip binary |
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
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,3 +1,3 @@ | ||
## 1.0 'Wolf 424' ## | ||
|
||
## 1.0 'Wolf 424' ## | ||
|
||
El código fuente correspondiente a la versión ``v1.0 'Wolf 424'``, junto con su correspondiente historial de cambios, puede encontrarse en el [repositorio MovistarTV.legacy](https://github.com/AlphaCentaury/MovistarTV.legacy) |
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 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 = "IPTV software decoder for movistar+" + " (v" + ProductVersion + ")"; | ||
public const string ProductVersion = "1.5 \"Kruger 60\" Alpha 4"; | ||
public const string DefaultCopyright = "Copyright (C) 2014-2015, 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.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"; | ||
} // class SolutionVersion |
Oops, something went wrong.