diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 2a4285b..b033b2f 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -11,9 +11,9 @@ [assembly: System.Reflection.AssemblyCompany("http://sunnyone.org")] [assembly: System.Reflection.AssemblyProduct("ScreenCaptureWrapper")] [assembly: System.Reflection.AssemblyCopyright("Copyright © sunnyone 2015-2015")] -[assembly: System.Reflection.AssemblyVersion("0.0.1.0")] -[assembly: System.Reflection.AssemblyFileVersion("0.0.1.0")] -[assembly: System.Reflection.AssemblyInformationalVersion("0.0.1.0")] +[assembly: System.Reflection.AssemblyVersion("0.0.2.0")] +[assembly: System.Reflection.AssemblyFileVersion("0.0.2.0")] +[assembly: System.Reflection.AssemblyInformationalVersion("0.0.2.0")] @@ -25,11 +25,11 @@ internal sealed partial class ThisAssembly { internal const string AssemblyCopyright = "Copyright © sunnyone 2015-2015"; - internal const string AssemblyVersion = "0.0.1.0"; + internal const string AssemblyVersion = "0.0.2.0"; - internal const string AssemblyFileVersion = "0.0.1.0"; + internal const string AssemblyFileVersion = "0.0.2.0"; - internal const string AssemblyInformationalVersion = "0.0.1.0"; + internal const string AssemblyInformationalVersion = "0.0.2.0"; private ThisAssembly() { } diff --git a/NEWS.txt b/NEWS.txt index cc00ed0..b8540e9 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,12 @@ NEWS ===== -2012-01-08 Version 0.0.1 +2015-05-13 Version 0.0.2 +--------------------------- +* Previewing the size and aspect ratio when picking. +* Added webm to the default template. + + +2015-04-15 Version 0.0.1 --------------------------- * Initial release. diff --git a/ScreenCaptureWrapper.msbuild b/ScreenCaptureWrapper.msbuild index c206de9..3f09036 100644 --- a/ScreenCaptureWrapper.msbuild +++ b/ScreenCaptureWrapper.msbuild @@ -3,7 +3,7 @@ $(MSBuildProjectDirectory)\.build $(MSBuildProjectDirectory)\build - 0.0.1 + 0.0.2