Skip to content

Commit

Permalink
Updates for DNN8, removed NewtonSoft config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Feb 28, 2016
1 parent 0937d9d commit d10d195
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 39 deletions.
3 changes: 1 addition & 2 deletions 02.00.00.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bin\SignalRChat.dll
DesktopModules\SignalRChat\App_LocalResources
DesktopModules\SignalRChat\App_LocalResources
DesktopModules\SignalRChat\App_LocalResources\Edit.ascx.resx
DesktopModules\SignalRChat\App_LocalResources\Settings.ascx.resx
DesktopModules\SignalRChat\App_LocalResources\SharedResources.resx
Expand Down
2 changes: 1 addition & 1 deletion Archive.ascx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
4 changes: 2 additions & 2 deletions BuildScripts/ModulePackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<Copy SourceFiles="$(MSBuildDnnBinPath)\Microsoft.Owin.Host.SystemWeb.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\Microsoft.Owin.Security.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\Owin.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\NewtonSoft.Json.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin\dnnchat"/>


<Copy SourceFiles="@(SqlDataProviderFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)" />
<Copy SourceFiles="@(PackageManifestFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
Expand Down Expand Up @@ -113,7 +113,7 @@
<Copy SourceFiles="$(MSBuildDnnBinPath)\Microsoft.Owin.Host.SystemWeb.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\Microsoft.Owin.Security.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\Owin.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="$(MSBuildDnnBinPath)\NewtonSoft.Json.dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin\dnnchat"/>


<Copy SourceFiles="@(SqlDataProviderFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)" />
<Copy SourceFiles="@(PackageManifestFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
Expand Down
2 changes: 1 addition & 1 deletion Components/ChatHub.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/ConnectionRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/ConnectionRecordController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/ConnectionRecordRoomController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/Message.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/MessageController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/Room.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/RoomController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/RouteMapper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion Components/UserListRecords.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
9 changes: 5 additions & 4 deletions DnnChat.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -13,7 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Christoc.Modules.DnnChat</RootNamespace>
<AssemblyName>DnnChat</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
Expand All @@ -30,6 +30,7 @@
</SccProvider>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -51,7 +52,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetNuke, Version=7.1.0.2676, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="DotNetNuke, Version=8.0.0.806, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\DotNetNuke.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -90,7 +91,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\bin\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
18 changes: 6 additions & 12 deletions DnnChat.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DnnChat" type="Module" version="02.00.00">
<package name="DnnChat" type="Module" version="02.01.00">
<friendlyName>DnnChat</friendlyName>
<description>A Chat module for DotNetNuke using SignalR</description>
<iconFile>/Images/icon_extensions_32px.png</iconFile>
Expand All @@ -14,7 +14,7 @@
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">07.01.00</dependency>
<dependency type="CoreVersion">08.00.00</dependency>
<!-- .NET 4.5 -->
<dependency type="type">System.Reflection.ReflectionContext</dependency>
</dependencies>
Expand Down Expand Up @@ -60,7 +60,7 @@
<script type="UnInstall">
<path>Data</path>
<name>Uninstall.SqlDataProvider</name>
<version>02.00.00</version>
<version>02.01.00</version>
</script>
</scripts>
</component>
Expand Down Expand Up @@ -162,22 +162,16 @@
<name>Microsoft.Owin.Security.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>NewtonSoft.Json.dll</name>
<path>bin\dnnchat</path>
<sourceFileName>bin\dnnchat\NewtonSoft.Json.dll</sourceFileName>
<version>6.0.0.0</version>
</assembly>
</assemblies>
</component>
<component type="Cleanup" version="02.00.00" fileName="02.00.00.txt" />
<component type="Config">
<!--<component type="Config">
<config>
<configFile>web.config</configFile>
<install>
<configuration>
<nodes>
<!-- add assembly redirect for Newtonsoft.Json v6.0.0.0-->
--><!-- add assembly redirect for Newtonsoft.Json v6.0.0.0--><!--
<node path="/configuration/runtime/ab:assemblyBinding" action="update"
targetpath="/configuration/runtime/ab:assemblyBinding[ab:dependentAssembly/ab:assemblyIdentity/@name='Newtonsoft.Json']"
collision="ignore" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
Expand All @@ -195,7 +189,7 @@
</configuration>
</uninstall>
</config>
</component>
</component>-->
</components>
</package>
</packages>
Expand Down
2 changes: 1 addition & 1 deletion DnnChatModuleBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion DnnChatModuleSettingsBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
Expand Down
2 changes: 1 addition & 1 deletion Edit.ascx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down Expand Up @@ -50,5 +50,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("02.00.00.*")]
[assembly: AssemblyFileVersion("02.00.00.*")]
[assembly: AssemblyVersion("02.01.00.*")]
[assembly: AssemblyFileVersion("02.01.00.*")]
11 changes: 11 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
</p>
<hr/>
<div class="License">


<h3>About the dnnCHAT Module</h3>
<p class="Owner">
<b>Version 02.01.00</b><br /><br />
</p>
<ul>
<li>Updated for DNN 8 references</li>
<li>Removed NewtonSoft.Json custom references</li>
</ul>

<h3>About the dnnCHAT Module</h3>
<p class="Owner">
<b>Version 02.00.00</b><br /><br />
Expand Down
2 changes: 1 addition & 1 deletion Settings.ascx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion View.ascx.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
' Copyright (c) 2015 Christoc.com Software Solutions
' Copyright (c) 2016 Christoc.com Software Solutions
' All rights reserved.
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
Binary file added install/DnnChat_02.01.00_Install.zip
Binary file not shown.
Binary file added install/DnnChat_02.01.00_Source.zip
Binary file not shown.
Binary file modified obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.

0 comments on commit d10d195

Please sign in to comment.