Skip to content

Commit 1f19685

Browse files
committed
Updating AnyChart library version and licensing info
1 parent 6ac0a51 commit 1f19685

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

AspNetCSharpMysqlTemplate/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("AspNetCSharpMysqlTemplate")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("AnyChart")]
1212
[assembly: AssemblyProduct("AspNetCSharpMysqlTemplate")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("1.1.0.0")]
35+
[assembly: AssemblyFileVersion("1.1.0.0")]

AspNetCSharpMysqlTemplate/Views/Chart/Index.cshtml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<head>
1010
<meta name="viewport" content="width=device-width" />
1111
<title>@ViewBag.Title</title>
12-
<script src="https://cdn.anychart.com/js/latest/anychart-bundle.min.js"></script>
13-
<link rel="stylesheet" href="https://cdn.anychart.com/css/latest/anychart-ui.min.css" />
12+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-base.min.js"></script>
13+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-exports.min.js"></script>
14+
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-vml.min.js"></script>
15+
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.0.0/css/anychart-ui.min.css" />
1416
<link rel="stylesheet" href="/css/style.css" />
1517
</head>
1618
<body>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@ Database - [MySQL](https://www.mysql.com/)<br />
6767
* [Technical Support](https://anychart.com/support)
6868

6969
## License
70-
[© AnyChart.com - JavaScript charts](http://www.anychart.com). Released under the [Apache 2.0 License](https://github.com/anychart-integrations/asp-net-c-sharp-mysql-template/blob/master/LICENSE).
70+
AnyChart ASP.NET/C#/MySql integration sample includes two parts:
71+
- Code of the integration sample that allows to use Javascript library (in this case, AnyChart) with ASP.NET framework, C# language and MySql database. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under [Apache 2.0 License](https://github.com/anychart-integrations/asp-net-c-sharp-mysql-template/blob/master/LICENSE).
72+
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details [here](https://www.anychart.com/buy/).
73+
74+
If you have any questions regarding licensing - please contact us. <sales@anychart.com>

0 commit comments

Comments
 (0)