Skip to content

Commit

Permalink
[Regular Commit]
Browse files Browse the repository at this point in the history
- improve NetOffice Core assembly loader
- fix MSProject addin tools
- improve standard examples
- improve addin removal tool
- update assemblies

Imported from NetOffice 113493
https://netoffice.codeplex.com/SourceControl/changeset/113493
Legacy NetOffice Git repository commit 0a1e63b4d0ebc545772bf7097bef86909c474201
  • Loading branch information
SebastianDotNet authored and jozefizso committed Apr 13, 2016
1 parent 591ba20 commit d67f498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Toolbox/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static string CurrentNetOfficeVersion
{
get
{
return "1.7.2.0";
return "1.7.3.0";
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public string InfoMessage

public void LoadComplete()
{

labelCurrentNetOffice.Text = Program.CurrentNetOfficeVersion;
}

public void Activate(bool firstTime)
Expand Down

0 comments on commit d67f498

Please sign in to comment.