Skip to content

Commit

Permalink
Deployed new NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjuden committed Mar 22, 2017
1 parent f734979 commit f7b8d2a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nuget.netcore/AlanJuden.MvcReportViewer.NetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>AlanJuden.MvcReportViewer.NetCore</id>
<version>1.0.6.0</version>
<version>1.0.7.0</version>
<title>AlanJuden.MvcReportViewer.NetCore</title>
<authors>alanjuden</authors>
<owners>alanjuden</owners>
<licenseUrl>https://github.com/alanjuden/MvcReportViewer/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/alanjuden/MvcReportViewer</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NetCore Custom Report Viewer control to replace MS Report Viewer on MVC projects (*this is for .NetCore projects only*)</description>
<releaseNotes>Added the ability to "Enable Paging" which can enable / disable the pager as well as show all report pages on a single page. Moved the dictionary of valid values into a list to avoid name collisions. Fixed an issue with UrlEncode on .NetCore.</releaseNotes>
<releaseNotes>Fixed an issue with reports that use no parameters blowing up when attempting to build the parameters from the request. Added a timeout property to allow specifying a timeout for the report execution time. Added a property to the .NetCore side to allow passing in the ClientCredentialType so that people can switch easier between Windows and Ntlm (this will be an override on your report controller).</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>SSRS ReportViewer MVC Report Viewer Reporting HtmlHelpers Helpers NetCore</tags>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v1.6": {},
".NETStandard,Version=v1.6/": {
"AlanJuden.MvcReportViewer.NetCore/1.0.6": {
"AlanJuden.MvcReportViewer.NetCore/1.0.7": {
"dependencies": {
"System.ServiceModel.Duplex": "4.0.1",
"System.ServiceModel.Http": "4.1.0",
Expand Down Expand Up @@ -1853,7 +1853,7 @@
}
},
"libraries": {
"AlanJuden.MvcReportViewer.NetCore/1.0.6": {
"AlanJuden.MvcReportViewer.NetCore/1.0.7": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions nuget/AlanJuden.MvcReportViewer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>AlanJuden.MvcReportViewer</id>
<version>1.0.6.0</version>
<version>1.0.7.0</version>
<title>AlanJuden.MvcReportViewer</title>
<authors>alanjuden</authors>
<owners>alanjuden</owners>
<licenseUrl>https://github.com/alanjuden/MvcReportViewer/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/alanjuden/MvcReportViewer</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Custom Report Viewer control to replace MS Report Viewer on MVC projects</description>
<releaseNotes>Added the ability to "Enable Paging" which can enable / disable the pager as well as show all report pages on a single page. Moved the dictionary of valid values into a list to avoid name collisions.</releaseNotes>
<releaseNotes>Fixed an issue with reports that use no parameters blowing up when attempting to build the parameters from the request. Added a timeout property to allow specifying a timeout for the report execution time.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>SSRS ReportViewer MVC Report Viewer Reporting HtmlHelpers Helpers</tags>
</metadata>
Expand Down
Binary file modified nuget/lib/net452/AlanJuden.MvcReportViewer.dll
Binary file not shown.

0 comments on commit f7b8d2a

Please sign in to comment.