From 38f5dad4002c72096207d695a7e4f2154683d7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Wed, 30 Mar 2022 09:19:25 +0200 Subject: [PATCH] Update documentation --- .../en/docs/tutorials/using-nightly-builds.md | 12 ++++++------ templates/Fabulous.XamarinForms.Templates.proj | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/content/en/docs/tutorials/using-nightly-builds.md b/docs/content/en/docs/tutorials/using-nightly-builds.md index 0080c7f8e..b3c582e33 100644 --- a/docs/content/en/docs/tutorials/using-nightly-builds.md +++ b/docs/content/en/docs/tutorials/using-nightly-builds.md @@ -13,9 +13,9 @@ weight: 301 toc: true --- -On every commit to the `main` branch, packages for each project and template are automatically generated and published to the GitHub Packages Registry. +On every commit to the `v2.0` branch, packages for each project and template are automatically generated and published to the GitHub Packages Registry. -If you plan to use those packages, you'll need to add a `nuget.config` file to your solution folder and you'll need to add a source pointing to `https://nuget.pkg.github.com/TimLariviere/index.json`. +If you plan to use those packages, you'll need to add a `nuget.config` file to your solution folder and you'll need to add a source pointing to `https://nuget.pkg.github.com/fsprojects/index.json`. You'll also new to generate a GitHub PAT (personal access token) for your account and set that token in the `nuget.config` file. @@ -30,13 +30,13 @@ Example of `nuget.config`: - + - + - + ``` @@ -51,4 +51,4 @@ Once you configured `nuget.config`, you can run dotnet new -i Fabulous.XamarinForms.Templates::XYZ ``` -where `XYZ` is the latest version from [Fabulous.XamarinForms.Templates versions](https://github.com/TimLariviere/Fabulous-new/packages/1191236/versions). +where `XYZ` is the latest version from [Fabulous.XamarinForms.Templates versions](https://github.com/fsprojects/Fabulous/packages/1334656/versions). diff --git a/templates/Fabulous.XamarinForms.Templates.proj b/templates/Fabulous.XamarinForms.Templates.proj index dd517cf83..9fdfba25a 100644 --- a/templates/Fabulous.XamarinForms.Templates.proj +++ b/templates/Fabulous.XamarinForms.Templates.proj @@ -1,7 +1,7 @@ Fabulous for Xamarin.Forms Template - TimLariviere + Fabulous contributors https://github.com/fsprojects/Fabulous Apache-2.0 images\nuget-icon.png