Skip to content

Commit

Permalink
Beta v1.5.0.1
Browse files Browse the repository at this point in the history
switch to different token swap method
should fix #69
added pause icon #55
  • Loading branch information
MarcoPNS committed Sep 20, 2022
1 parent 969931c commit 3ff5186
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 123 deletions.
3 changes: 3 additions & 0 deletions Release/Spot_Widget_1_5_0_1.zip
Git LFS file not shown
6 changes: 3 additions & 3 deletions Spotify Stream Widget/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("A small Tool for Streamers to show the current Track on Spotify to your Viewers")>
<Assembly: AssemblyCompany("Marco Sadowski")>
<Assembly: AssemblyProduct("Stream Widget for Spotify")>
<Assembly: AssemblyCopyright("Marco Sadowski © 2020")>
<Assembly: AssemblyCopyright("Marco Sadowski © 2022")>
<Assembly: AssemblyTrademark("camefrom.space")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.5.0.0")>
<Assembly: AssemblyFileVersion("1.5.0.0")>
<Assembly: AssemblyVersion("1.5.0.1")>
<Assembly: AssemblyFileVersion("1.5.0.1")>
142 changes: 71 additions & 71 deletions Spotify Stream Widget/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Spotify Stream Widget/Spotify Stream Widget.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding.CodePages, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encoding.CodePages.4.6.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
<Reference Include="System.Text.Encoding.CodePages, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encoding.CodePages.4.7.1\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
Expand Down

0 comments on commit 3ff5186

Please sign in to comment.