From 4be2577c802c54093f22fa6b7d422a0a53b0f56f Mon Sep 17 00:00:00 2001 From: Drew Seward Date: Sat, 21 Apr 2018 12:57:23 -0700 Subject: [PATCH] version: Increment minor -> 0.11.0 https://github.com/awseward/bugsnag.net/compare/0.10.0...0.11.0 * chore: Remove IBugsnagger::*Async https://github.com/awseward/Bugsnag.NET/pull/76 * chore: Remove static approach classes https://github.com/awseward/Bugsnag.NET/pull/77 * chore: Update paket bootstrapper https://github.com/awseward/Bugsnag.NET/pull/75 --- SharedAssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 177dffd..73c0b00 100755 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -2,6 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("0.10.0.0")] -[assembly: AssemblyFileVersion("0.10.0.0")] -[assembly: AssemblyInformationalVersion("0.10.0")] +[assembly: AssemblyVersion("0.11.0.0")] +[assembly: AssemblyFileVersion("0.11.0.0")] +[assembly: AssemblyInformationalVersion("0.11.0")]