Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 8, 2025
1 parent 8404f54 commit 6269680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyCompany("Universities of Dundee and Edinburgh")]
[assembly: AssemblyCopyright("Copyright © SMI Project 2018-2024")]
[assembly: AssemblyCopyright("Copyright © SMI Project 2018-2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit 6269680

Please sign in to comment.