diff --git a/Directory.Build.props b/Directory.Build.props index eb67a99..14b7a55 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.7.0-rc + 0.7.0-rc.1 \ No newline at end of file diff --git a/README.md b/README.md index e9743ab..3ed96c9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoade [AppLoader] public class App : IExternalApplication { - private static RibbonPanel ribbonPanel; + private RibbonPanel ribbonPanel; public Result OnStartup(UIControlledApplication application) { ribbonPanel = application.CreatePanel("PanelName"); @@ -398,7 +398,7 @@ awRibbonPanel.SetDialogLauncher(ribbonCommandItem); ## License -This Project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License). +This Project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). ---