aboutsummaryrefslogtreecommitdiff
path: root/SharedVersion.cs
blob: 650c928ed1b56a149d349cc5dfed6ea930bdb589 (plain)
1
2
3
4
5
6
7
8
using System.Reflection;

#if (DEBUG)
[assembly: AssemblyVersion("3.0.*")]
#else
[assembly: AssemblyVersion("3.0.*")]
//[assembly: AssemblyVersion("3.0.5441.2")]
#endif