Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9ca1f51

Browse files
Bump to 0.1.2-alpha6
1 parent 478d486 commit 9ca1f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"msbuild-sdks": {
33
"Microsoft.Build.NoTargets": "2.0.1",
4-
"Xamarin.Legacy.Sdk": "0.1.1-alpha5"
4+
"Xamarin.Legacy.Sdk": "0.1.2-alpha6"
55
}
66
}

src/Xamarin.Legacy.Sdk/Xamarin.Legacy.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<PackageVersion>0.1.1-alpha5</PackageVersion>
4+
<PackageVersion>0.1.2-alpha6</PackageVersion>
55
<PackageType>MSBuildSdk</PackageType>
66
<OutputPath>../../bin/$(Configuration)/</OutputPath>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)