Skip to content

Commit

Permalink
Pushed new versions to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjuden committed Mar 18, 2017
1 parent e652493 commit 88dfb03
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions AlanJuden.MvcReportViewer.NetCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d911da30-3023-413c-97ac-e4901b1ceb7b")]

[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyFileVersion("1.0.0.5")]
[assembly: AssemblyVersion("1.0.0.6")]
[assembly: AssemblyFileVersion("1.0.0.6")]
2 changes: 1 addition & 1 deletion AlanJuden.MvcReportViewer.NetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5-*",
"version": "1.0.6-*",
"dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions AlanJuden.MvcReportViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyFileVersion("1.0.0.5")]
[assembly: AssemblyVersion("1.0.0.6")]
[assembly: AssemblyFileVersion("1.0.0.6")]
Binary file not shown.
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.5.0</version>
<version>1.0.6.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>Fixed the "find in report" because it wasn't functioning properly. Fixed an issue with Unicode report names not being treated properly. Changed the progress icon from cog to refresh. Attempted a fix for HTTPS SSRS servers.</releaseNotes>
<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>
<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.5": {
"AlanJuden.MvcReportViewer.NetCore/1.0.6": {
"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.5": {
"AlanJuden.MvcReportViewer.NetCore/1.0.6": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
Binary file added nuget/AlanJuden.MvcReportViewer.1.0.6.0.nupkg
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.5.0</version>
<version>1.0.6.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>Fixed the "find in report" because it wasn't functioning properly. Fixed an issue with Unicode report names not being treated properly. Changed the progress icon from cog to refresh.</releaseNotes>
<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>
<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 88dfb03

Please sign in to comment.