Skip to content

Commit

Permalink
chore: update read me and corrects release version (#15)
Browse files Browse the repository at this point in the history
* chore: update ReadMe, version and Changelog
  • Loading branch information
Rahul-Siemens authored Nov 16, 2023
1 parent 716564f commit 995762f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nuget/SourceGrid.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>SourceGrid</id>
<version>5.0.0</version>
<id>siemens.sourcegrid</id>
<version>2.0.0</version>
<title>SourceGrid</title>
<authors>Siemens AG</authors>
<owners>SourceGrid contributors</owners>
Expand Down
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# SourceGrid

## Major Changes
## [2.0.0] - 2023-11-16

### Major Changes

- Migrate to .net framework 4.8 related to #9
- Support for Visual Studio 2022

### Fixed

- Fixed bug in combobox related to #7


## [1.0.0] - 2019-04-30

### Major Changes

- Enhancement: Smooth horizontal and vertical scrolling
- Enhanced Freeze panes(FixedRow and FixedColumn) and made it independent of Header row\column count
Expand All @@ -10,4 +24,7 @@
- Performance improvement while loading grid- CreateControl
- Selectable readonly cells
- Introduced a disabled cell mode
- Fixed bugs in clipboard, spanning etc.

### Fixed

- Fixed bugs in clipboard, spanning etc.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
SourceGrid is a free open source grid control. Supports virtual grid, custom cells and editors, advanced formatting options and many others features
SourceGrid is a Windows Forms control written entirely in C#, goal is to create a simple but flexible grid to use in all of the cases in which it is necessary to visualize or to change a series of data in a table format. There are a lot of controls of this type available, but often are expensive, difficult to be customize or not compatible with .NET. SourceGrid allows users to have customizable datasource which is not in DataSet format.

The SourceGrid project, initially overseen by contributors on http://sourcegrid.codeplex.com/ and led by Davide Icardi and Darius Damalakas, has undergone a transition in response to a period of inactivity and a lack of ongoing maintenance from its contributors.
Recognizing the importance of sustaining and enhancing the project, it has been moved here and active maintenance and development efforts are being directed. This move aims to ensure the continued vitality of the SourceGrid project and foster a collaborative environment for its advancement.

![Overview Image](/img/SourceGrid_Overview.jpg)

For more detailed information, Refer article at [CodeProject](https://www.codeproject.com/Articles/3531/SourceGrid-Open-Source-C-Grid-Control)
Expand Down

0 comments on commit 995762f

Please sign in to comment.