mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Made 'Version' internal rather than public to prevent conflicts.
This commit is contained in:
parent
f35a011b0b
commit
3ac0e4e58d
@ -17,7 +17,7 @@
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyVersion("0.1")]
|
||||
[assembly: AssemblyFileVersion("0.1")]
|
||||
public static class BuildVersions
|
||||
internal static class BuildVersions
|
||||
{
|
||||
public const string VERSION = "0.1";
|
||||
public const string REVISION = "abcdef0123456789abcdef0123456789abcdef01";
|
||||
|
@ -17,7 +17,7 @@
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyVersion("0.1")]
|
||||
[assembly: AssemblyFileVersion("0.1")]
|
||||
public static class BuildVersions
|
||||
internal static class BuildVersions
|
||||
{
|
||||
public const string VERSION = "0.1";
|
||||
public const string REVISION = "abcdef0123456789abcdef0123456789abcdef01";
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyVersion("0.1")]
|
||||
[assembly: AssemblyFileVersion("0.1")]
|
||||
public static class BuildVersions
|
||||
[assembly: AssemblyFileVersion("0.1")]
|
||||
internal static class BuildVersions
|
||||
{
|
||||
public const string VERSION = "0.1";
|
||||
public const string REVISION = "abcdef0123456789abcdef0123456789abcdef01";
|
||||
|
Loading…
Reference in New Issue
Block a user