Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Nov 9, 2021
1 parent 8422b48 commit 2ed7dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Just add these lines to your project file:

```xml
<ItemGroup>
<PackageReference Include="T4.Build" Version="0.2.1" PrivateAssets="All" />
<PackageReference Include="T4.Build" Version="0.2.2" PrivateAssets="All" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion T4.Build/T4.Build.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>0.2.1</VersionPrefix>
<VersionPrefix>0.2.2</VersionPrefix>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RollForward>LatestMajor</RollForward>
Expand Down

0 comments on commit 2ed7dec

Please sign in to comment.