Skip to content

Commit 0a792bf

Browse files
authored
Prepare 1.5.0 Release (#600)
- Bump version suffix to prepare for mac/linux broker support and Entra tokens
1 parent f473844 commit 0a792bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CredentialProviderVersion>1.4.1</CredentialProviderVersion>
4+
<CredentialProviderVersion>1.5.0</CredentialProviderVersion>
55
<VersionSuffix></VersionSuffix>
66
<TargetFrameworks>netcoreapp3.1;net461;net481;net6.0;net8.0</TargetFrameworks>
77
</PropertyGroup>

src/Authentication/Microsoft.Artifacts.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>latest</LangVersion>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
10-
<VersionPrefix>0.2.4</VersionPrefix>
10+
<VersionPrefix>0.2.5</VersionPrefix>
1111
<Authors>Microsoft</Authors>
1212
<Owners>Microsoft</Owners>
1313
<Description>Azure Artifacts authentication library for credential providers.</Description>

0 commit comments

Comments
 (0)