Skip to content

Commit 3521568

Browse files
committed
add IcoPath in plugin.json and update version
1 parent f2c9d7d commit 3521568

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
35+
[assembly: AssemblyVersion("1.0.2.0")]
36+
[assembly: AssemblyFileVersion("1.0.2.0")]

Wox.Plugin.Spotify.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6565
</None>
6666
</ItemGroup>
67+
<ItemGroup>
68+
<Content Include="icon.png">
69+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
70+
</Content>
71+
</ItemGroup>
6772
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6873
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6974
Other similar extension points exist, see Microsoft.Common.targets.

plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"Name":"Wox.Spotify",
55
"Description":"Spotify for Wox",
66
"Author":"Ioannis G. (@JohnTheGr8)",
7-
"Version":"1.0.1",
7+
"Version":"1.0.2",
88
"Language":"csharp",
99
"Website":"https://github.com/JohnTheGr8/Wox.Plugin.Spotify",
10+
"IcoPath":"icon.png",
1011
"ExecuteFileName":"Wox.Plugin.Spotify.dll"
1112
}

0 commit comments

Comments
 (0)