Skip to content

Commit

Permalink
Update IntelliSenseServer and package version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Jun 24, 2018
1 parent 560f95a commit cd05a96
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NuGet/ExcelDna.IntelliSense/ExcelDna.IntelliSense.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ExcelDna.IntelliSense</id>
<version>1.0.8</version>
<version>1.0.9</version>
<title>Excel-DNA IntelliSense Extension</title>
<authors>Excel-DNA Contributors</authors>
<owners>Excel-DNA Contributors</owners>
Expand Down
4 changes: 2 additions & 2 deletions Source/ExcelDna.IntelliSense.Host/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.*")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.*")]
[assembly: AssemblyFileVersion("1.0.9.0")]
4 changes: 2 additions & 2 deletions Source/ExcelDna.IntelliSense.Tools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.*")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.*")]
[assembly: AssemblyFileVersion("1.0.9.0")]
2 changes: 1 addition & 1 deletion Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace ExcelDna.IntelliSense
// REMEMBER: COM events are not necessarily safe macro contexts.
public static class IntelliSenseServer
{
const string ServerVersion = "1.0.8"; // TODO: Define and manage this somewhere else
const string ServerVersion = "1.0.9"; // TODO: Define and manage this somewhere else

// NOTE: Do not change these constants in custom versions.
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
Expand Down
4 changes: 2 additions & 2 deletions Source/ExcelDna.IntelliSense/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.*")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.*")]
[assembly: AssemblyFileVersion("1.0.9.0")]

0 comments on commit cd05a96

Please sign in to comment.