Skip to content

Commit

Permalink
Prep for v01.00.00 release
Browse files Browse the repository at this point in the history
file number changes
  • Loading branch information
ChrisHammond committed Sep 20, 2013
1 parent ed8e281 commit 29c9d39
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion DnnChat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="00.01.00.txt" />
<Content Include="01.00.00.txt" />
<Content Include="Data\SignalRChat-To-DnnChat.txt" />
<Content Include="Edit.ascx" />
<Content Include="images\emoticons\simple\angel.png" />
Expand Down
6 changes: 3 additions & 3 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="00.01.00">
<package name="DnnChat" type="Module" version="01.00.00">
<friendlyName>DnnChat</friendlyName>
<description>A Chat module for DotNetNuke using SignalR</description>
<iconFile>Images/icon_extensions.gif</iconFile>
Expand Down Expand Up @@ -49,7 +49,7 @@
<script type="UnInstall">
<path>Data</path>
<name>Uninstall.SqlDataProvider</name>
<version>00.01.00</version>
<version>01.00.00</version>
</script>
</scripts>
</component>
Expand Down Expand Up @@ -139,7 +139,7 @@
</assembly>
</assemblies>
</component>
<component type="Cleanup" version="00.01.00" fileName="00.01.00.txt" />
<component type="Cleanup" version="01.00.00" fileName="01.00.00.txt" />
</components>
</package>
</packages>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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("00.01.00.*")]
[assembly: AssemblyFileVersion("00.01.00.*")]
[assembly: AssemblyVersion("01.00.00.*")]
[assembly: AssemblyFileVersion("01.00.00.*")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ A Chat module for the DotNetNuke content management system that uses SignalR for

Formerly the DnnChat module for DotNetNuke, this code will become the next release of the dnnCHAT module.

For the latest "release" visit https://DnnChat.codeplex.com/ future releases will likely be distributed via http://dnnchat.codeplex.com, but are not currently at this time.
You can download the latest "release" from here on GitHub https://github.com/ChrisHammond/dnnCHAT or visit https://DnnChat.codeplex.com/
4 changes: 2 additions & 2 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<h3>About the dnnCHAT Module</h3>

<p class="Owner">
<b>Version 00.01.00</b><br /><br />
<b>Version 01.00.00</b><br /><br /> First official DNNChat release replacing the old DNN Chat module.
</p>
<p>
<ul>
<li>Added Room functionality.</li>
<li>Added Room functionality. <ul><li>Ability to create/join rooms with /join</li></ul></li>
</ul>
</p>
<p class="Owner">
Expand Down
Binary file modified install/DnnChat_00.01.00_Install.zip
Binary file not shown.
Binary file modified install/DnnChat_00.01.00_Source.zip
Binary file not shown.
Binary file added install/DnnChat_01.00.00_Install.zip
Binary file not shown.
Binary file added install/DnnChat_01.00.00_Source.zip
Binary file not shown.
Binary file modified obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.

0 comments on commit 29c9d39

Please sign in to comment.