Skip to content

Commit

Permalink
improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lumimario committed Mar 24, 2023
1 parent 5f9317f commit e68944c
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
publish-nuget:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Release Version
id: package_version
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Create Nuget Packages
run: dotnet pack --configuration Release -o ${{ env.OUTPUT_PATH }}

- name: Publish to NuGet
working-directory: ${{ env.OUTPUT_PATH }}
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
# - name: Publish to NuGet
# working-directory: ${{ env.OUTPUT_PATH }}
# run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

- uses: avakar/tag-and-release@v1
name: Create Release Tag v${{ steps.package_version.outputs.version }}
Expand Down
Binary file modified Documentation/Configuration/addPreConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Documentation/Configuration/configDetails.png
Binary file not shown.
Binary file modified Documentation/Configuration/datatype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed Documentation/addPackage2.png
Binary file not shown.
Binary file removed Documentation/addPreConfig.png
Binary file not shown.
Binary file removed Documentation/configDetails.png
Binary file not shown.
Binary file removed Documentation/datatype.png
Binary file not shown.
Binary file removed Documentation/v8-1.png
Binary file not shown.
Binary file removed Documentation/v8-2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion Our.Iconic/Our.Iconic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Description>
<Product>$(AssemblyName)</Product>
<PackageTags>umbraco plugin package icon picker editor backoffice umbraco-marketplace</PackageTags>
<Version>5.2.1</Version>
<Version>5.2.2</Version>
<Authors>Mario Lopez</Authors>
<PackageProjectUrl>https://github.com/Skartknet/Iconic</PackageProjectUrl>
<PackageIcon>iconic_logo.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions README.nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Version 5 is no longer multi-targeted. Only supports .NET 6 and Umbraco > 10.2.0

Previous versions of this package are on https://github.com/KOBENDigital/Iconic

### Umbraco Package
https://our.umbraco.com/packages/backoffice-extensions/iconic/
### Umbraco Marketplace
https://marketplace.umbraco.com/package/our.iconic

---

Expand Down
10 changes: 2 additions & 8 deletions README.md → umbraco-marketplace-readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Iconic
Highly configurable icon picker for Umbraco.
Iconic is a highly configurable package that allows you to easily add icon libraries to your Umbraco content.

## Introduction
With Iconic you will be able to create a property editor that can use virtually any font package out there and not only that, you will be able to select your icon from more than one package on the same property.
Expand All @@ -25,12 +25,6 @@ If you are upgrading from previous Iconic versions, follow these steps (you shou
### Nuget
[![NuGet](https://buildstats.info/nuget/Our.Iconic)](https://www.nuget.org/packages/Our.Iconic/)

You can run the following command from within Visual Studio:

PM> Install-Package Our.Iconic

### Umbraco Package
https://our.umbraco.com/packages/backoffice-extensions/iconic/


## Configuration
Expand All @@ -45,4 +39,4 @@ Username: `[email protected]`\
Password: `Password123`


Handmade by Mario Lopez - 2022 @skartknet
Handmade by Mario Lopez - 2023 @skartknet
9 changes: 8 additions & 1 deletion umbraco-marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@
},
"Category": "Editor Tools",
"DiscussionForumUrl": "https://our.umbraco.com/packages/backoffice-extensions/iconic",
"DocumentationUrl": "https://github.com/skartknet/Iconic/tree/master/Documentation",
"LicenseTypes": ["Free"],
"PackageType": "Package",
"Title": "Iconic",
"PackagesByAuthor": ["Our.Umbraco.ConditionalDisplayers"],
"Tags":["icons", "icon", "fontawesome", "font awesome"],
"Description": "Iconic is a highly configurable package that allows you to easily add icon libraries to your Umbraco content."
"Description": "Iconic is a highly configurable package that allows you to easily add icon libraries to your Umbraco content.",
"Screenshots": [
{
"ImageUrl": "",
"Caption": ""
}
]
}

0 comments on commit e68944c

Please sign in to comment.