Skip to content

Commit

Permalink
Merge branch 'defect/begian-edit-method-change' of https://github.com…
Browse files Browse the repository at this point in the history
…/siemens/sourcegrid into defect/begian-edit-method-change
  • Loading branch information
Saba authored and Saba committed Nov 5, 2024
2 parents 209f29b + 0ac0983 commit bcd62e0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 17 additions & 13 deletions .nuget/SourceGrid.nuspec
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>
4 changes: 0 additions & 4 deletions .nuget/packages.config

This file was deleted.

4 changes: 2 additions & 2 deletions tests/SourceGrid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Out\win32\MSVS2008_SP1\Debug\</OutputPath>
<OutputPath>..\Out\win32\MSVS2008_SP1\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Out\win32\MSVS2008_SP1\Release\</OutputPath>
<OutputPath>..\Out\win32\MSVS2008_SP1\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit bcd62e0

Please sign in to comment.