Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanp-sonar committed Aug 6, 2018
1 parent 180fe7d commit da15e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyCompany("SonarSource and Microsoft")]
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2017")]
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]

0 comments on commit da15e89

Please sign in to comment.