Skip to content

Commit

Permalink
0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoichi Imai committed May 12, 2015
1 parent 7f02b2e commit 96f40f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
12 changes: 6 additions & 6 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]



Expand All @@ -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() {
}
Expand Down
8 changes: 7 additions & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ScreenCaptureWrapper.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\.build</MSBuildCommunityTasksPath>
<OutputDir>$(MSBuildProjectDirectory)\build</OutputDir>
<ScreenCaptureWrapperVersion>0.0.1</ScreenCaptureWrapperVersion>
<ScreenCaptureWrapperVersion>0.0.2</ScreenCaptureWrapperVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 96f40f8

Please sign in to comment.