Skip to content

Commit

Permalink
🎉 Release 0.9.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashmahar committed Mar 30, 2017
1 parent d5a10e1 commit 1a798ec
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 23 deletions.
35 changes: 17 additions & 18 deletions Clipboarder/MainForm.Designer.cs

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

1 change: 1 addition & 0 deletions Clipboarder/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private void MainForm_Load(object sender, EventArgs e) {
collapseExpandButton.Image = Properties.Resources.Clipboarder_Expand_Arrow;
}

this.toolStripStatusLabel3.Text = Application.ProductVersion.ToString() + " BETA";
presenter = new MainFormPresenter(this);
}

Expand Down
9 changes: 9 additions & 0 deletions Clipboarder/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="dataGridViewTextBoxColumn3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="MainMenuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>159, 18</value>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions Clipboarder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Clipboarder")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A simple clipboard manager for Windows")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Company")]
[assembly: AssemblyCompany("Suyash Mahar")]
[assembly: AssemblyProduct("Clipboarder")]
[assembly: AssemblyCopyright(" ")]
[assembly: AssemblyCopyright("© 2016-17 Suyash Mahar")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
## Syntax Highlighting
Clipboarder uses cutom `RichTextBox`, `SyntaxHighlightingTextBox` to highlight text. Keywords for coloring are stored in XML files within the 'SHLs' directory.

## Relases
__0.9.0-beta__
Latest release for Clipboarder is 0.9.0-beta. Release notes and binary for this release is [here](https://github.com/suyashmahar/Clipboarder/releases/tag/v0.9.0-beta).
### Note:
* Language name displayed in Text Preview are same as XML file in the SHLs directory.
* XML file should follow pattern similar to that of `sample-java.xml`
Expand Down

0 comments on commit 1a798ec

Please sign in to comment.