Skip to content

Commit

Permalink
Update AssemblyVersionInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 authored May 2, 2019
1 parent d446ab6 commit 79e6ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal static class _XceedVersionInfo
public const string BaseVersion = "3.5";
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string Version = BaseVersion +
".3.0";
".4.0";
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string PublicKeyToken = "ba83ff368b7563c6";

Expand Down

0 comments on commit 79e6ded

Please sign in to comment.