Skip to content

Commit

Permalink
v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 15, 2024
1 parent a37cd6b commit 72b63be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.9.0")]
[assembly: AssemblyFileVersion("5.9.0")]
[assembly: AssemblyInformationalVersion("5.9.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.10.0")]
[assembly: AssemblyFileVersion("5.10.0")]
[assembly: AssemblyInformationalVersion("5.10.0")] // This one can have the extra build info after it

0 comments on commit 72b63be

Please sign in to comment.