Skip to content

Commit

Permalink
feat: Replace "code base" with "codebase"
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Mar 13, 2020
1 parent 57aca77 commit 621f286
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sharpen
*Sharpen* is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code shorter, simpler, more expressive, more performant, and more readable, in one word - sharper.
*Sharpen* is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code shorter, simpler, more expressive, more performant, and more readable, in one word - sharper.

[![Twitter](https://img.shields.io/badge/twitter-sharpenrocks-brightgreen.svg?logo=twitter)](https://twitter.com/sharpenrocks)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/ironcev.sharpen?color=green&label=visual%20studio%20marketplace)](https://marketplace.visualstudio.com/items?itemName=ironcev.sharpen)
Expand All @@ -19,7 +19,7 @@ You can [install *Sharpen*](https://github.com/sharpenrocks/Sharpen/wiki/Install
## Benefits at a Glance

### Faster Learning of New C# Features
Learn new C# features faster by applying them to your existing code base.
Learn new C# features faster by applying them to your existing codebase.

Forget the simplified, artificial code samples often used to introduce new C# features. *Sharpen* points to places in real-life production code - your code! - where new C# features should be used.

Expand All @@ -35,7 +35,7 @@ Learn to ❤ C# but not blindly. Take love with a pinch of salt ;-)
### Consistent Usage of C# Features
Consistency matters. Your preferences as well.

Once configured on your project, *Sharpen* ensures that C# language features are consistently used over the whole code base.
Once configured on your project, *Sharpen* ensures that C# language features are consistently used over the whole codebase.

### Code Refactoring on Arbitrary Scale
Safely refactor your code by a single mouse click.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ internal static partial class AssemblyDescription
{
public const string Title = "Sharpen for Visual Studio";

public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";
public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";

public const string InformationalVersion = Version;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ internal static partial class AssemblyDescription
{
public const string Title = "Sharpen for Visual Studio";

public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";
public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";

public const string InformationalVersion = Version;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ internal static partial class AssemblyDescription
{
public const string Title = "Sharpen for Visual Studio";

public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";
public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";

public const string InformationalVersion = Version;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ internal static partial class AssemblyDescription
{
public const string Title = "Sharpen for Visual Studio";

public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";
public const string Description = "Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.";

public const string InformationalVersion = Version;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Sharpen.VisualStudioExtension/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>Sharpen</value>
</data>
<data name="112" xml:space="preserve">
<value>Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing code base. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.</value>
<value>Sharpen is a Visual Studio extension that intelligently introduces new C# language features into your existing codebase. It makes your code smaller, simpler, faster, more expressive and more readable, in one word - sharper.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Metadata>
<Identity Id="Ironcev.Sharpen" Version="0.10.1" Language="en-US" Publisher="Igor Rončević" />
<DisplayName>Sharpen</DisplayName>
<Description xml:space="preserve">A Visual Studio extension that intelligently introduces new C# language features into your existing code base.</Description>
<Description xml:space="preserve">A Visual Studio extension that intelligently introduces new C# language features into your existing codebase.</Description>
<MoreInfo>https://sharpen.rocks</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
Expand Down

0 comments on commit 621f286

Please sign in to comment.