Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 7, 2024
1 parent 9c49996 commit 139eccb
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 @@ -2,11 +2,11 @@
using System.Reflection;

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

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

0 comments on commit 139eccb

Please sign in to comment.