Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-hassan committed Jan 8, 2025
1 parent de93ada commit 4bb877d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Download development version from [myget](https://www.myget.org/feed/appvey/pack
- Update project build number
- Delete project build cache
- Delete project

- support reading appveyor token from keyboard, external file, environment variables or piping the token.
- Implement Users Rest API
- Support reading Appveyor token from keyboard, external file, environment variables, Windows Manager Credential (Windows Users Only) or piping the token.
- Display result in a tabular form.
- Show summary of response of important information.
- Allow deleting the Cancelled or failed builds in history command which is confirmed by the user.
Expand All @@ -65,7 +65,12 @@ Download development version from [myget](https://www.myget.org/feed/appvey/pack
- Using response file (one or more) which contain options and arguments or the value of any option like token. The response file argument start with '@'.
- Save the output response json to external files.
- Save the screen output to external file.
- Can run in what-if mode to show the result without executing the command.
- Support Control-C to stop program with grace stop.
- Support for Windows, Linux and MacOs.
- Support for .Net 8.0 and above.
- The package is signed and verified.

----------

## Install and Usage
Expand Down Expand Up @@ -97,6 +102,9 @@ Run the commands as described in [wiki pages](https://github.com/moh-hassan/appv

Note: help can be displayed by any of: -? or -h or --help

## Give a Star! :star:

If you are using this project, please show your support by giving this project a star!. Thanks!

------
## Documentation
Expand All @@ -118,9 +126,6 @@ All programs or packages will not transfer any information to other networked sy

## Acknowledgements:

**Thank you [JetBrains](https://www.jetbrains.com "JetBrain") for [Resharper](https://www.jetbrains.com/resharper/ "Resharper") open source license**
<img src="src/art/jb_beam.png" alt="jetbrains" width="200"/>

**Thank you [SignPath](https://signpath.io?utm_source=foundation&utm_medium=github&utm_campaign=odata2poco) for free code signing.**

<img src="src/art/signpath.jpg" alt="signpath" width="200"/>
11 changes: 10 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# appvey
# Appveyor cli tool


## Version 1.1.0
**Release Date:** 2025-01-08
- Add what-if option to all commands.
- Add Examples to help.
- Add Users command.
- Add http command.
- Support Windows Credential Manager.
- Sign packages by signpath sign-release certificate.


## Version 1.1.0-dev
**Release Date:** 2024-12-30
- Add Users command.
- Add http command.
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/%SIGNPATH_ORGANIZATION_ID%/Integrations/AppVeyor?ProjectSlug=%SIGNPATH_PROJECT_SLUG%&SigningPolicySlug=%SIGNPATH_SIGNING_POLICY_SLUG%&ArtifactConfigurationSlug=%ARTIFACT_CONFIGURATION_SLUG%
authorization: 'Bearer %SIGNPATH_CI_USER_TOKEN%'
on:
APPVEYOR_REPO_TAG: true


4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Version>1.1.0-dev</Version>
<Version>1.1.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
<PackageOutputPath>$(SolutionDir)..\nupkg</PackageOutputPath>
Expand All @@ -15,7 +15,7 @@
</Description>
<IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject>
<Company>appvey</Company>
<PackageReleaseNotes>https://github.com/moh-hassan/appvey/ReleaseNotes.md </PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/moh-hassan/appvey/blob/main/ReleaseNotes.md</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
<PackageTags>appveyor;appvey;restapi;https;commandline;csharp;ci/cd;automation;devops;continuousintegration;appveyorapi</PackageTags>
Expand Down

0 comments on commit 4bb877d

Please sign in to comment.