Skip to content

Commit

Permalink
updated chocolatey description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 1, 2014
1 parent 313aeb1 commit 8722748
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/chocolatey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<metadata>
<id>editorconfig.core</id>
<title>EditorConfig Core</title>
<version>0.11.0</version>
<version>0.12.0</version>
<authors>EditorConfig Team</authors>
<owners>Hong Xu, Martijn Laarman</owners>
<summary>Editorconig commandline tooling written in .NET</summary>
<description>EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems. This is the core library of EditorConfig written in C.</description>
<description>EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems. This package installs the editorconfig command line tooling written in .NET.</description>
<projectUrl>http://editorconfig.org</projectUrl>
<tags>development editor IDE coding-style</tags>
<licenseUrl>https://raw.github.com/editorconfig/editorconfig-core/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/EditorConfig.App/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyCompanyAttribute("EditorConfig")]
[assembly: AssemblyConfigurationAttribute("Release")]
[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.11.0")]
[assembly: AssemblyInformationalVersionAttribute("0.11.0")]
[assembly: AssemblyFileVersionAttribute("0.12.0")]
[assembly: AssemblyInformationalVersionAttribute("0.12.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
Expand Down
2 changes: 1 addition & 1 deletion src/EditorConfig.Core/EditorConfigParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class EditorConfigParser
/// <summary>
/// The current (and latest parser supported) version as string
/// </summary>
public static readonly string VersionString = "0.11.0";
public static readonly string VersionString = "0.12.0";

/// <summary>
/// The current editorconfig version
Expand Down
4 changes: 2 additions & 2 deletions src/EditorConfig.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyCompanyAttribute("EditorConfig")]
[assembly: AssemblyConfigurationAttribute("Release")]
[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.11.0")]
[assembly: AssemblyInformationalVersionAttribute("0.11.0")]
[assembly: AssemblyFileVersionAttribute("0.12.0")]
[assembly: AssemblyInformationalVersionAttribute("0.12.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
Expand Down
4 changes: 2 additions & 2 deletions src/EditorConfig.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyCompanyAttribute("EditorConfig")]
[assembly: AssemblyConfigurationAttribute("Release")]
[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.11.0")]
[assembly: AssemblyInformationalVersionAttribute("0.11.0")]
[assembly: AssemblyFileVersionAttribute("0.12.0")]
[assembly: AssemblyInformationalVersionAttribute("0.12.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
Expand Down

0 comments on commit 8722748

Please sign in to comment.