Skip to content

Commit

Permalink
Release 1.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
O. Brouwer committed Aug 2, 2017
1 parent 2639d59 commit 3e228ae
Show file tree
Hide file tree
Showing 9 changed files with 1,036 additions and 8 deletions.
Binary file added Releases/Release 1.3.0.1/Binaries.zip
Binary file not shown.
Binary file added Releases/Release 1.3.0.1/Documentation.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,025 changes: 1,025 additions & 0 deletions Releases/Release 1.3.0.1/Release Notes.txt

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions Source/Enkoni.Documentation.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<PlugInConfigurations>
</PlugInConfigurations>
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
<PresentationStyle>VS2010</PresentationStyle>
<PresentationStyle>VS2013</PresentationStyle>
<ProjectSummary>The Enkoni Framework contains numerous types and methods that typically are written over and over again for specific projects.</ProjectSummary>
<CopyrightText>Copyright %28c%29 Oscar Brouwer 2015. All rights reserved.</CopyrightText>
<CopyrightText>Copyright %28c%29 Oscar Brouwer 2017. All rights reserved.</CopyrightText>
<NamespaceSummaries>
<NamespaceSummaryItem name="Enkoni.Framework" isDocumented="True">Contains numerous easy-to-use types and operations that can be utilized in any kind of project or application.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Enkoni.Framework.Entities" isDocumented="True">Contains functionality of a generic data-access layer which can be utilized in a typical multi-tier application.</NamespaceSummaryItem>
Expand Down Expand Up @@ -77,7 +77,7 @@
<Filter entryType="Class" fullName="System.Attribute" filterName="Attribute" isExposed="False" />
</Filter>
</ApiFilter>
<HelpFileVersion>1.3.0.0</HelpFileVersion>
<HelpFileVersion>1.3.0.1</HelpFileVersion>
<HelpAttributes />
<SyntaxFilters>Standard</SyntaxFilters>
<RootNamespaceContainer>False</RootNamespaceContainer>
Expand All @@ -91,6 +91,9 @@
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Enkoni.Testing</id>
<version>1.1.0</version>
<version>1.2.1</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<summary>$description$</summary>
<releaseNotes><![CDATA[Changed the assembly GUID to make it unique.]]></releaseNotes>
<releaseNotes><![CDATA[Solved a bug in the ExceptionAssert where an Assert whould incorrectly succeed when no exception was thrown]]></releaseNotes>
<copyright>Copyright (c) Oscar Brouwer 2012. All rights reserved.</copyright>
<dependencies>
<dependency id="Enkoni" version="3.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

using System.Reflection;

[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
2 changes: 1 addition & 1 deletion Source/ReleaseNotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<releases>
<release version="1.3.0.1" releasedate="2017-08-01">
<projects>
<project name="Enkoni.Framework.Testing" version="1.1.1">
<project name="Enkoni.Framework.Testing" version="1.2.1">
<updates>
<update date="2017-08-01" type="bugfix">
<summary><![CDATA[Solved a bug in the ExceptionAssert class]]></summary>
Expand Down

0 comments on commit 3e228ae

Please sign in to comment.