Skip to content

Commit

Permalink
Finalized 4.5.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erinaaaaaaa committed Feb 25, 2017
1 parent 28596f0 commit a4b7e63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions osu-rank/osu-rank/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public partial class App : Application
public static readonly CultureInfo systemCulture = CultureInfo.CurrentCulture;
// Needed for update logic
public static bool HasCheckedForUpdates = false;
public static int version = 30;
public static int minTxdVersionRequired = 2;
public static int version = 31;
public static int minTxdVersionRequired = 3;

private void App_Startup(object sender, StartupEventArgs e)
{
Expand Down
6 changes: 3 additions & 3 deletions osu-rank/osu-rank/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("osu!rank")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyCopyright("Otaku Overclocks (c) 2016-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,7 +51,7 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.5.0.0")]
[assembly: AssemblyFileVersion("4.5.0.0")]
[assembly: AssemblyVersion("4.5.1.0")]
[assembly: AssemblyFileVersion("4.5.1.0")]
[assembly: NeutralResourcesLanguage("en")]

7 changes: 0 additions & 7 deletions osu-rank/osu-rank/osu-rank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@
<Compile Include="About.xaml.cs">
<DependentUpon>About.xaml</DependentUpon>
</Compile>
<Compile Include="osuPages\ScoreCompare.xaml.cs">
<DependentUpon>ScoreCompare.xaml</DependentUpon>
</Compile>
<Compile Include="RipplePages\Compare.xaml.cs">
<DependentUpon>Compare.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -188,10 +185,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="osuPages\ScoreCompare.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="RipplePages\Compare.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
2 changes: 1 addition & 1 deletion osu-rank/osu-rank/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30
31

0 comments on commit a4b7e63

Please sign in to comment.