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 ---
- 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+ 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 @@