File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
NuGet/ExcelDna.IntelliSense
ExcelDna.IntelliSense.Host/Properties
ExcelDna.IntelliSense.Tools/Properties Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ExcelDna.IntelliSense</id >
5
- <version >1.4.0 </version >
5
+ <version >1.4.1 </version >
6
6
<title >Excel-DNA IntelliSense Extension</title >
7
7
<authors >Excel-DNA Contributors</authors >
8
8
<owners >Excel-DNA Contributors</owners >
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
36
- [ assembly: AssemblyInformationalVersion ( "1.4.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36
+ [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
36
- [ assembly: AssemblyInformationalVersion ( "1.4.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36
+ [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
30
30
// REMEMBER: COM events are not necessarily safe macro contexts.
31
31
public static class IntelliSenseServer
32
32
{
33
- const string ServerVersion = "1.4.0 " ; // TODO: Define and manage this somewhere else
33
+ const string ServerVersion = "1.4.1 " ; // TODO: Define and manage this somewhere else
34
34
35
35
// NOTE: Do not change these constants in custom versions.
36
36
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
36
- [ assembly: AssemblyInformationalVersion ( "1.4.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36
+ [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
You can’t perform that action at this time.
0 commit comments