Skip to content

Commit

Permalink
Version number bumped to 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
turquoiseowl committed Jul 10, 2018
1 parent b03ceed commit 062f9f2
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,10 @@ installed to build.

### Release History

#### 2.1.14 (20180710)

* FIX: "Localization of outgoing URIs" feature issue in version 2.1.13 ([#374](https://github.com/turquoiseowl/i18n/issues/374)).

#### 2.1.13 (20180707)

* FIX: performance issues related to translations in the default application language ([#368](https://github.com/turquoiseowl/i18n/issues/368)).
Expand Down
6 changes: 3 additions & 3 deletions src/i18n.Adapter.OwinSystemWeb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")] // picked up by nuspec $version$ identifier
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")] // picked up by nuspec $version$ identifier

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<copyright>Copyright 2011-2017</copyright>
<tags>i18n internationalization l10n localization globalization asp.net mvc PO OWIN Katana</tags>
<dependencies>
<dependency id="I18N" version="2.1.13" />
<dependency id="Microsoft.Owin.Host.SystemWeb" version="2.1.13" />
<dependency id="I18N" version="2.1.14" />
<dependency id="Microsoft.Owin.Host.SystemWeb" version="2.1.14" />
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions src/i18n.Domain.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")]
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
6 changes: 3 additions & 3 deletions src/i18n.Domain/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")]
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
6 changes: 3 additions & 3 deletions src/i18n.POTGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")]
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
6 changes: 3 additions & 3 deletions src/i18n.PostBuild/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")]
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
6 changes: 3 additions & 3 deletions src/i18n.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")]
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.1.13")]
[assembly: AssemblyFileVersion("2.1.13")]
[assembly: AssemblyInformationalVersion("2.1.13")] // picked up by nuspec $version$ identifier
[assembly: AssemblyVersion("2.1.14")]
[assembly: AssemblyFileVersion("2.1.14")]
[assembly: AssemblyInformationalVersion("2.1.14")] // picked up by nuspec $version$ identifier

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down

0 comments on commit 062f9f2

Please sign in to comment.