Skip to content

Commit b6bb313

Browse files
Merge pull request #52 from SubathraKaliamoorthy/master
v30.1.37
2 parents ce93a2c + e72b9b6 commit b6bb313

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This workflow will build a .NET project
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3+
4+
name: .NET
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: windows-latest
16+
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@v4
20+
21+
- name: Setup MSBuild
22+
uses: microsoft/setup-msbuild@v2
23+
24+
- name: Setup NuGet
25+
uses: nuget/setup-nuget@v2
26+
27+
- name: Restore NuGet packages
28+
run: nuget restore EJ2MVCSampleBrowser.sln
29+
30+
- name: Build MVC
31+
run: msbuild EJ2MVCSampleBrowser.sln /p:Configuration=Release /p:Platform="Any CPU"

EJ2MVCSampleBrowser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
<HintPath>packages\Syncfusion.DocToPdfConverter.AspNet.Mvc5.30.1.37\lib\net462\Syncfusion.DocToPDFConverter.Base.dll</HintPath>
108108
</Reference>
109109
<Reference Include="Syncfusion.Compression.Base">
110-
<HintPath>packages\\lib\net462\Syncfusion.Compression.Base.dll</HintPath>
110+
<HintPath>packages\Syncfusion.Compression.Base.30.1.37\lib\net462\Syncfusion.Compression.Base.dll</HintPath>
111111
</Reference>
112112
<Reference Include="Syncfusion.OfficeChart.Base">
113-
<HintPath>packages\\lib\net462\Syncfusion.OfficeChart.Base.dll</HintPath>
113+
<HintPath>packages\Syncfusion.OfficeChart.Base.30.1.37\lib\net462\Syncfusion.OfficeChart.Base.dll</HintPath>
114114
</Reference>
115115
<Reference Include="Syncfusion.Presentation.Base">
116116
<HintPath>packages\Syncfusion.Presentation.AspNet.Mvc5.30.1.37\lib\net462\Syncfusion.Presentation.Base.dll</HintPath>
@@ -125,7 +125,7 @@
125125
<HintPath>packages\Syncfusion.ExcelToPdfConverter.AspNet.Mvc5.30.1.37\lib\net462\Syncfusion.ExcelToPDFConverter.Base.dll</HintPath>
126126
</Reference>
127127
<Reference Include="Syncfusion.SfChart.WPF">
128-
<HintPath>packages\\lib\net462\Syncfusion.SfChart.WPF.dll</HintPath>
128+
<HintPath>packages\Syncfusion.SfChart.WPF.30.1.37\lib\net462\Syncfusion.SfChart.WPF.dll</HintPath>
129129
</Reference>
130130
<Reference Include="Syncfusion.XlsIO.Base">
131131
<HintPath>packages\Syncfusion.XlsIO.AspNet.Mvc5.30.1.37\lib\net462\Syncfusion.XlsIO.Base.dll</HintPath>
@@ -135,7 +135,7 @@
135135
</Reference>
136136
<Reference Include="Syncfusion.Licensing">
137137
<SpecificVersion>False</SpecificVersion>
138-
<HintPath>packages\\lib\net45\Syncfusion.Licensing.dll</HintPath>
138+
<HintPath>packages\Syncfusion.Licensing.30.1.37\lib\net462\Syncfusion.Licensing.dll</HintPath>
139139
</Reference>
140140
<Reference Include="System" />
141141
<Reference Include="System.Data" />

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Syncfusion® ASP.NET MVC Components Examples
1+
[![.NET](https://github.com/syncfusion/ej2-aspnetmvc-samples/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/ej2-aspnetmvc-samples/actions/workflows/dotnet.yml)
2+
3+
# Syncfusion® ASP.NET MVC Components Examples
24

35
This repository contains the demos of [Syncfusion ASP.NET MVC Components](https://www.syncfusion.com/aspnet-mvc-ui-controls/). This is the best place to check our controls to get more insight into the usage of APIs.
46

@@ -196,7 +198,7 @@ The following topics can help you to use the Syncfusion ASP.NET MVC Components a
196198

197199
Syncfusion ASP.NET MVC Components is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
198200

199-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
201+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
200202

201203
Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.
202204

0 commit comments

Comments
 (0)