Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Dec 8, 2021
1 parent 0f9b9d2 commit e21ab7b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .versionrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// .versionrc.js
const tracker = [
{
filename: './YTMDesktopPlugin/Properties/AssemblyInfo.cs',
filename: './SpeedtestPlugin/Properties/AssemblyInfo.cs',
updater: require('./standard-version-updater/AssemblyInfo.js')
},
{
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2021-12-08)
6 changes: 3 additions & 3 deletions LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: plugin4
name: YTMDesktop
displayName: YTMDesktop
name: Speedtest
displayName: Speedtest
version: 1.0.0
author: XeroxDev
copyright: Copyright (c) 2021 Dominic Ris
Expand All @@ -9,6 +9,6 @@ supportedDevices:
- LoupedeckCt
- LoupedeckLive

pluginFileName: YTMDesktopPlugin.dll
pluginFileName: SpeedtestPlugin.dll
pluginFolderWin: ./bin/win/
pluginFolderMac: ./bin/mac/
9 changes: 9 additions & 0 deletions SpeedtestPlugin/SpeedtestPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
<Content Include="..\.versionrc.js">
<Link>SpeedtestPlugin\.versionrc.js</Link>
</Content>
<Content Include="..\commitlint.config.js">
<Link>SpeedtestPlugin\commitlint.config.js</Link>
</Content>
<Content Include="..\LICENSE">
<Link>SpeedtestPlugin\LICENSE</Link>
</Content>
<Content Include="..\LoupedeckPackage.yaml">
<Link>SpeedtestPlugin\LoupedeckPackage.yaml</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit e21ab7b

Please sign in to comment.