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.2.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Aug 25, 2022
1 parent ce48ad6 commit c3e324c
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
@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "2.0.1",
"Xamarin.Legacy.Sdk": "0.2.0-alpha1"
"Xamarin.Legacy.Sdk": "0.2.0-alpha2"
}
}
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.2.0-alpha1</PackageVersion>
<PackageVersion>0.2.0-alpha2</PackageVersion>
<PackageType>MSBuildSdk</PackageType>
<OutputPath>../../bin/$(Configuration)/</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit c3e324c

Please sign in to comment.