Skip to content

Commit

Permalink
Publish 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Feb 16, 2024
1 parent bbe2a64 commit 78c2831
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If the find text is not sufficiently unique in the existing files, this tool may

At least one find-and-replace pair is required. Any additional pairs are executed in the order they are provided.

Any subfolder whose name starts with a period (e.g. `.git`) is automatically excluded from modification, along with all of its files and subfolders.
Any `.git` subfolders are automatically excluded from modification.

## Issues

Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 1.2.0

* Find and replace `.yaml` files.
* Find and replace within `.`-prefixed directories (except `.git`).
* Support .NET 6/7/8.

## 1.1.0

* Find and replace `.js`, `.py`, and `.ts` files.
Expand Down

0 comments on commit 78c2831

Please sign in to comment.