Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
bump version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Nov 11, 2020
1 parent 5f380c0 commit 0636302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("1.14.0")]
[assembly: AssemblyFileVersion("1.14.0")]
[assembly: AssemblyInformationalVersion("1.14.0.000000")]
[assembly: AssemblyVersion("1.15.0")]
[assembly: AssemblyFileVersion("1.15.0")]
[assembly: AssemblyInformationalVersion("1.15.0.000000")]

0 comments on commit 0636302

Please sign in to comment.