OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 3 Dec 2010 21:08:10 +0000 (21:08 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 3 Dec 2010 21:08:10 +0000 (21:08 +0000)
- Sort the versioning out for the upcoming release.
- Move the EnumHelper to the correct library. It was in the wrong place.

git-svn-id: svn://localhost/HandBrake/trunk@3699 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrake.ApplicationServices/Functions/EnumHelper.cs [moved from win/C#/HandBrake.Framework/Helpers/EnumHelper.cs with 92% similarity]
win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/C#/HandBrake.ApplicationServices/Parsing/Subtitle.cs
win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl
win/C#/HandBrake.Framework/HandBrake.Framework.csproj
win/C#/HandBrake.Framework/Model/UpdateCheckInformation.cs
win/C#/HandBrake.Framework/Services/UpdateService.cs
win/C#/Properties/AssemblyInfo.cs.tmpl

@@ -3,7 +3,7 @@
     Homepage: <http://handbrake.fr>.\r
     It may be used under the terms of the GNU General Public License. */\r
 \r
-namespace HandBrake.Framework.Helpers\r
+namespace HandBrake.ApplicationServices.Functions\r
 {\r
     using System.ComponentModel;\r
     using System.Reflection;\r
index ba0e3a6..8b9d7e3 100644 (file)
@@ -77,6 +77,7 @@
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="EncodeProgressEventArgs.cs" />\r
+    <Compile Include="Functions\EnumHelper.cs" />\r
     <Compile Include="Functions\Logging.cs" />\r
     <Compile Include="Functions\GrowlCommunicator.cs" />\r
     <Compile Include="Functions\Main.cs" />\r
index 2d94e45..4bf9458 100644 (file)
@@ -9,8 +9,8 @@ namespace HandBrake.ApplicationServices.Parsing
     using System.IO;\r
     using System.Text.RegularExpressions;\r
 \r
+    using HandBrake.ApplicationServices.Functions;\r
     using HandBrake.ApplicationServices.Model;\r
-    using HandBrake.Framework.Helpers;\r
 \r
     /// <summary>\r
     /// An object that represents a subtitle associated with a Title, in a DVD\r
index 840bd82..ebf7426 100644 (file)
@@ -38,5 +38,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers \r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.9.4.$WCREV$")]\r
+[assembly: AssemblyVersion("0.9.5.$WCREV$")]\r
 [assembly: NeutralResourcesLanguage("")]\r
index 30c5ea6..8d806e5 100644 (file)
@@ -55,7 +55,6 @@
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="Services\AppcastReader.cs" />\r
-    <Compile Include="Helpers\EnumHelper.cs" />\r
     <Compile Include="Model\UpdateCheckResult.cs" />\r
     <Compile Include="Model\UpdateCheckInformation.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
index 668d8a6..ff59dce 100644 (file)
@@ -6,8 +6,6 @@
 namespace HandBrake.Framework.Model\r
 {\r
     using System;\r
-    using HandBrake.Framework.Helpers;\r
-    using HandBrake.Framework.Services;\r
     using HandBrake.Framework.Services.Interfaces;\r
 \r
     /// <summary>\r
index 31fb855..0bbd781 100644 (file)
@@ -10,7 +10,6 @@ namespace HandBrake.Framework.Services
     using System.Net;\r
     using System.Threading;\r
 \r
-    using HandBrake.Framework.Helpers;\r
     using HandBrake.Framework.Model;\r
     using HandBrake.Framework.Services.Interfaces;\r
 \r
index eab0c05..bb0c881 100644 (file)
@@ -38,5 +38,5 @@ using System.Runtime.InteropServices;
 //      Revision\r
 //\r
 \r
-[assembly: AssemblyVersion("0.9.4.$WCREV$")]\r
+[assembly: AssemblyVersion("0.9.5.$WCREV$")]\r
 [assembly: NeutralResourcesLanguage("")]
\ No newline at end of file