Skip to content

Commit

Permalink
Update CommonVersionInfo.cs
Browse files Browse the repository at this point in the history
Update to 1.0.3.0
  • Loading branch information
deejaygraham committed Jun 26, 2023
1 parent b7f3219 commit 2a4c8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CommonVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyCopyright("Copyright © 2011-2018")]
[assembly: AssemblyFileVersion("1.0.0.3")]
[assembly: AssemblyInformationalVersion("1.0.0.3")]
[assembly: AssemblyCopyright("Copyright © 2011-2023")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyInformationalVersion("1.0.3.0")]
[assembly: AssemblyProduct("NDifference")]
[assembly: AssemblyTrademark("")]

// All assemblies should have matching versions
[assembly: AssemblyVersion("1.0.0.3")]
[assembly: AssemblyVersion("1.0.3.0")]

[assembly: ComVisible(false)]

0 comments on commit 2a4c8fc

Please sign in to comment.