|
6 | 6 | <Product>StreamDeck Tools by BarRaider</Product> |
7 | 7 | <Description>Start developing your Elgato StreamDeck plugin faster! |
8 | 8 | This library holds all the basic logic of setting up the framework, so that you can focus on writing the logic of the plugin itself. |
9 | | -Using this library, you only need to derive from the abstract plugin base class and addd three lines in your program.cs to have a working plugin. More information here: https://github.com/BarRaider/barraider-sdtools</Description> |
| 9 | +Using this library, you only need to derive from the abstract PluginBase class and add three lines in your program.cs to have a working plugin. More information here: https://github.com/BarRaider/barraider-sdtools</Description> |
10 | 10 | <Copyright>Copyright © BarRaider 2019</Copyright> |
11 | 11 | <PackageLicenseUrl>https://github.com/BarRaider/streamdeck-tools/blob/master/LICENSE</PackageLicenseUrl> |
12 | 12 | <PackageProjectUrl>https://github.com/BarRaider/streamdeck-tools</PackageProjectUrl> |
13 | 13 | <RepositoryUrl>https://github.com/BarRaider/streamdeck-tools</RepositoryUrl> |
14 | 14 | <PackageTags>StreamDeck Elgato Library Plugin Stream Deck</PackageTags> |
15 | 15 | <PackageId>StreamDeck-Tools</PackageId> |
16 | 16 | <PackageIconUrl>https://raw.githubusercontent.com/BarRaider/barraider.github.io/master/images/BRLogo.png</PackageIconUrl> |
17 | | - <AssemblyVersion>1.1.5.0</AssemblyVersion> |
18 | | - <FileVersion>1.1.5.0</FileVersion> |
19 | | - <Version>1.1.5</Version> |
20 | | - <PackageReleaseNotes>* ContextId can now be obtained from the SDConnection object |
21 | | -* Logging now automaticaly archives old logs to a "logs" folder |
22 | | -* Updated dependencies to release versions</PackageReleaseNotes> |
| 17 | + <AssemblyVersion>1.1.7.0</AssemblyVersion> |
| 18 | + <FileVersion>1.1.7.0</FileVersion> |
| 19 | + <Version>1.1.7</Version> |
| 20 | + <PackageReleaseNotes></PackageReleaseNotes> |
23 | 21 | </PropertyGroup> |
24 | 22 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
25 | 23 | <DocumentationFile>D:\Projects\github\barraider-sdtools\barraider-sdtools\barraider-sdtools.xml</DocumentationFile> |
|
0 commit comments