Skip to content

Commit 0fb98b7

Browse files
committed
Excel-DNA IntelliSense Version 1.4.1
1 parent 6cc15ad commit 0fb98b7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

NuGet/ExcelDna.IntelliSense/ExcelDna.IntelliSense.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ExcelDna.IntelliSense</id>
5-
<version>1.4.0</version>
5+
<version>1.4.1</version>
66
<title>Excel-DNA IntelliSense Extension</title>
77
<authors>Excel-DNA Contributors</authors>
88
<owners>Excel-DNA Contributors</owners>

Source/ExcelDna.IntelliSense.Host/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

Source/ExcelDna.IntelliSense.Tools/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

Source/ExcelDna.IntelliSense/IntelliSenseServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
3030
// REMEMBER: COM events are not necessarily safe macro contexts.
3131
public static class IntelliSenseServer
3232
{
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
3434

3535
// NOTE: Do not change these constants in custom versions.
3636
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.

Source/ExcelDna.IntelliSense/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

0 commit comments

Comments
 (0)