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

Commit

Permalink
Bump to 0.1.1-alpha5
Browse files Browse the repository at this point in the history
Bumping from 0.1.0 to 0.1.1 version, because macOS support was added.
  • Loading branch information
jonathanpeppers committed Sep 21, 2021
1 parent 7bc810c commit 4ba5930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "2.0.1",
"Xamarin.Legacy.Sdk": "0.1.0-alpha4"
"Xamarin.Legacy.Sdk": "0.1.1-alpha5"
}
}
2 changes: 1 addition & 1 deletion src/Xamarin.Legacy.Sdk/Xamarin.Legacy.Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>0.1.0-alpha4</PackageVersion>
<PackageVersion>0.1.1-alpha5</PackageVersion>
<PackageType>MSBuildSdk</PackageType>
<OutputPath>../../bin/$(Configuration)/</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 4ba5930

Please sign in to comment.