From 84b13f956554f78cd2cb68d25b977666a3d247a5 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Sat, 13 Feb 2021 14:45:06 +0100 Subject: [PATCH] (GH-141) Update cake support to 1.0.0 fixes #141 --- docs/input/_Footer.cshtml | 4 +++- docs/input/index.cshtml | 9 +++++++-- src/Cake.Transifex.Tests/Cake.Transifex.Tests.csproj | 2 +- src/Cake.Transifex/Cake.Transifex.csproj | 4 +++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/input/_Footer.cshtml b/docs/input/_Footer.cshtml index 644b324..db30fc9 100644 --- a/docs/input/_Footer.cshtml +++ b/docs/input/_Footer.cshtml @@ -1 +1,3 @@ -Copyright © 2017-2018 Kim J. Nordmo +Copyright © 2017-@(System.DateTime.Today.Year) + Kim J. Nordmo + diff --git a/docs/input/index.cshtml b/docs/input/index.cshtml index 8e41cfc..7db2ac6 100644 --- a/docs/input/index.cshtml +++ b/docs/input/index.cshtml @@ -6,9 +6,10 @@ NoGutter: false ---
-

What is it?

+

What is it?

- Cake.Transifex is an addin for the Cake Build script adding support for working with the localization service Transifex. + Cake.Transifex is an addin for the Cake Build script adding support for working with the localization service + Transifex. This addin requires that the transifex client is already installed and is available as `tx`.

@@ -25,6 +26,10 @@ NoGutter: false

Cake support

+

+ Starting from version 1.0.0 of Cake.Transifex, only Cake 1.0.0 and higher + is supported. +

This addin makes use of the .NET Standard 2.0 framework, which should work on both .NET Core 2.0+, and .NET Framework 4.6+. diff --git a/src/Cake.Transifex.Tests/Cake.Transifex.Tests.csproj b/src/Cake.Transifex.Tests/Cake.Transifex.Tests.csproj index 7fe2871..6df0878 100644 --- a/src/Cake.Transifex.Tests/Cake.Transifex.Tests.csproj +++ b/src/Cake.Transifex.Tests/Cake.Transifex.Tests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers all diff --git a/src/Cake.Transifex/Cake.Transifex.csproj b/src/Cake.Transifex/Cake.Transifex.csproj index ddb4b8d..453c6b1 100644 --- a/src/Cake.Transifex/Cake.Transifex.csproj +++ b/src/Cake.Transifex/Cake.Transifex.csproj @@ -9,6 +9,8 @@ Cake.Transifex is a addin for the Cake Build script adding support for working with the localization service Transifex. This addin requires that the transifex client is already installed and is available as `tx`. To install the transifex client, install python, then run `pip install transifex-client`. + +Supports Cake 1.0.0+ bin\$(Configuration)\$(TargetFramework)\Cake.Transifex.xml en-GB @@ -39,7 +41,7 @@ To install the transifex client, install python, then run `pip install transifex runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive