Skip to content

Commit c932dff

Browse files
committed
Updated C1 packages to latest, changed target framework to net8.0-windows, updated description, company and copyright information
1 parent 4ebd6b9 commit c932dff

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

windowsforms/FlexGridShowcaseDemo/cs/FlexGridShowcaseDemo.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<ApplicationIcon>App.ico</ApplicationIcon>
9-
<Company>GrapeCity, Inc.</Company>
10-
<Copyright>(c) GrapeCity, Inc. All rights reserved.</Copyright>
9+
<Company>MESCIUS inc.</Company>
10+
<Copyright>©️ MESCIUS inc. All rights reserved.</Copyright>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
1414
<EmbeddedResource Include="App.ico" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="C1.Win" Version="6.0.20231.596" />
19-
<PackageReference Include="C1.Win.FlexGrid" Version="6.0.20231.596" />
20-
<PackageReference Include="C1.Win.Ribbon" Version="6.0.20231.596" />
21-
<PackageReference Include="C1.Win.RulesManager" Version="6.0.20231.596" />
22-
<PackageReference Include="C1.Win.SuperTooltip" Version="6.0.20231.596" />
23-
<PackageReference Include="C1.Win.Themes" Version="6.0.20231.596" />
18+
<PackageReference Include="C1.Win" Version="8.0.20242.700" />
19+
<PackageReference Include="C1.Win.FlexGrid" Version="8.0.20242.700" />
20+
<PackageReference Include="C1.Win.Ribbon" Version="8.0.20242.700" />
21+
<PackageReference Include="C1.Win.RulesManager" Version="8.0.20242.700" />
22+
<PackageReference Include="C1.Win.SuperTooltip" Version="8.0.20242.700" />
23+
<PackageReference Include="C1.Win.Themes" Version="8.0.20242.700" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

windowsforms/FlexGridShowcaseDemo/cs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ products:
66
page_type: sample
77
name: "Windows Forms Datagrid Sample: FlexGrid Showcase (C#)"
88
urlFragment: "winforms-flexgridshowcase-cs"
9-
description: ".NET 6.0 Windows Forms application that demonstrates how to use GrapeCity FlexGrid"
9+
description: ".NET 8.0 Windows Forms application that demonstrates how to use ComponentOne FlexGrid"
1010
---
1111

1212
# FlexGrid Showcase Demo
1313

14-
This sample is a .NET 6.0 Windows Forms application that demonstrates how to use GrapeCity [`FlexGrid`](https://www.grapecity.com/componentone/winforms-ui-controls/flexgrid-winforms-data-grid), a Windows Forms Datagrid control.
14+
This sample is a .NET 8.0 Windows Forms application that demonstrates how to use ComponentOne [`FlexGrid`](https://developer.mescius.com/componentone/winforms-ui-controls/flexgrid-winforms-data-grid), a Windows Forms Datagrid control.
1515

1616
The sample shows different operations with `FlexGrid`:
1717

@@ -23,25 +23,25 @@ The sample shows different operations with `FlexGrid`:
2323

2424
![Screenshot with grouped data](../images/screenshot2.png)
2525

26-
There are several GrapeCity packages used in the sample:
26+
There are several ComponentOne packages used in the sample:
2727

2828
* [`FlexGrid`](https://www.nuget.org/packages/C1.Win.FlexGrid)
2929
* [`Ribbon`](https://www.nuget.org/packages/C1.Win.Ribbon)
3030
* [`RulesManager`](https://www.nuget.org/packages/C1.Win.RulesManager)
3131
* [`SuperTooltip`](https://www.nuget.org/packages/C1.Win.SuperTooltip)
3232
* [`Themes`](https://www.nuget.org/packages/C1.Win.Themes)
3333

34-
For more code examples and tutorials see the [documentation](https://www.grapecity.com/componentone/docs/win/online-flexgrid/overview.html).
34+
For more code examples and tutorials see the [documentation](https://developer.mescius.com/componentone/docs/win/online-flexgrid/overview.html).
3535

3636
Mentioned controls and packages require a valid license for runtime testing and distribution.
3737

3838
Also there is 30-day trial for evaluation purposes.
3939

40-
For more licensing information visit [www.grapecity.com/componentone/licensing](https://www.grapecity.com/componentone/licensing).
40+
For more licensing information visit [developer.mescius.com/componentone/licensing](https://developer.mescius.com/componentone/licensing).
4141

4242
## Sample prerequisites
4343

44-
This sample is written in C# and targets .NET 6.0 running on Windows. It requires the [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0).
44+
This sample is written in C# and targets .NET 8.0 running on Windows. It requires the [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0).
4545

4646
## Building the sample
4747

0 commit comments

Comments
 (0)