Skip to content

Commit 994749a

Browse files
committed
Update IntelliSenseServer and package version to 1.1.0
1 parent c2660cf commit 994749a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.0.9</version>
5+
<version>1.1.0</version>
66
<title>Excel-DNA IntelliSense Extension</title>
77
<authors>Excel-DNA Contributors</authors>
88
<owners>Excel-DNA Contributors</owners>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<DnaLibrary Name="Excel-DNA IntelliSense Host" RuntimeVersion="v4.0">
2-
<ExternalLibrary Path="ExcelDna.IntelliSense.Host.dll" Pack="true" />
2+
<ExternalLibrary Path="ExcelDna.IntelliSense.Host.dll" Pack="true" UseVersionAsOutputVersion="true" />
33
<Reference Path="ExcelDna.IntelliSense.dll" Pack="true" />
44
</DnaLibrary>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.9.*")]
36-
[assembly: AssemblyFileVersion("1.0.9.0")]
35+
[assembly: AssemblyVersion("1.1.0.*")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.9.*")]
36-
[assembly: AssemblyFileVersion("1.0.9.0")]
35+
[assembly: AssemblyVersion("1.1.0.*")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

Source/ExcelDna.IntelliSense/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.9.*")]
36-
[assembly: AssemblyFileVersion("1.0.9.0")]
35+
[assembly: AssemblyVersion("1.1.0.*")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)