Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Milek7 committed Jun 20, 2014
1 parent 32635fc commit f315d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compile-visualstudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("smoothget")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("ISS Smooth Streaming downloader")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("smoothget")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
3 changes: 1 addition & 2 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Runtime.CompilerServices;
using System.Threading;

//[assembly: AssemblyVersion("3.0.0.3")]

namespace Smoothget
{
Expand Down Expand Up @@ -253,7 +252,7 @@ private static void RecordAndMux(string ismFileName, string outputDirectory, boo
private static void Logo()
{
AssemblyName name = Assembly.GetEntryAssembly().GetName();
Console.WriteLine(string.Concat(new object[] { name.Name, " v", name.Version }));
Console.WriteLine(string.Concat(new object[] { name.Name, " v1.0-alpha1"}));
Console.WriteLine();
}
private static void Help()
Expand Down

0 comments on commit f315d26

Please sign in to comment.