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 Dec 15, 2016
1 parent 56e8e61 commit 826879b
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 24 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.3.6"></a>
## [1.3.6](https://github.com/zywave/SMLogging/compare/1.3.5...v1.3.6) (2016-12-15)


### Bug Fixes

* improve Windows Event Log messages when logging fails ([56e8e61](https://github.com/zywave/SMLogging/commit/56e8e61))



<a name="1.3.5"></a>
## [1.3.5](https://github.com/zywave/SMLogging/compare/1.3.4...v1.3.5) (2016-11-20)

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.5</version>
<version>1.3.6</version>
<authors>Zywave</authors>
<projectUrl>https://github.com/Zywave/SMLogging</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE</licenseUrl>
Expand Down
9 changes: 1 addition & 8 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
### 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))
* improve Windows Event Log messages when logging fails ([56e8e61](https://github.com/zywave/SMLogging/commit/56e8e61))
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.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.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.5.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
// [assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.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.5.0")]
[assembly: AssemblyVersion("1.3.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
// [assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.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.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.0")]
2 changes: 1 addition & 1 deletion 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.5" Manufacturer="Zywave" UpgradeCode="3123e40e-cd12-43f4-9a4c-33423c5c5deb">
<Product Id="*" Name="Service Model Logging" Language="1033" Version="1.3.6" 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 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.5.0")]
[assembly: AssemblyFileVersion("1.3.5.0")]
[assembly: AssemblyVersion("1.3.6.0")]
[assembly: AssemblyFileVersion("1.3.6.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.5
VERSION_PREFIX: 1.3.6
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.5",
"version": "1.3.6",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 826879b

Please sign in to comment.