File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ExcelDna.IntelliSense.Host/Properties Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ( "0.1.5 " ) ]
36- [ assembly: AssemblyFileVersion ( "0.1.5 .0" ) ]
35+ [ assembly: AssemblyVersion ( "0.1.6 " ) ]
36+ [ assembly: AssemblyFileVersion ( "0.1.6 .0" ) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace ExcelDna.IntelliSense
2828 // REMEMBER: COM events are not necessarily safe macro contexts.
2929 public static class IntelliSenseServer
3030 {
31- const string ServerVersion = "0.1.5 " ; // TODO: Define and manage this somewhere else
31+ const string ServerVersion = "0.1.6 " ; // TODO: Define and manage this somewhere else
3232
3333 // NOTE: Do not change these constants in custom versions.
3434 // 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 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 ( "0.1.5 " ) ]
36- [ assembly: AssemblyFileVersion ( "0.1.5 .0" ) ]
35+ [ assembly: AssemblyVersion ( "0.1.6 " ) ]
36+ [ assembly: AssemblyFileVersion ( "0.1.6 .0" ) ]
You can’t perform that action at this time.
0 commit comments