Skip to content

Commit 95fd867

Browse files
committed
VersionBump : v1.4.0
1 parent ea15c14 commit 95fd867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeOfChaos.GeneratorTools/CodeOfChaos.GeneratorTools.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Main package metadata -->
1313
<PackageId>CodeOfChaos.GeneratorTools</PackageId>
14-
<Version>1.3.1</Version>
14+
<Version>1.4.0</Version>
1515
<Authors>Anna Sas</Authors>
1616
<Description>A library to help you create code generators more easily</Description>
1717
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-generator_tools/</PackageProjectUrl>

tests/Tests.CodeOfChaos.GeneratorTools/Tests.CodeOfChaos.GeneratorTools.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Moq" Version="4.20.72"/>
20-
<PackageReference Include="TUnit" Version="0.6.81" />
20+
<PackageReference Include="TUnit" Version="0.8.8" />
2121
<PackageReference Include="Bogus" Version="35.6.1"/>
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)