Skip to content

Commit

Permalink
Update Docs and Winget to Latest (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Jul 29, 2024
2 parents 859423f + d14df28 commit e6daec8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
id: release-options
shell: pwsh
run: |
if ($Env:nkdAgility_Ring -ne 'Canary' && ($Env:HasChanged_src || $Env:HasChanged_docs )) {
if ($Env:nkdAgility_Ring -eq 'Release') {
echo "discussion_category_name=Anouncement" >> $env:GITHUB_OUTPUT
}
Expand Down
20 changes: 10 additions & 10 deletions docs/_includes/cardpanel-contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h5 class="no_toc card-header">Contribute</h5>
</a>
</li>
<li class="align-items-center">
<a class="p-2 {% if page.pageStatus == 'generated' %}disabled{% endif %}" title="{% if page.pageStatus == 'generated' %}Unable to edit generated files{% else %}Edit this document{% endif %}" data-proofer-ignore href="{{site.githuburl}}/edit/master/docs/{{ page.path }}">
<a class="p-2 {% if page.pageStatus == 'generated' %}disabled{% endif %}" title="{% if page.pageStatus == 'generated' %}Unable to edit generated files{% else %}Edit this document{% endif %}" data-proofer-ignore href="{{site.githuburl}}/edit/main/docs/{{ page.path }}">
<i class="fa-sharp fa-light fa-file-pen"></i>{% if include.expand %} Edit Page{% endif %}
</a>
</li>
Expand All @@ -27,23 +27,23 @@ <h5 class="no_toc card-header">Contribute</h5>

{% if page.classFile != null %}
<li class="align-items-center">
<a class="p-2 " target="_blank" title="Edit this documents class file" data-proofer-ignore href="{{site.githuburl}}/edit/master/{{ page.classFile }}">
<i class="fa-kit fa-solid-square-code-pen"></i>{% if include.expand %} Edit Class{% endif %}
</a>
<a class="p-2 " target="_blank" title="Edit this documents class file" data-proofer-ignore href="{{site.githuburl}}/edit/main/{{ page.classFile }}">
<i class="fa-kit fa-solid-square-code-pen"></i>{% if include.expand %} Edit Class{% endif %}
</a>
</li>
{% endif %}
{% if page.optionsClassFile != null %}
<li class="align-items-center">
<a class="p-2 " target="_blank" title="Edit this documents configuration/options file" data-proofer-ignore href="{{site.githuburl}}/edit/master/{{ page.optionsClassFile }}">
<i class="fa-kit fa-solid-gear-code-pen"></i>{% if include.expand %} Edit Configuration / Options{% endif %}
</a>
<a class="p-2 " target="_blank" title="Edit this documents configuration/options file" data-proofer-ignore href="{{site.githuburl}}/edit/main/{{ page.optionsClassFile }}">
<i class="fa-kit fa-solid-gear-code-pen"></i>{% if include.expand %} Edit Configuration / Options{% endif %}
</a>
</li>
{% endif %}
{% for item in page.topics %}
<li class="align-items-center">
<a class="p-2 " target="_blank" title="{% if item.exists %}Edit{% else %}Create{% endif %} this topic file" data-proofer-ignore href="{{site.githuburl}}/{% if item.exists %}edit{% else %}new{% endif %}/master{{ item.path }}">
<i class="fa-brands fa-markdown"></i>{% if include.expand %} {% if item.exists %}Edit{% else %}Create{% endif %} {{ item.topic }}{% endif %}
</a>
<a class="p-2 " target="_blank" title="{% if item.exists %}Edit{% else %}Create{% endif %} this topic file" data-proofer-ignore href="{{site.githuburl}}/{% if item.exists %}edit{% else %}new{% endif %}/main{{ item.path }}">
<i class="fa-brands fa-markdown"></i>{% if include.expand %} {% if item.exists %}Edit{% else %}Create{% endif %} {{ item.topic }}{% endif %}
</a>
</li>
{% endfor %}
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Created using wingetcreate 1.2.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: nkdAgility.AzureDevOpsMigrationTools
PackageVersion: 13.0.4
PackageVersion: 1.0.0.0
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: devopsmigration.exe
PortableCommandAlias: devopsmigration
Installers:
- Architecture: x64
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: devopsmigration.exe
InstallerUrl: https://github.com/nkdAgility/azure-devops-migration-tools/releases/download/v13.0.4/MigrationTools-13.0.4.zip
InstallerSha256: 68D12EE65166CE03FF891D97564BD183D6139E432F6B90A842E71311BCA07535
- InstallerUrl: https://github.com/nkdAgility/azure-devops-migration-tools/releases/download/v15.1.3-Preview.2/MigrationTools-15.1.3-Preview.2.zip
Architecture: x64
InstallerSha256: C112C8D1717EDF9632F69BBA408F2F45A5FF5B4F4AA22ED43433CB02ED187DE9
ManifestType: installer
ManifestVersion: 1.4.0
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created using wingetcreate 1.2.5.0
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json

PackageIdentifier: nkdAgility.AzureDevOpsMigrationTools
Expand All @@ -9,4 +9,4 @@ PackageName: Azure DevOps Migration Tools
License: MIT Licence
ShortDescription: Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
ManifestType: defaultLocale
ManifestVersion: 1.4.0
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created using wingetcreate 1.2.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: nkdAgility.AzureDevOpsMigrationTools
PackageVersion: 13.0.4
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.4.0
ManifestVersion: 1.6.0

0 comments on commit e6daec8

Please sign in to comment.