Skip to content

Commit 63324a4

Browse files
committed
2.5.1 release
1 parent 73ba136 commit 63324a4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Console/Styles/Console.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,6 @@ a.ps-link {
431431
.ui-autocomplete {
432432
border-top-width: 0;
433433
padding: 0 1px;
434-
/*padding-left: 0;*/
435-
/*border-top-left-radius: 0;*/
436-
/*border-top-right-radius: 0;*/
437434
}
438435

439436
.ui-menu-item a {

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
// by using the '*' as shown below:
1111
// [assembly: AssemblyVersion("1.0.*")]
1212

13-
[assembly: AssemblyVersion("2.5.0.*")]
14-
[assembly: AssemblyFileVersion("2.5.0.0")]
15-
[assembly: AssemblyInformationalVersion("2.5.0.0")]
13+
[assembly: AssemblyVersion("2.5.1.*")]
14+
[assembly: AssemblyFileVersion("2.5.1.0")]
15+
[assembly: AssemblyInformationalVersion("2.5.1.0")]
1616

1717
// General Information about an assembly is controlled through the following
1818
// set of attributes. Change these attribute values to modify the information

0 commit comments

Comments
 (0)