Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Nov 1, 2018
1 parent 7563e8d commit 7dceeec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.7.4
* [NEW] #175: Obsolete FakeDb Provider Switchers
* [FIX] #188: SC9: MediaManager no Provider property
* [FIX] #195: Content search config in SC9 uses incorrect class name (restored)

1.7.3
* [FIX] #200: Unable to set to the ValidFrom of the latest version

Expand Down
8 changes: 4 additions & 4 deletions src/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;
using System.Reflection;

[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyInformationalVersion("1.7.3")]
[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
[assembly: AssemblyInformationalVersion("1.7.4")]

0 comments on commit 7dceeec

Please sign in to comment.