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-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jan 19, 2023
1 parent c36b1c2 commit 3408f14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ You will also need either include a `global.json` with:
```json
{
"msbuild-sdks": {
"Xamarin.Legacy.Sdk": "0.1.0-alpha2"
"Xamarin.Legacy.Sdk": "0.2.0-alpha3"
}
}
```

Or specify the version inline:

```xml
<Project Sdk="Xamarin.Legacy.Sdk/0.1.0-alpha2">
<Project Sdk="Xamarin.Legacy.Sdk/0.2.0-alpha3">
```

To setup a binding project instead of a class library, simply set
Expand Down
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-alpha2"
"Xamarin.Legacy.Sdk": "0.2.0-alpha3"
}
}
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-alpha2</PackageVersion>
<PackageVersion>0.2.0-alpha3</PackageVersion>
<PackageType>MSBuildSdk</PackageType>
<OutputPath>../../bin/$(Configuration)/</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 3408f14

Please sign in to comment.