Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasutein committed Jun 25, 2019
1 parent 9845d7f commit 55bcb3f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 29 deletions.
17 changes: 9 additions & 8 deletions src/DiscordRPC.Main/DiscordRPC.Main.csproj
Expand Up @@ -15,6 +15,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile />
<PublishUrl>F:\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -30,7 +31,6 @@
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -53,11 +53,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\RikoRPC_logo_256px_Windows_256x256.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Resources\rikorpc_logo.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
Expand All @@ -73,6 +71,9 @@
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DiscordRPC, Version=1.0.108.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DiscordRichPresence.1.0.108\lib\net35\DiscordRPC.dll</HintPath>
Expand Down Expand Up @@ -210,9 +211,6 @@
<ItemGroup>
<Resource Include="Resources\icons8_lock_96.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\RikoRPC_logo_48px.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\RikoRPC_logo_128px.png" />
</ItemGroup>
Expand All @@ -222,5 +220,8 @@
<ItemGroup>
<None Include="Resources\RikoRPC_logo_256px_Windows_256x256.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rikorpc_logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
20 changes: 10 additions & 10 deletions src/DiscordRPC.Main/Properties/Resources.Designer.cs

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

4 changes: 2 additions & 2 deletions src/DiscordRPC.Main/Properties/Resources.resx
Expand Up @@ -154,7 +154,7 @@
<data name="RikoRPC_logo_256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\RikoRPC_logo_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="RikoRPC_logo_ico_256px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\RikoRPC_logo_256px_Windows_256x256.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="rikorpc_logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\rikorpc_logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file modified src/DiscordRPC.Main/Resources/RikoRPC_logo_128px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/DiscordRPC.Main/Resources/RikoRPC_logo_256px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/DiscordRPC.Main/Resources/RikoRPC_logo_48px.ico
Binary file not shown.
Binary file added src/DiscordRPC.Main/Resources/rikorpc_logo.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/DiscordRPC.Main/UI/AboutWindow.xaml
Expand Up @@ -22,7 +22,7 @@
<TextBlock
x:Name="textBlockDiscordBuildType"
x:FieldModifier="public"
Foreground="#FF72767D" Margin="0,115,87,0" TextWrapping="Wrap" Text="Stable/PTB" VerticalAlignment="Top" Grid.Column="2" Grid.ColumnSpan="2" HorizontalAlignment="Right" Width="57"/>
Foreground="#FF72767D" Margin="0,115,27.4,-0.6" TextWrapping="Wrap" Text="Stable/PTB" VerticalAlignment="Top" Grid.Column="2" Grid.ColumnSpan="2" HorizontalAlignment="Right" Width="117"/>
<TextBlock x:Name="textBlockVersionNumber" Margin="0,97,67,0" TextWrapping="Wrap" Text="Version: 1.0.0 " Foreground="#FF72767D" Grid.Column="2" Height="16" VerticalAlignment="Top" HorizontalAlignment="Right" Width="96"/>

</Grid>
Expand Down
16 changes: 8 additions & 8 deletions src/DiscordRPC.Main/UI/FirstRunWindow.xaml
Expand Up @@ -5,18 +5,18 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:DiscordRPC.Main"
mc:Ignorable="d"
Title="Discord Rich Presence Customizer" Height="450" Width="800" Background="#FF36393E" ResizeMode="NoResize" WindowStartupLocation="CenterScreen">
Title="Discord Rich Presence Customizer" Height="401.4" Width="800" Background="#FF36393E" ResizeMode="NoResize" WindowStartupLocation="CenterScreen">
<Grid RenderTransformOrigin="0.674,0.546" HorizontalAlignment="Left" Width="794" Height="421" VerticalAlignment="Top">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="0*"/>
</Grid.ColumnDefinitions>
<Image HorizontalAlignment="Left" Height="100" Margin="30,25,0,0" VerticalAlignment="Top" Width="100" Source="/DiscordRPCMain;component/Resources/RikoRPC_logo_128px.png"/>
<Label Content="Welcome to Discord Rich Presence Customizer for Windows" HorizontalAlignment="Left" Margin="150,30,0,0" VerticalAlignment="Top" FontSize="18" Foreground="#FFECECEC" FontWeight="Bold" Height="40"/>
<Label Content="This is an open source application developed by Dasutein. " HorizontalAlignment="Left" Margin="150,66,0,0" VerticalAlignment="Top" FontSize="14" Foreground="#FFECECEC" Height="40"/>
<Label Content="How to setup?" HorizontalAlignment="Left" Margin="20,135,0,0" VerticalAlignment="Top" FontSize="18" Foreground="#FFECECEC" FontWeight="Bold" Height="40"/>
<Label Content="Step 1: Add this program 'Discord Rich Presence' in your Game Activity menu on your Discord client.&#xD;&#xA;&#xD;&#xA;Step 2: Go to the Discord Developer Portal and Create your Application. Your application name will reflect as your&#xD;&#xA;status &quot;Playing -your app name here-&quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Step 3: Copy 'Client ID' and paste it in this application's Settings page. DO NOT SHARE YOUR CLIENT ID.&#xD;&#xA;&#xD;&#xA;Step 4: Update your Presence! :)&#xD;&#xA;" HorizontalAlignment="Left" Margin="20,170,0,0" VerticalAlignment="Top" FontSize="14" Foreground="#FFECECEC" Height="185" Width="750"/>
<Button x:Name="buttonDiscordDeveloperPortal" Content="Discord Developer Portal" Margin="23,256,606,140" BorderBrush="{x:Null}" Background="#FF7087D7" Foreground="White" Click="ButtonDiscordDeveloperPortal_Click"/>
<Button x:Name="buttonEndTutorial" Content="End tutorial" Margin="645,360,0,0" BorderBrush="{x:Null}" Background="#FF7087D7" Foreground="White" HorizontalAlignment="Left" Width="125" Height="45" VerticalAlignment="Top" Click="ButtonEndTutorial_Click"/>
<Image HorizontalAlignment="Left" Height="65" Margin="30,25,0,0" VerticalAlignment="Top" Width="65" Source="/DiscordRPCMain;component/Resources/RikoRPC_logo_128px.png"/>
<Label Content="Welcome to Discord Rich Presence Customizer for Windows" HorizontalAlignment="Left" Margin="110,30,0,0" VerticalAlignment="Top" FontSize="18" Foreground="#FFECECEC" FontWeight="Bold" Height="40"/>
<Label Content="This is an open source application developed by Dasutein. " HorizontalAlignment="Left" Margin="112,63,0,0" VerticalAlignment="Top" FontSize="14" Foreground="#FFECECEC" Height="40"/>
<Label Content="How to setup?" HorizontalAlignment="Left" Margin="20,115,0,0" VerticalAlignment="Top" FontSize="18" Foreground="#FFECECEC" FontWeight="Bold" Height="40"/>
<Label Content="Step 1: Go to the Discord Developer Portal and Create your Application. Your application name will reflect as your&#xA;status &quot;Playing -your app name here-&quot;&#xA;&#xA;Step 2: Copy 'Client ID' and paste it in this application's Settings page. DO NOT SHARE YOUR CLIENT ID.&#xA;&#xA;Step 3: Update your Presence! :)&#xA;" HorizontalAlignment="Left" Margin="20,150,0,0" VerticalAlignment="Top" FontSize="14" Foreground="#FFECECEC" Height="130" Width="750"/>
<Button x:Name="buttonDiscordDeveloperPortal" Content="Discord Developer Portal" Margin="460,0,168.6,76" BorderBrush="{x:Null}" Background="#FF7087D7" Foreground="White" Click="ButtonDiscordDeveloperPortal_Click" Height="45" VerticalAlignment="Bottom"/>
<Button x:Name="buttonEndTutorial" Content="End tutorial" Margin="640,300,0,0" BorderBrush="{x:Null}" Background="#FF7087D7" Foreground="White" HorizontalAlignment="Left" Width="125" Height="45" VerticalAlignment="Top" Click="ButtonEndTutorial_Click"/>
</Grid>
</Window>

0 comments on commit 55bcb3f

Please sign in to comment.