From 52a15bd9fb879fe049154517a75ea3906f8361c7 Mon Sep 17 00:00:00 2001 From: Harish Date: Tue, 29 Jun 2021 13:41:44 +0100 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8bacc84..fd258a27 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_apis/build/status/hkarthik7.azure-devops-java-sdk?branchName=main)](https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_build/latest?definitionId=8&branchName=main) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/LICENSE) -[![Download: azd](https://img.shields.io/github/downloads/hkarthik7/azure-devops-java-sdk/total.svg)](https://github.com/hkarthik7/azure-devops-java-sdk/releases/download/v1.4.2/azd-1.4.2.jar) +[![Download: azd](https://img.shields.io/github/downloads/hkarthik7/azure-devops-java-sdk/total.svg)](https://github.com/hkarthik7/azure-devops-java-sdk/releases/download/v1.4.3/azd-1.4.3.jar) **azd** library helps to manage **Azure DevOps** REST API on ease. This provides functionality to the significant services in **Azure DevOps** and manage in granular level. @@ -22,7 +22,7 @@ To download the library and use it in your project, just add below in your pom.x io.github.hkarthik7 azd - 1.3.1 + ${latest Version} ``` **Java docs** @@ -30,7 +30,7 @@ To download the library and use it in your project, just add below in your pom.x io.github.hkarthik7 azd - 1.3.1 + ${latest Version} javadoc ``` @@ -40,7 +40,7 @@ To download the library and use it in your project, just add below in your pom.x io.github.hkarthik7 azd - 1.3.1 + ${latest Version} sources ``` @@ -71,7 +71,7 @@ public class Main { // list all the teams core.getTeams(); - } catch (IOException | DefaultParametersException e1) { + } catch (AzDException | DefaultParametersException e1) { e1.printStackTrace(); } }