We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661b1f commit a00016bCopy full SHA for a00016b
README.md
@@ -14,7 +14,7 @@ Just add these lines to your project file:
14
15
```xml
16
<ItemGroup>
17
- <PackageReference Include="T4.Build" Version="0.2.4" PrivateAssets="All" />
+ <PackageReference Include="T4.Build" Version="0.2.5" PrivateAssets="All" />
18
</ItemGroup>
19
```
20
T4.Build/T4.Build.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>0.2.4</VersionPrefix>
+ <VersionPrefix>0.2.5</VersionPrefix>
5
<OutputType>Exe</OutputType>
6
<TargetFramework>netcoreapp3.1</TargetFramework>
7
<RollForward>LatestMajor</RollForward>
0 commit comments