File tree Expand file tree Collapse file tree
SmartCmdArgs15/Properties
SmartCmdArgs16/Properties
SmartCmdArgs17/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using SmartCmdArgs ;
2+ using System . Reflection ;
23using System . Runtime . CompilerServices ;
34using System . Runtime . InteropServices ;
45
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" ) ]
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using SmartCmdArgs ;
2+ using System . Reflection ;
23using System . Runtime . CompilerServices ;
34using System . Runtime . InteropServices ;
45
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" ) ]
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using SmartCmdArgs ;
2+ using System . Reflection ;
23using System . Runtime . CompilerServices ;
34using System . Runtime . InteropServices ;
45
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" ) ]
You can’t perform that action at this time.
0 commit comments