Skip to content

Commit

Permalink
Release of version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Mar 9, 2012
1 parent 3a1a847 commit 91a8a9e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
----------------------------------- v0.1.0 -----------------------------------

- Added more documentation (especially method XML-comments)
- Added the "Title" property in the Videoinfo class, that returns the title
of the video.
- The DownloadUrlResolver.GetDownloadUrls method is less strict with the
videoUrl argument and also accepts short-URLs (youtu.be)
5 changes: 5 additions & 0 deletions YoutubeExtractor/YoutubeExtractor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YoutubeExtractor", "Youtube
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApplication", "ExampleApplication\ExampleApplication.csproj", "{B894B26A-A518-4366-B31C-D90489A0F138}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{973CC298-FE75-4C3B-AD87-43E1A97197FE}"
ProjectSection(SolutionItems) = preProject
..\Changelog.txt = ..\Changelog.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
8 changes: 4 additions & 4 deletions YoutubeExtractor/YoutubeExtractor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("YoutubeExtractor")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("YoutubeExtractor is a library for .NET, written in C#, to extract the download link from YouTube videos, download them, and/or extract their audio track.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("YoutubeExtractor")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0")]
[assembly: AssemblyFileVersion("0.0.0")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]

0 comments on commit 91a8a9e

Please sign in to comment.