Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 15, 2018
1 parent a734e11 commit 76f4537
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v2.0.2 (15-Apr-2018)

- Implemented application auto-update (can be disabled in settings).

### v2.0.1 (31-Dec-2017)

- Fixed a crash when trying to preview a beatmap that doesn't allow previewing for non-logged in users.
Expand Down
4 changes: 2 additions & 2 deletions OsuHelper/OsuHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<Reference Include="Onova, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Onova.2.1.0\lib\net46\Onova.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=5.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.5.8.0\lib\net45\Polly.dll</HintPath>
<Reference Include="Polly, Version=5.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.5.9.0\lib\net45\Polly.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
4 changes: 2 additions & 2 deletions OsuHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]
2 changes: 1 addition & 1 deletion OsuHelper/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="NAudio" version="1.8.4" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
<package id="Onova" version="2.1.0" targetFramework="net46" />
<package id="Polly" version="5.8.0" targetFramework="net45" />
<package id="Polly" version="5.9.0" targetFramework="net46" />
<package id="Tyrrrz.Extensions" version="1.5.0" targetFramework="net45" />
<package id="Tyrrrz.Settings" version="1.3.2" targetFramework="net45" />
<package id="Tyrrrz.WpfExtensions" version="1.0.5" targetFramework="net45" />
Expand Down

0 comments on commit 76f4537

Please sign in to comment.