Skip to content

Commit e8d7f0a

Browse files
committed
fixed assembly version and file version
1 parent a1199b4 commit e8d7f0a

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

SmartCmdArgs/SmartCmdArgs15/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using SmartCmdArgs;
2+
using System.Reflection;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

@@ -29,7 +30,7 @@
2930
// You can specify all the values or you can default the Build and Revision Numbers
3031
// by using the '*' as shown below:
3132
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.6.0.1")]
33-
[assembly: AssemblyFileVersion("2.6.0.1")]
33+
[assembly: AssemblyVersion(Vsix.Version)]
34+
[assembly: AssemblyFileVersion(Vsix.Version)]
3435

3536
[assembly: InternalsVisibleTo("SmartCmdArgs15.Tests")]

SmartCmdArgs/SmartCmdArgs16/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using SmartCmdArgs;
2+
using System.Reflection;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

@@ -29,7 +30,7 @@
2930
// You can specify all the values or you can default the Build and Revision Numbers
3031
// by using the '*' as shown below:
3132
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.6.0.1")]
33-
[assembly: AssemblyFileVersion("2.6.0.1")]
33+
[assembly: AssemblyVersion(Vsix.Version)]
34+
[assembly: AssemblyFileVersion(Vsix.Version)]
3435

3536
[assembly: InternalsVisibleTo("SmartCmdArgs16.Tests")]

SmartCmdArgs/SmartCmdArgs17/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using SmartCmdArgs;
2+
using System.Reflection;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

@@ -29,8 +30,8 @@
2930
// You can specify all the values or you can default the Build and Revision Numbers
3031
// by using the '*' as shown below:
3132
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.6.0.1")]
33-
[assembly: AssemblyFileVersion("2.6.0.1")]
33+
[assembly: AssemblyVersion(Vsix.Version)]
34+
[assembly: AssemblyFileVersion(Vsix.Version)]
3435

3536
[assembly: InternalsVisibleTo("SmartCmdArgs17.Tests")]
3637
[assembly: InternalsVisibleTo("SmartCmdArgs.Tests")]

0 commit comments

Comments
 (0)