From 9584a17dcbb0ec777007269edfb4bda30b2efe51 Mon Sep 17 00:00:00 2001 From: Beluki Date: Tue, 2 Feb 2016 19:49:39 +0100 Subject: [PATCH] Revised. Working on VS2015 Community Edition and latest .NET Framework. Use relative links in README. --- Documentation/Changelog | 4 ++++ README.md | 6 +++--- Source/GaGa/Assembly/AssemblyInfo.cs | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Documentation/Changelog b/Documentation/Changelog index 84fd51e..b09569a 100644 --- a/Documentation/Changelog +++ b/Documentation/Changelog @@ -1,6 +1,10 @@ CHANGELOG +* 2016/02/02: + + - Revised. Working on VS2015 Community Edition and latest .NET Framework. + * 2015/02/01: - Fixed: balance was resetting back to 0 on stop. diff --git a/README.md b/README.md index 28147da..750106d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GaGa is a very lightweight, simple online radio player that runs as an icon on the Windows tray. It's similar to [RadioTray][] for Linux. Here are two screenshots: -![Screenshot1](https://raw.github.com/Beluki/GaGa/master/Screenshot/Screenshot1.png) +![Screenshot1](Screenshot/Screenshot1.png) Left click on the icon toggles play/stop. Middle click (with the mouse wheel) toggles mute. Right click opens the menu with a list of streams. The icon @@ -53,7 +53,7 @@ NoLife = http://nolife-radio.com/radio/NoLife-radio.m3u Which produces the following menu: -![Screenshot2](https://raw.github.com/Beluki/GaGa/master/Screenshot/Screenshot2.png) +![Screenshot2](Screenshot/Screenshot2.png) Scared of mistakes? Don't worry, GaGa will load an alternate menu with error details (including exact line) on any error. In the worst-case @@ -106,7 +106,7 @@ I plan no further development on it other than maintenance. Like all my hobby projects, this is Free Software. See the [Documentation][] folder for more information. No warranty though. -[Documentation]: https://github.com/Beluki/GaGa/tree/master/Documentation +[Documentation]: Documentation [Releases]: https://github.com/Beluki/GaGa/releases [Mono]: http://mono-project.com diff --git a/Source/GaGa/Assembly/AssemblyInfo.cs b/Source/GaGa/Assembly/AssemblyInfo.cs index bbe28c3..f5d1bdf 100644 --- a/Source/GaGa/Assembly/AssemblyInfo.cs +++ b/Source/GaGa/Assembly/AssemblyInfo.cs @@ -8,6 +8,6 @@ [assembly: AssemblyTitle("GaGa Radio Player")] [assembly: AssemblyProduct("GaGa")] -[assembly: AssemblyVersion("2015.02.01")] -[assembly: AssemblyFileVersion("2015.02.01")] +[assembly: AssemblyVersion("2016.02.02")] +[assembly: AssemblyFileVersion("2016.02.02")]