Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 44afa44

Browse files
committed
Bump version to 1.1.0
1 parent ced3b87 commit 44afa44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TextTemplating/T5.TextTemplating.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<VersionPrefix>1.0.1</VersionPrefix>
5+
<VersionPrefix>1.1.0</VersionPrefix>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<Description>T4 templating engine for .NET Core.</Description>
88
<Authors>Atif Aziz;Mikayla Hutchinson</Authors>

src/TextTransform/TextTransform.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyName>dotnet-tt</AssemblyName>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>netcoreapp2.0</TargetFramework>
7-
<VersionPrefix>1.0.1</VersionPrefix>
7+
<VersionPrefix>1.1.0</VersionPrefix>
88
<LangVersion>7.1</LangVersion>
99
<PackageId>T5.TextTransform.Tool</PackageId>
1010
<PackageType>DotNetCliTool</PackageType>

0 commit comments

Comments
 (0)