Skip to content

Commit

Permalink
nuspec file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aloksahoonet committed Nov 5, 2024
1 parent 5353b7f commit c02f49c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 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-EA17</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: 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 c02f49c

Please sign in to comment.