Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlang42 committed Sep 6, 2021
1 parent 74629e5 commit 504e0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using System.Reflection;

// AssemblyInformationalVersion is used for Application.ProductVersion
[assembly: AssemblyInformationalVersion("0.2"
[assembly: AssemblyInformationalVersion("0.3"
#if DEBUG
+ "-debug"
#endif
)]
// AssemblyVersion must be deterministic in debug mode so that user settings persist
[assembly: AssemblyVersion("0.2"
[assembly: AssemblyVersion("0.3"
#if !DEBUG
+ ".*"
#endif
Expand Down

0 comments on commit 504e0b5

Please sign in to comment.