Skip to content

Commit 6536c66

Browse files
committed
Increment versions for 4.0
1 parent 4323c01 commit 6536c66

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
lines changed

Devlord.Utilities.sln.DotSettings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2-
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DR/@EntryIndexedValue">DR</s:String></wpf:ResourceDictionary>
2+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DR/@EntryIndexedValue">DR</s:String>
3+
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters&gt;&lt;Filter ModuleMask="Devlord.Utilities" ModuleVersionMask="*" ClassMask="Devlord.Utilities.Properties.*" FunctionMask="*" IsEnabled="True" /&gt;&lt;Filter ModuleMask="Devlord.Utilities" ModuleVersionMask="*" ClassMask="Devlord.Utilities.Resources.*" FunctionMask="*" IsEnabled="True" /&gt;&lt;/ExcludeFilters&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

src/Devlord.Utilities/Botmail.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="Botmail.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <author>aaron@lorddesign.net</author>

src/Devlord.Utilities/DRMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="MailThrottle.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <author>aaron@lorddesign.net</author>

src/Devlord.Utilities/DataManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -----------------------------------------------------------------------
22
// <copyright file="DataManager.cs" company="Lord Design">
3-
// Copyright (c) 2012 Lord Design, Paradise California.
3+
// Copyright © 2012 Lord Design, Paradise California.
44
// Modified GPL: You can alter it if the result is free. You have permission
55
// to incorporate it as-is in a project that is not free.
66
// </copyright>

src/Devlord.Utilities/IEachified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="IEachified.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <author>aaron@lorddesign.net</author>

src/Devlord.Utilities/MailThrottle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="MailThrottle.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <summary>

src/Devlord.Utilities/Mailbot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="Mailbot.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <summary>

src/Devlord.Utilities/MapsApi/DistanceService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="Mailbot.cs" company="Lord Design">
3-
// (c) Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
3+
// © Lord Design. Modified GPL: You may use freely and commercially without modification; you can modify if result
44
// is also free.
55
// </copyright>
66
// <summary>

src/Devlord.Utilities/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.2.*")]
36-
[assembly: AssemblyFileVersion("3.2.0.0")]
35+
[assembly: AssemblyVersion("4.0.*")]
36+
[assembly: AssemblyFileVersion("4.0.0.0")]

src/Devlord.Utilities/RestRouteHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -----------------------------------------------------------------------
22
// <copyright file="RestRouteHandler.cs" company="Lord Design">
3-
// Copyright (c) 2012 Lord Design, Paradise California.
3+
// Copyright © 2012 Lord Design, Paradise California.
44
// Modified GPL: You can alter it if the result is free. You have permission
55
// to incorporate it as-is in a project that is not free.
66
// </copyright>

0 commit comments

Comments
 (0)