diff --git a/MimeKit/MimeKit.NetStandard.csproj b/MimeKit/MimeKit.NetStandard.csproj index 4d60f83136..be49e2a54f 100644 --- a/MimeKit/MimeKit.NetStandard.csproj +++ b/MimeKit/MimeKit.NetStandard.csproj @@ -3,7 +3,7 @@ An Open Source library for creating and parsing MIME, S/MIME, PGP messages on desktop and mobile platforms. MimeKit - 1.18.1 + 1.18.2 Jeffrey Stedfast netstandard1.3 true diff --git a/MimeKit/MimeKitLite.NetStandard.csproj b/MimeKit/MimeKitLite.NetStandard.csproj index 3950464310..2f446709d9 100644 --- a/MimeKit/MimeKitLite.NetStandard.csproj +++ b/MimeKit/MimeKitLite.NetStandard.csproj @@ -3,7 +3,7 @@ An Open Source library for creating and parsing MIME, S/MIME, PGP messages on desktop and mobile platforms. MimeKit Lite - 1.18.1 + 1.18.2 Jeffrey Stedfast netstandard1.3 true diff --git a/MimeKit/Properties/AssemblyInfo.cs b/MimeKit/Properties/AssemblyInfo.cs index 34c0c308c9..18e854f7fa 100644 --- a/MimeKit/Properties/AssemblyInfo.cs +++ b/MimeKit/Properties/AssemblyInfo.cs @@ -80,6 +80,6 @@ // // If there have only been bug fixes, bump the Micro Version and/or the Build Number // in the AssemblyFileVersion attribute. -[assembly: AssemblyInformationalVersion ("1.18.1.0")] -[assembly: AssemblyFileVersion ("1.18.1.0")] +[assembly: AssemblyInformationalVersion ("1.18.2.0")] +[assembly: AssemblyFileVersion ("1.18.2.0")] [assembly: AssemblyVersion ("1.18.0.0")] diff --git a/appveyor.yml b/appveyor.yml index caf23fca89..caac9f2dec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.18.1.{build} +version: 1.18.2.{build} os: Visual Studio 2015 configuration: Debug platform: Any CPU diff --git a/component/component.yaml b/component/component.yaml index 386af84519..963e7a71bc 100644 --- a/component/component.yaml +++ b/component/component.yaml @@ -1,6 +1,6 @@ id: mimekit name: MimeKit -version: 1.18.1 +version: 1.18.2 publisher: Jeffrey Stedfast publisher-url: https://github.com/jstedfast/MimeKit getting-started: GettingStarted.md @@ -12,9 +12,9 @@ icons: - mimekit_128x128.png packages: ios-unified: - - MimeKit, Version=1.18.1 + - MimeKit, Version=1.18.2 android: - - MimeKit, Version=1.18.1 + - MimeKit, Version=1.18.2 samples: - name: "Android Sample" path: ../samples/MessageReader.Android/MessageReader.Android.sln diff --git a/nuget/MimeKit.nuspec b/nuget/MimeKit.nuspec index e7a762bf22..86284b6ee6 100644 --- a/nuget/MimeKit.nuspec +++ b/nuget/MimeKit.nuspec @@ -2,7 +2,7 @@ MimeKit - 1.18.1 + 1.18.2 MimeKit Jeffrey Stedfast Jeffrey Stedfast diff --git a/nuget/MimeKitLite.nuspec b/nuget/MimeKitLite.nuspec index bacd9399a8..a9ae96da78 100644 --- a/nuget/MimeKitLite.nuspec +++ b/nuget/MimeKitLite.nuspec @@ -2,7 +2,7 @@ MimeKitLite - 1.18.1 + 1.18.2 MimeKit Lite Jeffrey Stedfast Jeffrey Stedfast