Skip to content

Commit 62788bf

Browse files
authored
Create 1.2.0 Release (#498)
- Create 1.2.0 release for mI/SP support
1 parent ae7cd59 commit 62788bf

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.1.1</CredentialProviderVersion>
4+
<CredentialProviderVersion>1.2.0</CredentialProviderVersion>
55
<VersionSuffix></VersionSuffix>
66
<TargetFrameworks>netcoreapp3.1;net461;net6.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.1.2</VersionPrefix>
10+
<VersionPrefix>0.2.0</VersionPrefix>
1111
<Authors>Microsoft</Authors>
1212
<Owners>Microsoft</Owners>
1313
<Description>Azure Artifacts authentication library for credential providers.</Description>

0 commit comments

Comments
 (0)