Skip to content

Commit

Permalink
Bump version to 4.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jun 24, 2023
1 parent 76a0940 commit 0913a82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MimeKit/MimeKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>An Open Source library for creating and parsing MIME, S/MIME, PGP messages on desktop and mobile platforms.</Description>
<AssemblyTitle>MimeKit Lite</AssemblyTitle>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.1.0.1</VersionPrefix>
<Authors>Jeffrey Stedfast</Authors>
<_LegacyFrameworks>net462;net47</_LegacyFrameworks>
<_LegacyFrameworks Condition=" Exists('C:\Windows') ">$(_LegacyFrameworks);net48</_LegacyFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions MimeKit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
//
// If there have only been bug fixes, bump the Micro Version and/or the Build Number
// in the AssemblyFileVersion attribute.
[assembly: AssemblyInformationalVersion ("4.1.0.0")]
[assembly: AssemblyFileVersion ("4.1.0.0")]
[assembly: AssemblyInformationalVersion ("4.1.0.1")]
[assembly: AssemblyFileVersion ("4.1.0.1")]
[assembly: AssemblyVersion ("4.1.0.0")]
2 changes: 2 additions & 0 deletions nuget/MimeKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<copyright>.NET Foundation and Contributors</copyright>
<language>en-US</language>
<tags>mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net6.0 netstandard netstandard2.0 netstandard2.1</tags>
<readme>docs\README.md</readme>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.2" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.2" />
Expand Down Expand Up @@ -103,6 +104,7 @@
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="docs\README.md" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKit.dll" target="lib\netstandard2.0\MimeKit.dll" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKit.pdb" target="lib\netstandard2.0\MimeKit.pdb" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKit.xml" target="lib\netstandard2.0\MimeKit.xml" />
Expand Down
4 changes: 3 additions & 1 deletion nuget/MimeKitLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>MimeKitLite</id>
<version>4.1.0</version>
<version>4.1.0.1</version>
<title>MimeKit Lite</title>
<authors>Jeffrey Stedfast</authors>
<owners>Jeffrey Stedfast</owners>
Expand Down Expand Up @@ -35,6 +35,7 @@
<copyright>.NET Foundation and Contributors</copyright>
<language>en-US</language>
<tags>mime mbox mail email parser tnef net462 net47 net48 net6.0 netstandard netstandard2.0 netstandard2.1</tags>
<readme>docs\README.md</readme>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.2" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.2" />
Expand Down Expand Up @@ -83,6 +84,7 @@
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="docs\README.md" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKitLite.dll" target="lib\netstandard2.0\MimeKitLite.dll" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKitLite.pdb" target="lib\netstandard2.0\MimeKitLite.pdb" />
<file src="..\MimeKit\bin\Release\netstandard2.0\MimeKitLite.xml" target="lib\netstandard2.0\MimeKitLite.xml" />
Expand Down

0 comments on commit 0913a82

Please sign in to comment.