Skip to content

Commit

Permalink
Merge pull request #6 from AlphaCentaury/v1.5-alpha-4
Browse files Browse the repository at this point in the history
v1.5 alpha 4 RTW
  • Loading branch information
AlphaCentaury authored Aug 25, 2016
2 parents 9cf08cd + e751c1d commit 0a9e17b
Show file tree
Hide file tree
Showing 1,956 changed files with 83,802 additions and 80,030 deletions.
43 changes: 43 additions & 0 deletions .gitattributes
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ ipch/
*.ncb
*.opendb
*.opensdf
*.sdf
# SQL Server Compact database
# *.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
Expand Down
4 changes: 2 additions & 2 deletions 1.0 'Wolf 424'/README.md
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)
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 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
Loading

0 comments on commit 0a9e17b

Please sign in to comment.