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.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jun 12, 2018
1 parent d25e3b0 commit ced3b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a `<DotNetCliToolReference>` node to the project file, as shown below:
```xml
<ItemGroup>
<DotNetCliToolReference Include="T5.TextTransform.Tool"
Version="1.0.0-*" />
Version="1.0.1-*" />
</ItemGroup>
```

Expand Down
1 change: 1 addition & 0 deletions src/TextTemplating/T5.TextTemplating.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

0 comments on commit ced3b87

Please sign in to comment.