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

Commit e73f5e3

Browse files
authored
Merge pull request #512 from telerik/development
Merge development into master
2 parents 13a9687 + 454cec6 commit e73f5e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BuildTools/BuildNuGet.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe
2-
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.8
2+
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.9

BuildTools/BuildNuget.UWP.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Target Name="PrepareNugetProperties">
1616

1717
<PropertyGroup>
18-
<Version Condition= " '$(Version)' == '' ">1.0.2.8</Version>
18+
<Version Condition= " '$(Version)' == '' ">1.0.2.9</Version>
1919
<FullPathDeployDirectory>$([System.IO.Path]::GetFullPath('$(DeployDirectory)'))</FullPathDeployDirectory>
2020
<BinariesSubDir>$(BinariesTargetDirectory)</BinariesSubDir>
2121

BuildTools/Nuspecs.UWP/Package.UniversalWindowsPlatform.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<icon>images\uwp.png</icon>
1313
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1414
<description>UI for Universal Windows Platform is a toolset for building Universal Windows Platform apps for the Windows Store and the enterprise. The library is designed to offer the same user experience, functionality and behavior on Windows devices of all form factors.</description>
15-
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.8</releaseNotes>
15+
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.9</releaseNotes>
1616
<tags>UWP Windows Telerik Controls XAML C#</tags>
1717
<language>en-US</language>
1818
</metadata>

Controls/Grid/Grid.UWP/View/ContainerGenerators/XamlGridEditCellGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public object GenerateContainerForItem(CellGenerationContext info, object contai
7979
{
8080
if (info.IsFrozen)
8181
{
82-
this.owner.FrozenEditRowLayer.AddVisualChild(pair.Item2);
82+
this.owner.FrozenEditRowLayer.AddVisualChild(element);
8383
}
8484
else
8585
{

0 commit comments

Comments
 (0)