File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments