Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(release): bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Nov 20, 2016
1 parent 1c12355 commit 8c4afab
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 24 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.3.5"></a>
## [1.3.5](https://github.com/zywave/SMLogging/compare/1.3.4...v1.3.5) (2016-11-20)


### Bug Fixes

* prevent BackgroundFileTraceListener from queuing events infinitely when failing to write to file by adding a MaxQueueSize setting defaulted to 10000 ([88ef72c](https://github.com/zywave/SMLogging/commit/88ef72c))
* remove unecessary static locks ([5cbd964](https://github.com/zywave/SMLogging/commit/5cbd964))


### Features

* log failures to event log ([1c12355](https://github.com/zywave/SMLogging/commit/1c12355))
* log fault exception details in error handler ([8b56bb8](https://github.com/zywave/SMLogging/commit/8b56bb8))



<a name="1.3.4"></a>
## [1.3.4](https://github.com/zywave/SMLogging/compare/1.3.3...v1.3.4) (2016-10-31)

Expand Down
2 changes: 1 addition & 1 deletion NuGet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metadata>
<id>SMLogging</id>
<title>Service Model Logging</title>
<version>1.3.4</version>
<version>1.3.5</version>
<authors>Zywave</authors>
<projectUrl>https://github.com/Zywave/SMLogging</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE</licenseUrl>
Expand Down
11 changes: 8 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Bug Fixes

* better app name for IIS applications ([3db8b5a](https://github.com/zywave/SMLogging/commit/3db8b5a))
* net35 include AppDomainHelpers ([a7e1231](https://github.com/zywave/SMLogging/commit/a7e1231))
* reenqueue events if file lock is not aquired ([d0bb0ba](https://github.com/zywave/SMLogging/commit/d0bb0ba))
* prevent BackgroundFileTraceListener from queuing events infinitely when failing to write to file by adding a MaxQueueSize setting defaulted to 10000 ([88ef72c](https://github.com/zywave/SMLogging/commit/88ef72c))
* remove unecessary static locks ([5cbd964](https://github.com/zywave/SMLogging/commit/5cbd964))


### Features

* log failures to event log ([1c12355](https://github.com/zywave/SMLogging/commit/1c12355))
* log fault exception details in error handler ([8b56bb8](https://github.com/zywave/SMLogging/commit/8b56bb8))
4 changes: 2 additions & 2 deletions SMLogging-net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("151c949d-8353-406c-b331-7c9fc06ef08f")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: CLSCompliant(true)]
6 changes: 3 additions & 3 deletions SMLogging.Lab.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
// [assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
6 changes: 3 additions & 3 deletions SMLogging.Lab/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
// [assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
4 changes: 2 additions & 2 deletions SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("9ab080ba-8c47-4db9-ad1b-6404ac9e5c2c")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
12 changes: 6 additions & 6 deletions SMLogging.Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" Name="Service Model Logging" Language="1033" Version="1.3.4" Manufacturer="Zywave" UpgradeCode="3123e40e-cd12-43f4-9a4c-33423c5c5deb">
<Product Id="*" Name="Service Model Logging" Language="1033" Version="1.3.5" Manufacturer="Zywave" UpgradeCode="3123e40e-cd12-43f4-9a4c-33423c5c5deb">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" InstallPrivileges="elevated"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
Expand All @@ -25,10 +25,10 @@
<Feature Id="AssemblyFeature" Title="Install service model logging assembly" Level="1" Absent="disallow">
<ComponentGroupRef Id="AssemblyComponents"/>
</Feature>
<Feature Id="EventSourceFeature" Title="Install SMLogging event source for logging failures" Level="1" >
<Feature Id="EventSourceFeature" Title="Install SMLogging event source for logging failures" Level="1">
<ComponentGroupRef Id="EventSourceComponents"/>
</Feature>
<Feature Id="RequestLoggingMachineConfigFeature" Title="Register request logging in machine.config" Level="1" />
<Feature Id="RequestLoggingMachineConfigFeature" Title="Register request logging in machine.config" Level="1"/>
<Feature Id="ErrorLoggingMachineConfigFeature" Title="Register error logging in machine.config" Level="1"/>
<Feature Id="EnableETETracingMachineConfigFeature" Title="Enable end to end tracing in machine.config" Level="1"/>

Expand Down Expand Up @@ -71,7 +71,7 @@
<Fragment>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="INSTALLFOLDER" Name="Service Model Logging" >
<Directory Id="INSTALLFOLDER" Name="Service Model Logging">
<Directory Id="NET40FOLDER" Name="net40"/>
<Directory Id="NET35FOLDER" Name="net35"/>
</Directory>
Expand All @@ -92,10 +92,10 @@
</Component>
</ComponentGroup>

<ComponentGroup Id="EventSourceComponents" >
<ComponentGroup Id="EventSourceComponents">
<Component Id="EventSource" Guid="F1B110D3-6A72-4E87-9CFA-C37A0FF08E26" Directory="INSTALLFOLDER" Permanent="no">
<!-- This assumes .NET 4x is installed. May need to conitionally look for other versions of .NET to get this path. -->
<util:EventSource Log="Application" Name="SMLogging" EventMessageFile="[NETFRAMEWORK40FULLINSTALLROOTDIR]EventLogMessages.dll" KeyPath="yes" />
<util:EventSource Log="Application" Name="SMLogging" EventMessageFile="[NETFRAMEWORK40FULLINSTALLROOTDIR]EventLogMessages.dll" KeyPath="yes"/>
</Component>
</ComponentGroup>
</Fragment>
Expand Down
4 changes: 2 additions & 2 deletions SMLogging/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("7a39f680-a620-4b15-af44-56cf6e880a7f")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: CLSCompliant(true)]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
SIGNING_KEY_PASSWORD:
secure: q/2tcRmM2IULkFnXQ1DUIA==
SN_PATH: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe
VERSION_PREFIX: 1.3.4
VERSION_PREFIX: 1.3.5
before_build:
- ps: >-
nuget restore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SMLogging",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 8c4afab

Please sign in to comment.