Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-hassan committed Aug 26, 2024
1 parent 37df0ca commit 642c9f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

**appvey** Works seamlessly with Appveyor CI/CD from the command line, helping users to maintain appveyor projects, run builds and download artifacts using [Appveyor REST API](https://www.appveyor.com/docs/api/).

-----
## Download
[![NuGet Version](https://img.shields.io/nuget/v/Appvey.svg?label=nuget%20Global%20tool&style=flat)](https://www.nuget.org/packages/appvey) </p>

-----
<img src="src/art/demo.gif" alt="project-last-build" width="75%"/>

Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Appveyor cli tool

## Version 1.0.0
**Release Date:** 2024-08-27
**Release Date:** 2024-08-26
- Download build artifacts either all or specific file(s) by version or job id.
- Implement Builds Rest APIs:
- Start build of branch most recent commit
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta6</Version>
<Version>1.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
<PackageOutputPath>$(SolutionDir)..\nupkg</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="DotMake.CommandLine" Version="1.8.8" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageVersion Include="NUnit" Version="4.2.0" />
<PackageVersion Include="NUnit" Version="4.2.1" />
<PackageVersion Include="NUnit.Analyzers" Version="4.3.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="WireMock.Net" Version="1.6.1" />
Expand Down

0 comments on commit 642c9f1

Please sign in to comment.