Skip to content

Commit

Permalink
add IcoPath in plugin.json and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheGr8 committed Dec 9, 2014
1 parent f2c9d7d commit 3521568
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
5 changes: 5 additions & 0 deletions Wox.Plugin.Spotify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="icon.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
3 changes: 2 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"Name":"Wox.Spotify",
"Description":"Spotify for Wox",
"Author":"Ioannis G. (@JohnTheGr8)",
"Version":"1.0.1",
"Version":"1.0.2",
"Language":"csharp",
"Website":"https://github.com/JohnTheGr8/Wox.Plugin.Spotify",
"IcoPath":"icon.png",
"ExecuteFileName":"Wox.Plugin.Spotify.dll"
}

0 comments on commit 3521568

Please sign in to comment.