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 Oct 31, 2016
1 parent a7e1231 commit d2ca2be
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.3.4"></a>
## [1.3.4](https://github.com/zywave/SMLogging/compare/1.3.3...v1.3.4) (2016-10-31)


### 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))



<a name="1.3.3"></a>
## [1.3.3](https://github.com/zywave/SMLogging/compare/1.3.2...v1.3.3) (2016-08-11)

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.3</version>
<version>1.3.4</version>
<authors>Zywave</authors>
<projectUrl>https://github.com/Zywave/SMLogging</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE</licenseUrl>
Expand Down
4 changes: 3 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Bug Fixes

* remove invalid file name characters ([3a50684](https://github.com/zywave/SMLogging/commit/3a50684))
* 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))
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.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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.3.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
// [assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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.3.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
// [assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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.3" Manufacturer="Zywave" UpgradeCode="3123e40e-cd12-43f4-9a4c-33423c5c5deb">
<Product Id="*" Name="Service Model Logging" Language="1033" Version="1.3.4" 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.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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.3
VERSION_PREFIX: 1.3.4
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.3",
"version": "1.3.4",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit d2ca2be

Please sign in to comment.