Skip to content

Commit

Permalink
Updating version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 26, 2021
1 parent 593032f commit 60b1476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Vsix.Orchard/Constants/ExtensionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
internal static class ExtensionVersion
{
public const string Current = "1.5.3";
public const string Current = "1.5.4";
}
}
2 changes: 2 additions & 0 deletions Lombiq.Vsix.Orchard/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ This project is developed by [Lombiq Technologies](https://lombiq.com/). Commerc

## Release notes

- 1.5.4, 26.01.2021
- Fixing that the dependency injector didn't add the constructor parameter if it created a new constructor.
- 1.5.3, 08.01.2021
- Injected `ILogger<T>` instances are now saved into non-generic `ILogger` fields.
- Removing additional line breaks around generator constructors when injecting dependencies (removing "logical code islands").
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.Vsix.Orchard/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="1a2f7a53-92bd-4396-b49c-98a9bfcc1d41" Version="1.5.3" Language="en-US" Publisher="Lombiq Technologies" />
<Identity Id="1a2f7a53-92bd-4396-b49c-98a9bfcc1d41" Version="1.5.4" Language="en-US" Publisher="Lombiq Technologies" />
<DisplayName>Lombiq Orchard Visual Studio Extension</DisplayName>
<Description xml:space="preserve">Visual Studio extension with many features and templates frequently used by Lombiq developers. Contains Orchard-related as well as generic goodies.</Description>
<MoreInfo>https://github.com/Lombiq/Lombiq-Visual-Studio-Extension</MoreInfo>
Expand Down

0 comments on commit 60b1476

Please sign in to comment.