-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'defect/begian-edit-method-change' of https://github.com…
…/siemens/sourcegrid into defect/begian-edit-method-change
- Loading branch information
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Siemens-SourceGrid</id> | ||
<version>4.40-EA17</version> | ||
<version>4.40.0-EA18</version> | ||
<title>SourceGrid</title> | ||
<authors>Siemens AG</authors> | ||
<owners>SourceGrid contributors</owners> | ||
<projectUrl>https://github.com/siemens/sourcegrid</projectUrl> | ||
<license type="expression">MIT</license> | ||
<repository type="git" url="https://github.com/siemens/sourcegrid" /> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>https://github.com/siemens/sourcegrid</projectUrl> | ||
<description>SourceGrid is a free open source grid control. Supports virtual grid, custom cells and editors, advanced formatting options and many others features. | ||
<description> | ||
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.</description> | ||
<copyright>Copyright 2023</copyright> | ||
<tags>Open source grid control tool SOURCEGRID GRID</tags> | ||
<repository type="git" url="https://github.com/siemens/sourcegrid" /> | ||
There are a lot of controls of this type available, but often are expensive, difficult to be customize and compatible with .NET. | ||
SourceGrid allows users to have customizable datasource which is not in DataSet format. | ||
</description> | ||
<copyright>Copyright 2023</copyright> | ||
<tags>Open source grid control tool SOURCEGRID GRID </tags> | ||
<dependencies> | ||
<group targetFramework=".NETFramework3.5" /> | ||
<group targetFramework=".NETFramework3.5" > | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> | ||
<files> | ||
<file src="..\Out\Win32\msvs2013_NET35\Release\SourceGrid.dll" target="lib\net35"/> | ||
</files></package> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters