Skip to content

Commit

Permalink
Update assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Jul 25, 2018
1 parent 006f4eb commit 59e0990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.7.2
2.0.0-alpha1
* [NEW] #199: Updated references to AutoFixture and xUnit (thanks to [@Tchami](https://github.com/Tchami))

1.7.2
* [FIX] #195: Content search config in SC9 uses incorrect class name

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

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0-alpha1")]
[assembly: AssemblyInformationalVersion("2.0.0-alpha1")]

0 comments on commit 59e0990

Please sign in to comment.