Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 25, 2024
1 parent f2f2d7a commit 1670472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>0.7.0-rc</Version>
<Version>0.7.0-rc.1</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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).

---

Expand Down

0 comments on commit 1670472

Please sign in to comment.