From d9ba171aca4b6e0d4674566ff6b48f4acc5954a6 Mon Sep 17 00:00:00 2001 From: John Cruikshank Date: Wed, 3 Aug 2016 14:44:34 -0500 Subject: [PATCH] chore(release): bump version, update changelog --- CHANGELOG.md | 16 ++++++++++++++++ NuGet.nuspec | 2 +- RELEASENOTES.md | 9 +++++++++ SMLogging-net35/Properties/AssemblyInfo.cs | 4 ++-- SMLogging.Lab.Client/Properties/AssemblyInfo.cs | 6 +++--- SMLogging.Lab/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 4 ++-- SMLogging.Setup/Product.wxs | 2 +- SMLogging/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- package.json | 2 +- 11 files changed, 41 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c926899..9f733da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [1.3.0](https://github.com/zywave/SMLogging/compare/1.2.5...v1.3.0) (2016-08-03) + + +### Features + +* activity tracing ([d2b6e85](https://github.com/zywave/SMLogging/commit/d2b6e85)) +* end to end tracing enabled via installer ([f999403](https://github.com/zywave/SMLogging/commit/f999403)) + + +### BREAKING CHANGES + +* added activityid and correlationid to format + + + ## [1.2.5](https://github.com/zywave/SMLogging/compare/1.2.4...v1.2.5) (2016-07-28) diff --git a/NuGet.nuspec b/NuGet.nuspec index e4c8f4a..5470da8 100644 --- a/NuGet.nuspec +++ b/NuGet.nuspec @@ -2,7 +2,7 @@ SMLogging Service Model Logging - 1.2.5 + 1.3.0 Zywave https://github.com/Zywave/SMLogging https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e69de29..d101671 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -0,0 +1,9 @@ +### Features + +* activity tracing ([d2b6e85](https://github.com/zywave/SMLogging/commit/d2b6e85)) +* end to end tracing enabled via installer ([f999403](https://github.com/zywave/SMLogging/commit/f999403)) + + +### BREAKING CHANGES + +* added activityid and correlationid to format \ No newline at end of file diff --git a/SMLogging-net35/Properties/AssemblyInfo.cs b/SMLogging-net35/Properties/AssemblyInfo.cs index d9f7e0a..eadf3a5 100644 --- a/SMLogging-net35/Properties/AssemblyInfo.cs +++ b/SMLogging-net35/Properties/AssemblyInfo.cs @@ -13,6 +13,6 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("151c949d-8353-406c-b331-7c9fc06ef08f")] -[assembly: AssemblyVersion("1.2.5.0")] -[assembly: AssemblyFileVersion("1.2.5.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: CLSCompliant(true)] diff --git a/SMLogging.Lab.Client/Properties/AssemblyInfo.cs b/SMLogging.Lab.Client/Properties/AssemblyInfo.cs index a25641e..9c48d1c 100644 --- a/SMLogging.Lab.Client/Properties/AssemblyInfo.cs +++ b/SMLogging.Lab.Client/Properties/AssemblyInfo.cs @@ -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.2.5.0")] -[assembly: AssemblyVersion("1.2.5.0")] -[assembly: AssemblyFileVersion("1.2.5.0")] +// [assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] diff --git a/SMLogging.Lab/Properties/AssemblyInfo.cs b/SMLogging.Lab/Properties/AssemblyInfo.cs index ec67460..b5714a1 100644 --- a/SMLogging.Lab/Properties/AssemblyInfo.cs +++ b/SMLogging.Lab/Properties/AssemblyInfo.cs @@ -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.2.5.0")] -[assembly: AssemblyVersion("1.2.5.0")] -[assembly: AssemblyFileVersion("1.2.5.0")] +// [assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] diff --git a/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs b/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs index 2f9387c..5bcc699 100644 --- a/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs +++ b/SMLogging.Setup.CustomActions/Properties/AssemblyInfo.cs @@ -10,5 +10,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("9ab080ba-8c47-4db9-ad1b-6404ac9e5c2c")] -[assembly: AssemblyVersion("1.2.5.0")] -[assembly: AssemblyFileVersion("1.2.5.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] diff --git a/SMLogging.Setup/Product.wxs b/SMLogging.Setup/Product.wxs index 1da6788..b116787 100644 --- a/SMLogging.Setup/Product.wxs +++ b/SMLogging.Setup/Product.wxs @@ -1,5 +1,5 @@ - + diff --git a/SMLogging/Properties/AssemblyInfo.cs b/SMLogging/Properties/AssemblyInfo.cs index 225afae..b2c57bb 100644 --- a/SMLogging/Properties/AssemblyInfo.cs +++ b/SMLogging/Properties/AssemblyInfo.cs @@ -12,6 +12,6 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("7a39f680-a620-4b15-af44-56cf6e880a7f")] -[assembly: AssemblyVersion("1.2.5.0")] -[assembly: AssemblyFileVersion("1.2.5.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: CLSCompliant(true)] diff --git a/appveyor.yml b/appveyor.yml index 0518641..47d2c47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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.2.5 + VERSION_PREFIX: 1.3.0 before_build: - ps: >- nuget restore diff --git a/package.json b/package.json index 54febf7..4e07651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SMLogging", - "version": "1.2.5", + "version": "1.3.0", "private": true, "repository": { "type": "git",