Skip to content

Commit

Permalink
Prepare for chocolatey release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnull committed Jan 13, 2019
1 parent fc3ec1b commit a3c2ecb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@
[![](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/screenruler/files/)

Screen Ruler is a lightweight, but configurable ruler tool for Windows Desktop. It allows you to measure the size of elements on the screen in different units, including pixels, centimeters and inches. The ruler can be moved and resized precisely using either the mouse or the keyboard and custom marking lines can be added. Besides coming with a light and a dark theme, Screen Ruler also allows you to fully customize its appearance by changing all color settings.
Screen Ruler is a lightweight and configurable ruler tool for Windows Desktop. It allows you to measure the size of elements on the screen in different units, including pixels, centimeters and inches. The ruler can be moved and resized precisely using either the mouse or the keyboard and custom marking lines can be added. Besides coming with a light and a dark theme, Screen Ruler also allows you to fully customize its appearance by changing all color settings.

<p align="center">
<img src="img/screenruler_styles_small.png" height="350px">
Expand Down Expand Up @@ -70,9 +70,9 @@ Places to get help:
* Ask on [Sourceforge](https://sourceforge.net/p/screenruler/discussion/) (General help, ideas etc.)
* Open an issue on [GitHub](https://github.com/bluegrams/screenruler/issues) (Bugs, feature requests etc.)

## Contributing
## Contribute

You are welcome to contribute by opening a [pull request on GitHub](https://github.com/bluegrams/screenruler/pulls).
You are very welcome to contribute fixes and new features by opening a [pull request on GitHub](https://github.com/bluegrams/screenruler/pulls).

## License

Expand Down
1 change: 1 addition & 0 deletions ScreenRuler.sln
Expand Up @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{E2560076-F4E6-44D0-843A-2F251607367E}"
ProjectSection(SolutionItems) = preProject
img\icon.png = img\icon.png
img\screenruler_styles_small.png = img\screenruler_styles_small.png
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion ScreenRuler/HelpForm.cs
Expand Up @@ -9,7 +9,7 @@ namespace ScreenRuler
public partial class HelpForm : Form
{
private string lang;
private string HelpFileLocation { get { return String.Format(@"Help\Help.{0}.html", lang); } }
private string HelpFileLocation { get { return Path.Combine(Application.StartupPath, $@"Help\Help.{lang}.html"); } }

public HelpForm()
{
Expand Down
6 changes: 3 additions & 3 deletions ScreenRuler/Properties/AssemblyInfo.cs
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyCulture("")]

[assembly: ProductWebsite("https://screenruler.sourceforge.io")]
[assembly: ProductLicense("LICENSE.txt", "BSD-3-Clause")]
[assembly: ProductLicense("https://github.com/Bluegrams/ScreenRuler/blob/master/LICENSE.txt", "BSD-3-Clause")]
[assembly: SupportedCultures("en", "de")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -37,5 +37,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.0.18283")]
[assembly: AssemblyFileVersion("0.2.0.18283")]
[assembly: AssemblyVersion("0.2.0.19013")]
[assembly: AssemblyFileVersion("0.2.0.19013")]
2 changes: 1 addition & 1 deletion ScreenRuler/ScreenRuler.csproj
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScreenRuler</RootNamespace>
<AssemblyName>Screen Ruler</AssemblyName>
<AssemblyName>screenruler</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
Binary file added img/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3c2ecb

Please sign in to comment.