Skip to content

Commit

Permalink
Updated to v2.4.0.
Browse files Browse the repository at this point in the history
Released new NuGet package. See

- Source formatting
- Updated @Version, @Date and @copyright
- new /App_Readme/Ext.NET.Utilities/ folder

Signed-off-by: geoffreymcgill <geoff@ext.net>
  • Loading branch information
geoffreymcgill committed Dec 17, 2013
1 parent 480a523 commit 3ed7e0a
Show file tree
Hide file tree
Showing 32 changed files with 139 additions and 1,002 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,5 @@ Ext.Net.Utilities/bin/
*.suo
*.dll
*.user
*.vsdoc
*.vsdoc
*.DS_Store
Expand Up @@ -2,7 +2,7 @@
* 2.4.0 BREAKING CHANGES *
**************************************************************************

Release Date : ???
Release Date : 2013-12-17
Current Version : 2.4.0
Previous Version : 2.3.0

Expand Down
@@ -1,4 +1,4 @@
Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions Ext.Net.Utilities/README.txt → ...s/App_Readme/Ext.NET.Utilities/README.txt 100755 → 100644
@@ -1,6 +1,6 @@
Project : Ext.NET.Utilties
Version : 2.3.0
Last Updated : 2013-10-04
Version : 2.4.0
Last Updated : 2013-12-17

--------------------------------------------------------------------------
DESCRIPTION
Expand All @@ -17,6 +17,10 @@ Install using NuGet (http://nuget.org/packages/Ext.NET.Utilities).
RELEASE HISTORY
--------------------------------------------------------------------------

2013-12-17 (geoffreymcgill)

- Release v2.4.0

2013-10-04 (geoffreymcgill)

- Release v2.3.0
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

46 changes: 0 additions & 46 deletions Ext.Net.Utilities/Build/NuGet/Ext.NET.Utilities.README.txt

This file was deleted.

8 changes: 4 additions & 4 deletions Ext.Net.Utilities/DateTime/DateTimeUtils.cs
@@ -1,8 +1,8 @@
/*
* @version : 2.3.0
* @version : 2.4.0
* @author : Ext.NET, Inc. http://www.ext.net/
* @date : 2013-10-04
* @copyright : Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @date : 2013-12-17
* @copyright : Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @license : See license.txt and http://www.ext.net/license/.
* @website : http://www.ext.net/
*/
Expand All @@ -15,7 +15,7 @@

namespace Ext.Net.Utilities
{
/// <summary>ssssssssssssssssssssssssssss
/// <summary>
///
/// </summary>
public static class DateTimeUtils
Expand Down
6 changes: 3 additions & 3 deletions Ext.Net.Utilities/Enumerable/EnumerableUtils.cs
@@ -1,8 +1,8 @@
/*
* @version : 2.3.0
* @version : 2.4.0
* @author : Ext.NET, Inc. http://www.ext.net/
* @date : 2013-10-04
* @copyright : Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @date : 2013-12-17
* @copyright : Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @license : See license.txt and http://www.ext.net/license/.
* @website : http://www.ext.net/
*/
Expand Down
10 changes: 6 additions & 4 deletions Ext.Net.Utilities/Ext.Net.Utilities.csproj
Expand Up @@ -72,11 +72,13 @@
<ItemGroup>
<None Include="Properties\Ext.Net.Utilities.snk" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Build\NuGet\Ext.NET.Utilities.LICENSE.txt" />
<Content Include="Build\NuGet\Ext.NET.Utilities.README.txt" />
<Content Include="README.txt" />
<Folder Include="Build\NuGet\" />
</ItemGroup>
<ItemGroup>
<Content Include="App_Readme\Ext.NET.Utilities\BREAKING_CHANGES.txt" />
<Content Include="App_Readme\Ext.NET.Utilities\LICENSE.txt" />
<Content Include="App_Readme\Ext.NET.Utilities\README.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
6 changes: 3 additions & 3 deletions Ext.Net.Utilities/Html/HtmlUtils.cs
@@ -1,8 +1,8 @@
/*
* @version : 2.3.0
* @version : 2.4.0
* @author : Ext.NET, Inc. http://www.ext.net/
* @date : 2013-10-04
* @copyright : Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @date : 2013-12-17
* @copyright : Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @license : See license.txt and http://www.ext.net/license/.
* @website : http://www.ext.net/
*/
Expand Down
7 changes: 4 additions & 3 deletions Ext.Net.Utilities/IO/FileUtils.cs
@@ -1,8 +1,8 @@
/*
* @version : 2.3.0
* @version : 2.4.0
* @author : Ext.NET, Inc. http://www.ext.net/
* @date : 2013-10-04
* @copyright : Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @date : 2013-12-17
* @copyright : Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @license : See license.txt and http://www.ext.net/license/.
* @website : http://www.ext.net/
*/
Expand All @@ -27,6 +27,7 @@ public static string ReadFile(string path)
{
string text = sr.ReadToEnd();
sr.Close();

return text;
}
}
Expand Down
22 changes: 17 additions & 5 deletions Ext.Net.Utilities/Inflatr/Base.cs
@@ -1,8 +1,8 @@
/*
* @version : 2.3.0
* @version : 2.4.0
* @author : Ext.NET, Inc. http://www.ext.net/
* @date : 2013-10-04
* @copyright : Copyright (c) 2008-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @date : 2013-12-17
* @copyright : Copyright (c) 2008-2014, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
* @license : See license.txt and http://www.ext.net/license/.
* @website : http://www.ext.net/
*/
Expand Down Expand Up @@ -99,6 +99,7 @@ protected string Escape(string pattern)
protected StringBuilder Indent()
{
StringBuilder sb = new StringBuilder();

for (int i = 0; i < this.options.Level; i++)
{
sb.Append(this.options.Indent);
Expand Down Expand Up @@ -133,6 +134,7 @@ protected int LastIndexOf(Regex pattern, string input)
for (int i = this.index; i >= 0; i--)
{
bool match = pattern.IsMatch(input, i);

if (match)
{
return i;
Expand Down Expand Up @@ -183,6 +185,7 @@ protected void Append(params string[] strings)
protected string Peek(string pat)
{
Match m = new Regex("^" + pat, RegexOptions.Multiline).Match(this.input, this.index);

return m.Success ? m.Groups[0].Value : null;
}

Expand All @@ -194,9 +197,11 @@ protected string Peek(string pat)
protected string Scan(string pat)
{
string m = this.Peek(pat);

if (m.IsNotEmpty())
{
this.index += m.Length;

return m;
}

Expand All @@ -210,6 +215,7 @@ protected string Scan(string pat)
protected bool NextChar()
{
this.Append(this.Scan("(\n|.)"));

return true;
}

Expand All @@ -222,6 +228,7 @@ protected bool WhiteSpace()
if (this.Scan("\\s+").IsNotEmpty())
{
this.Append(" ");

return true;
}

Expand All @@ -240,8 +247,10 @@ protected string NewLine()
int x = this.LastIndexOf(this.newLineRe1, this.r.ToString());
int y = this.LastIndexOf(this.newLineRe2, this.r.ToString());

if ( x < 0 || y < 0 || x < y ) {
if ( x < 0 || y < 0 || x < y )
{
this.c = 0;

return "\n" + this.Indent().ToString();
}
else
Expand All @@ -262,7 +271,8 @@ protected string ScanUntil(string pat)

if (m.Success)
{
this.index += m.Groups[0].Length;
this.index += m.Groups[0].Length;

return m.Groups[1].Value;
}

Expand All @@ -288,9 +298,11 @@ protected string Between(string start)
protected string Between(string start, string finish)
{
string m = this.Scan(start);

if (m.IsNotEmpty())
{
m = this.ScanUntil(finish);

if (m.IsNotEmpty())
{
return m;
Expand Down

0 comments on commit 3ed7e0a

Please sign in to comment.