Skip to content

Commit

Permalink
Icons updated
Browse files Browse the repository at this point in the history
  • Loading branch information
EJocys committed Aug 31, 2019
1 parent 0b806cb commit 9f66b77
Show file tree
Hide file tree
Showing 32 changed files with 791 additions and 66 deletions.
Binary file added SVN_Notifier/App.ico
Binary file not shown.
Binary file modified SVN_Notifier/Documents/Screenshots/SVN_Notifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Documents/Screenshots/SVN_Notifier_Files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Documents/Screenshots/SVN_Notifier_Menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Documents/Screenshots/SVN_Notifier_Tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Images/FolderStatus_Error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Images/FolderStatus_NeedUpdate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Images/FolderStatus_NeedUpdate_Modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Images/FolderStatus_UpToDate_Modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified SVN_Notifier/Images/Icons/TrayIcon_Error.ico
Binary file not shown.
Binary file modified SVN_Notifier/Images/Icons/TrayIcon_NeedUpdate.ico
Binary file not shown.
Binary file modified SVN_Notifier/Images/Icons/TrayIcon_Unknown.ico
Binary file not shown.
Binary file modified SVN_Notifier/Images/Icons/TrayIcon_UpToDate.ico
Binary file not shown.
Binary file removed SVN_Notifier/Images/Icons/cloud_1.png
Binary file not shown.
Binary file removed SVN_Notifier/Images/Icons/commit_arrow_1.png
Binary file not shown.
Binary file removed SVN_Notifier/Images/Icons/update_arrow_1.png
Binary file not shown.
1 change: 0 additions & 1 deletion SVN_Notifier/MainForm.Designer.cs

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

849 changes: 787 additions & 62 deletions SVN_Notifier/MainForm.resx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions SVN_Notifier/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.0.7.0")]
[assembly: AssemblyVersion("2.1.7.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down Expand Up @@ -55,5 +55,5 @@
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersion("2.0.7.0")]
[assembly: AssemblyFileVersion("2.1.7.0")]

Binary file added SVN_Notifier/Resources/Icons/Arrow_Down.ico
Binary file not shown.
Binary file added SVN_Notifier/Resources/Icons/Arrow_Up.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion SVN_Notifier/SVN_Notifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{047E30FF-665B-422C-9877-8983961F848A}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>Images\Icons\TrayIcon_UpToDate.ico</ApplicationIcon>
<ApplicationIcon>App.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>SVN_Notifier</AssemblyName>
Expand Down Expand Up @@ -189,6 +189,7 @@
<DependentUpon>UpdateLogForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<Content Include="App.ico" />
<Content Include="Images\About.png" />
<Content Include="Images\Check_Now.png" />
<Content Include="Images\Check_Updates.png" />
Expand Down

0 comments on commit 9f66b77

Please sign in to comment.