Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
version incremented to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Aug 18, 2016
1 parent fcd9ba6 commit 2c71959
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 26 deletions.
7 changes: 5 additions & 2 deletions src/DynamicTranslator.Application/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Bing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.DbReeze/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Domain/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Google/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
7 changes: 5 additions & 2 deletions src/DynamicTranslator.LiteDb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -32,5 +34,6 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.SesliSozluk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Tureng/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
8 changes: 5 additions & 3 deletions src/DynamicTranslator.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
using System.Runtime.InteropServices;
using System.Windows;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand All @@ -19,7 +21,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("MIT")]
[assembly: AssemblyProduct("DynamicTranslator.Wpf")]
[assembly: AssemblyCopyright("Copyright © 2012 Oğuzhan Soykan")]
[assembly: AssemblyCopyright("Copyright © 2016 Oğuzhan Soykan")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -55,5 +57,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Yandex/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
6 changes: 4 additions & 2 deletions src/DynamicTranslator.Zargan/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]
2 changes: 1 addition & 1 deletion src/DynamicTranslator/ApplicationVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class ApplicationVersion
{
public const string CurrentVersion = "3.4.0";
public const string CurrentVersion = "3.4.1";

public static string GetCurrentVersion()
{
Expand Down
6 changes: 4 additions & 2 deletions src/DynamicTranslator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

using DynamicTranslator;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand Down Expand Up @@ -35,5 +37,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(ApplicationVersion.CurrentVersion)]
[assembly: AssemblyFileVersion(ApplicationVersion.CurrentVersion)]

0 comments on commit 2c71959

Please sign in to comment.