Skip to content

Commit

Permalink
Merge pull request #407 from AndreasReitberger/406-update-syncfusion-…
Browse files Browse the repository at this point in the history
…nugets

Updated syncfusion nugets
  • Loading branch information
AndreasReitberger authored Jan 4, 2024
2 parents 8eb7bf5 + 03745c2 commit bca9592
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project>
<PropertyGroup>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<!--<PackageIcon>logo_128.png</PackageIcon>-->
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/AndreasReitberger/SharedMauiXamlStyles</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />

<PropertyGroup>
Expand Down Expand Up @@ -54,17 +54,17 @@

<ItemGroup>
<ProjectReference Include="..\SharedMauiXamlStylesLibrary\SharedMauiXamlStylesLibrary.csproj" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Core" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="24.1.41" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Core" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Expander" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Gauges" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Inputs" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.ListView" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Picker" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Scheduler" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.Sliders" Version="24.1.44" />
<PackageReference Include="Syncfusion.Maui.TabView" Version="24.1.44" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SharedMauiXamlStylesLibrary.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\common.props = ..\common.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedMauiXamlStylesLibrary.SampleApp", "SharedMauiXamlStylesLibrary.SampleApp\SharedMauiXamlStylesLibrary.SampleApp.csproj", "{70168733-B647-481A-92C3-49C4F28D1DB4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedMauiXamlStylesLibrary.SampleApp", "SharedMauiXamlStylesLibrary.SampleApp\SharedMauiXamlStylesLibrary.SampleApp.csproj", "{70168733-B647-481A-92C3-49C4F28D1DB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit bca9592

Please sign in to comment.