Skip to content

Commit

Permalink
Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Feb 17, 2023
1 parent ace8894 commit 5d4a128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
dotnet pack -p:Version=${VERSION}-nightly-${GITHUB_RUN_ID} --configuration Release --property PackageOutputPath=${PWD}/nupkgs ${SLN_FILE}
- name: Push
run: |
dotnet nuget push "nupkgs/*.nupkg" -s https://nuget.pkg.github.com/fsharp-mobile/index.json -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
dotnet nuget push "nupkgs/*" -s https://nuget.pkg.github.com/fabulous-dev/index.json -k ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
dotnet pack -p:Version="${MAJOR}.${MINOR}.${PATCH}" --configuration Release --property PackageOutputPath=${PWD}/nupkgs ${SLN_FILE}
- name: Push
run: |
dotnet nuget push "nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate
dotnet nuget push "nupkgs/*" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Maps for Fabulous.XamarinForms

[![build](https://github.com/fsharp-mobile/Fabulous.XamarinForms.Maps/actions/workflows/build.yml/badge.svg)](https://github.com/fsharp-mobile/Fabulous.XamarinForms.Maps/actions/workflows/dotnet.yml) [![Fabulous.XamarinForms.Maps NuGet version](https://badge.fury.io/nu/Fabulous.XamarinForms.Maps.svg)](https://badge.fury.io/nu/Fabulous.XamarinForms.Maps) [![Discord](https://img.shields.io/discord/716980335593914419?label=discord&logo=discord)](https://discord.gg/bpTJMbSSYK)
[![build](https://github.com/fabulous-dev/Fabulous.XamarinForms.Maps/actions/workflows/build.yml/badge.svg)](https://github.com/fabulous-dev/Fabulous.XamarinForms.Maps/actions/workflows/dotnet.yml) [![Fabulous.XamarinForms.Maps NuGet version](https://badge.fury.io/nu/Fabulous.XamarinForms.Maps.svg)](https://badge.fury.io/nu/Fabulous.XamarinForms.Maps) [![Discord](https://img.shields.io/discord/716980335593914419?label=discord&logo=discord)](https://discord.gg/bpTJMbSSYK)

The Map control is a cross-platform view for displaying and annotating maps. You can find all the details about this control on the [Xamarin.Forms.Maps documentation](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/map/).

Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous.XamarinForms.Maps.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<VersionPrefix>2.0.0</VersionPrefix>
<RepositoryUrl>https://github.com/fsharp-mobile/Fabulous.XamarinForms.Maps</RepositoryUrl>
<RepositoryUrl>https://github.com/fabulous-dev/Fabulous.XamarinForms.Maps</RepositoryUrl>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>

Expand Down

0 comments on commit 5d4a128

Please sign in to comment.