Skip to content

Commit

Permalink
Bump version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Apr 29, 2019
1 parent 04f7cf9 commit 7c9ee52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Prefix the description of the change with `[major]`, `[minor]` or `[patch]` in a

## Released

### 1.1.0

* Find and replace `.js`, `.py`, and `.ts` files.
* Support snake case and kebab case, i.e. when replacing `SourceText` with `TargetText`, replace `source_text` with `target_text` and `source-text` with `target-text`.

### 1.0.0

* Initial release.
2 changes: 1 addition & 1 deletion src/FindReplaceCode/FindReplaceCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<PackAsTool>true</PackAsTool>
<ToolCommandName>findreplacecode</ToolCommandName>
<PackageId>Faithlife.FindReplaceCode.Tool</PackageId>
Expand Down

0 comments on commit 7c9ee52

Please sign in to comment.