Skip to content

Commit

Permalink
Stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiethibeault committed Oct 2, 2018
1 parent a4dc359 commit 64d6350
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions build/Uno.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency id="Xamarin.Android.Support.v4" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="25.3.1" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0-beta.90" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0" />
<dependency id="Uno.Core" version="1.24.0" />
<dependency id="Uno.Core.Build" version="1.24.0" />
</group>
Expand All @@ -30,21 +30,21 @@
<dependency id="Xamarin.Android.Support.v4" version="26.1.0.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="26.1.0.1" />
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="26.1.0.1" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0-beta.90" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0" />
<dependency id="Uno.Core" version="1.24.0" />
<dependency id="Uno.Core.Build" version="1.24.0" />
</group>

<!-- iOS -->
<group targetFramework="xamarinios10">
<dependency id="Uno.SourceGenerationTasks" version="1.26.0-beta.90" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0" />
<dependency id="Uno.Core" version="1.24.0" />
<dependency id="Uno.Core.Build" version="1.24.0" />
</group>

<!-- .NET Standard 2.0 -->
<group targetFramework="netstandard2.0">
<dependency id="Uno.SourceGenerationTasks" version="1.26.0-beta.90" />
<dependency id="Uno.SourceGenerationTasks" version="1.26.0" />
<dependency id="Uno.Core" version="1.24.0" />
<dependency id="Uno.Core.Build" version="1.24.0" />
<dependency id="System.Numerics.Vectors" version="4.5.0-preview1-26216-02" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='xamarinios10' or '$(TargetFramework)'=='monoandroid80' or '$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Uno.UI" Version="1.40.0-dev.350" />
<PackageReference Include="Uno.UI" Version="1.34.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.UI" Version="1.40.0-dev.350" />
<PackageReference Include="Uno.UI" Version="1.34.1" />
<PackageReference Include="Uno.UniversalImageLoader" Version="1.9.31" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="1.40.0-dev.350" />
<PackageReference Include="Uno.UI" Version="1.34.1" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.0.0-dev.40" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.UI" Version="1.40.0-dev.350" />
<PackageReference Include="Uno.UI" Version="1.34.1" />
</ItemGroup>
<Import Project="..\$ext_safeprojectname$.Shared\$ext_safeprojectname$.Shared.projitems" Label="Shared" Condition="Exists('..\$ext_safeprojectname$.Shared\$ext_safeprojectname$.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<Version>1.24.0</Version>
</PackageReference>
<PackageReference Include="Uno.SourceGeneration">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -144,8 +144,8 @@
</ItemGroup>
<MakeDir Directories="$(_TargetNugetFolder)" />
<Message Importance="high" Text="OVERRIDING NUGET PACKAGE CACHE: $(_TargetNugetFolder)" />
<Copy SourceFiles="@(_OutputFiles)" DestinationFiles="@(_OutputFiles->'$(_TargetNugetFolder)\%(RecursiveDir)%(Filename)%(Extension)')" />
<Copy SourceFiles="@(_OutputFilesPDB)" DestinationFiles="@(_OutputFilesPDB->'$(_TargetNugetFolder)\%(RecursiveDir)%(Filename).pdb')" />
<Copy SourceFiles="@(_OutputFiles)" DestinationFiles="@(_OutputFiles->'$(_TargetNugetFolder)\%(RecursiveDir)%(Filename)%(Extension)')" />
<Copy SourceFiles="@(_OutputFilesPDB)" DestinationFiles="@(_OutputFilesPDB->'$(_TargetNugetFolder)\%(RecursiveDir)%(Filename).pdb')" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion src/SourceGenerators/Uno.UI.Tasks/Uno.UI.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Version>1.24.0</Version>
</PackageReference>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Uno.Core.Build">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Uno.Core.Build">
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Foundation/Uno.Foundation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.5.4" PrivateAssets="All" />
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Uno.Core">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Version>1.3.1</Version>
</PackageReference>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.Core">
<Version>1.24.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI.Tests/Uno.UI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Version>1.3.1</Version>
</PackageReference>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.Core">
<Version>1.24.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI.Toolkit/Uno.UI.Toolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.Core">
<Version>1.24.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI.Wasm.Shell/Uno.UI.Wasm.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.0.0-dev.40" />
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI/Uno.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<ItemGroup>
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.5.4" PrivateAssets="All" />
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.Core">
<Version>1.24.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UWP/Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.5.4" PrivateAssets="All" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0-preview1-26216-02" />
<PackageReference Include="Uno.SourceGenerationTasks">
<Version>1.26.0-beta.90</Version>
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="Uno.Core">
<Version>1.24.0</Version>
Expand Down

0 comments on commit 64d6350

Please sign in to comment.