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

Commit 3408f14

Browse files
Bump to 0.2.0-alpha3
1 parent c36b1c2 commit 3408f14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ You will also need either include a `global.json` with:
7878
```json
7979
{
8080
"msbuild-sdks": {
81-
"Xamarin.Legacy.Sdk": "0.1.0-alpha2"
81+
"Xamarin.Legacy.Sdk": "0.2.0-alpha3"
8282
}
8383
}
8484
```
8585

8686
Or specify the version inline:
8787

8888
```xml
89-
<Project Sdk="Xamarin.Legacy.Sdk/0.1.0-alpha2">
89+
<Project Sdk="Xamarin.Legacy.Sdk/0.2.0-alpha3">
9090
```
9191

9292
To setup a binding project instead of a class library, simply set

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.2.0-alpha2"
4+
"Xamarin.Legacy.Sdk": "0.2.0-alpha3"
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.2.0-alpha2</PackageVersion>
4+
<PackageVersion>0.2.0-alpha3</PackageVersion>
55
<PackageType>MSBuildSdk</PackageType>
66
<OutputPath>../../bin/$(Configuration)/</OutputPath>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)