Skip to content

Commit

Permalink
#503 Change assembly name for Xamarin.Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Jan 23, 2018
1 parent 168d820 commit 5924370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuget/Caliburn.Micro.Xamarin.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</metadata>

<files>
<file src="..\bin\xamarin-forms\release\Caliburn.Micro.Platform.Xamarin.Forms.*" target="lib\netstandard1.4" />
<file src="..\bin\xamarin-forms\release\Caliburn.Micro.Xamarin.Forms.*" target="lib\netstandard1.4" />

<file src="..\src\*.cs" target="src" />
<file src="..\src\Caliburn.Micro.Platform*\**\*.cs" exclude="**\obj\**\*.*" target="src" />
Expand Down
2 changes: 1 addition & 1 deletion src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageTargetFallback>portable-net45+win8+wpa81+wp8</PackageTargetFallback>
<DebugType>full</DebugType>
<OutputPath>..\..\bin\xamarin-forms\$(Configuration.ToLower())\</OutputPath>
<AssemblyName>Caliburn.Micro.Platform.Xamarin.Forms</AssemblyName>
<AssemblyName>Caliburn.Micro.Xamarin.Forms</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5924370

Please sign in to comment.