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

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jun 12, 2018
1 parent ced3b87 commit 44afa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TextTemplating/T5.TextTemplating.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>T4 templating engine for .NET Core.</Description>
<Authors>Atif Aziz;Mikayla Hutchinson</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/TextTransform/TextTransform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>dotnet-tt</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<LangVersion>7.1</LangVersion>
<PackageId>T5.TextTransform.Tool</PackageId>
<PackageType>DotNetCliTool</PackageType>
Expand Down

0 comments on commit 44afa44

Please sign in to comment.