Skip to content

Commit 2d4f551

Browse files
author
Phil
committed
v1.0.1 Release - Updated File Header Comments & Help File to link to GitHub instead of CodePlex
1 parent 2975f18 commit 2d4f551

File tree

9 files changed

+27
-23
lines changed

9 files changed

+27
-23
lines changed

EssentialMVVM/EssentialMVVM.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<DocumentationFile>bin\Release\PT.EssentialMVVM.xml</DocumentationFile>
3233
</PropertyGroup>
3334
<ItemGroup>
3435
<Reference Include="PresentationCore" />

EssentialMVVM/ObservableObjectBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// <summary>
22
// Project Name : EssentialMVVM
33
// Project Description : A lightweight Model-View-ViewModel (MVVM) framework for WPF
4-
// Project Website : https://essentialmvvm.codeplex.com
4+
// Project Website : https://github.com/laidbackcoder/EssentialMVVM
55
// Developer : Phil Tyler (http://www.laidbackcoder.co.uk)
66
// License : GNU Lesser General Public License (LGPL)
7-
// License URL : https://essentialmvvm.codeplex.com/license
7+
// License URL : https://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE
88
// </summary>
99
using System.ComponentModel;
1010

EssentialMVVM/PT.EssentialMVVM.License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
https://essentialmvvm.codeplex.com/license
1+
https://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE
22

33
GNU Lesser General Public License (LGPL)
44

EssentialMVVM/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("EssentialMVVM")]
9-
[assembly: AssemblyDescription("https://essentialmvvm.codeplex.com")]
9+
[assembly: AssemblyDescription("https://github.com/laidbackcoder/EssentialMVVM")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("EssentialMVVM")]
@@ -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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]

EssentialMVVM/SHFB Project/EssentialMVVM.shfbproj

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<!-- The configuration and platform will be used to determine which assemblies to include from solution and
55
project documentation sources -->
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
88
<SchemaVersion>2.0</SchemaVersion>
99
<ProjectGuid>{8fd1a336-1d72-4b07-a507-53eb983570fa}</ProjectGuid>
10-
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
10+
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
1111
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
1212
<AssemblyName>Documentation</AssemblyName>
1313
<RootNamespace>Documentation</RootNamespace>
1414
<Name>Documentation</Name>
1515
<!-- SHFB properties -->
1616
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
17-
<OutputPath>.\Help\</OutputPath>
17+
<OutputPath>Help\</OutputPath>
1818
<HtmlHelpName>EssentialMVVM Documentation</HtmlHelpName>
1919
<Language>en-US</Language>
2020
<DocumentationSources>
21-
<DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.dll" />
22-
<DocumentationSource sourceFile="..\bin\Debug\PT.EssentialMVVM.XML" />
21+
<DocumentationSource sourceFile="..\bin\Release\PT.EssentialMVVM.dll" />
22+
<DocumentationSource sourceFile="..\bin\Release\PT.EssentialMVVM.XML" />
2323
</DocumentationSources>
2424
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
2525
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
@@ -28,7 +28,7 @@
2828
<KeepLogFile>False</KeepLogFile>
2929
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
3030
<CleanIntermediates>True</CleanIntermediates>
31-
<HelpFileVersion>1.0</HelpFileVersion>
31+
<HelpFileVersion>1.0.1</HelpFileVersion>
3232
<MaximumGroupParts>2</MaximumGroupParts>
3333
<NamespaceGrouping>False</NamespaceGrouping>
3434
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
@@ -40,14 +40,14 @@
4040
<HelpTitle>EssentialMVVM - A lightweight Model-View-ViewModel %28MVVM%29 framework for WPF</HelpTitle>
4141
<ContentPlacement>AboveNamespaces</ContentPlacement>
4242
<NamespaceSummaries>
43-
<NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True" xmlns="">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem>
44-
</NamespaceSummaries>
45-
<VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected</VisibleItems>
43+
<NamespaceSummaryItem name="(global)" isDocumented="True" />
44+
<NamespaceSummaryItem name="PT.EssentialMVVM" isDocumented="True">The PT.EssentialMVVM Namespace includes the entire EssentialMVVM framework.</NamespaceSummaryItem></NamespaceSummaries>
45+
<VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
4646
<ProjectSummary>&amp;lt%3bp&amp;gt%3bEssentialMVVM is a lightweight Model-View-ViewModel %28MVVM%29 framework for WPF&amp;lt%3b/p&amp;gt%3b
47-
&amp;lt%3bp&amp;gt%3b&amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b
47+
&amp;lt%3bp&amp;gt%3b&amp;lt%3ba href=&amp;quot%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;quot%3b&amp;gt%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b
4848
</ProjectSummary>
4949
<RootNamespaceTitle>Project Information</RootNamespaceTitle>
50-
<FooterText>&amp;lt%3bp&amp;gt%3bProject Website : &amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b&amp;lt%3bp&amp;gt%3bLicense : GNU Lesser General Public License %28LGPL%29 - &amp;lt%3ba href=&amp;quot%3bhttps://essentialmvvm.codeplex.com/license&amp;quot%3b&amp;gt%3bhttps://essentialmvvm.codeplex.com/license&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b</FooterText>
50+
<FooterText>&amp;lt%3bp&amp;gt%3bProject Website : &amp;lt%3ba href=&amp;quot%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;quot%3b&amp;gt%3bhttps://github.com/laidbackcoder/EssentialMVVM&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b&amp;lt%3bp&amp;gt%3bLicense : GNU Lesser General Public License %28LGPL%29 - &amp;lt%3ba href=&amp;quot%3bhttps://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE&amp;quot%3b&amp;gt%3bhttps://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE&amp;lt%3b/a&amp;gt%3b&amp;lt%3b/p&amp;gt%3b</FooterText>
5151
<TransformComponentArguments>
5252
<Argument Key="logoFile" Value="EssentialMVVM.png" />
5353
<Argument Key="logoHeight" Value="" />
@@ -61,6 +61,9 @@
6161
<Argument Key="baseSourceCodeUrl" Value="" />
6262
<Argument Key="requestExampleUrl" Value="" />
6363
</TransformComponentArguments>
64+
<SourceCodeBasePath>
65+
</SourceCodeBasePath>
66+
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
6467
</PropertyGroup>
6568
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
6669
the build. The others are optional common platform types that may appear. -->
87.2 KB
Binary file not shown.

EssentialMVVM/ThreadHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// <summary>
22
// Project Name : EssentialMVVM
33
// Project Description : A lightweight Model-View-ViewModel (MVVM) framework for WPF
4-
// Project Website : https://essentialmvvm.codeplex.com
4+
// Project Website : https://github.com/laidbackcoder/EssentialMVVM
55
// Developer : Phil Tyler (http://www.laidbackcoder.co.uk)
66
// License : GNU Lesser General Public License (LGPL)
7-
// License URL : https://essentialmvvm.codeplex.com/license
7+
// License URL : https://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE
88
// </summary>
99
using System;
1010
using System.Windows;

EssentialMVVM/ViewModelBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// <summary>
22
// Project Name : EssentialMVVM
33
// Project Description : A lightweight Model-View-ViewModel (MVVM) framework for WPF
4-
// Project Website : https://essentialmvvm.codeplex.com
4+
// Project Website : https://github.com/laidbackcoder/EssentialMVVM
55
// Developer : Phil Tyler (http://www.laidbackcoder.co.uk)
66
// License : GNU Lesser General Public License (LGPL)
7-
// License URL : https://essentialmvvm.codeplex.com/license
7+
// License URL : https://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE
88
// </summary>
99
using System;
1010

EssentialMVVM/ViewModelCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// <summary>
22
// Project Name : EssentialMVVM
33
// Project Description : A lightweight Model-View-ViewModel (MVVM) framework for WPF
4-
// Project Website : https://essentialmvvm.codeplex.com
4+
// Project Website : https://github.com/laidbackcoder/EssentialMVVM
55
// Developer : Phil Tyler (http://www.laidbackcoder.co.uk)
66
// License : GNU Lesser General Public License (LGPL)
7-
// License URL : https://essentialmvvm.codeplex.com/license
7+
// License URL : https://github.com/laidbackcoder/EssentialMVVM/blob/master/LICENSE
88
// </summary>
99
using System;
1010
using System.Windows.Input;

0 commit comments

Comments
 (0)