Skip to content

Commit

Permalink
- Fixed: Interop version was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis- committed Apr 11, 2021
1 parent 8571330 commit 7ee1c9e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ChangeLogs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING.
# CHANGE LOG

[Next version (3f298d1421888b0724e2f68747010d11e916ff4c)]
[Next version (85713300bcfffae692e2f73b3cc431cc9027106e)]
- Added: 18.05 compatibility
- Added: ElementBase.ToJson() (Core only)
- Added: New IDestinationBranchFinder system. Fixes several issue with subfolders
- Added: New async pathway for ElementRegistryBase. Awaiting the new hook engine system for true async
- Added: ElementRegistryBase Branch finder
Expand All @@ -15,6 +17,7 @@
- Added: Plugins initialization is executed in background and awaited only after collection is selected
- Added: "Stable (Debug)" and "NuPack Debug" solution configurations
- Added empty slots registry to check for files occupying empty file slots
- Updated: Build files
- Updated: Interop submodule
- Updated: ChangeLogs
- Updated: Minimum Interop version to 2.1.0-beta-11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public partial class SMAPluginManager : TPluginManager, IPluginLocations
public const string ToastActionRestartAfterCrash = "PluginRestartAfterCrash";
public const string ToastActionParameterPluginId = "PluginId";

private const string MinInteropVersion = "2.1.0-beta-11";
private const string MinInteropVersion = "2.1.0-beta.11";

#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<repository type="$repositoryType$" url="$repositoryUrl$" branch="develop" commit="$commitId$" />
<dependencies />
<!-- releaseNotes will be replaced by MSBuild.Tools (see SuperMemoAssistant.csproj and https://github.com/alexis-/MSBuild.Tools) -->
<releaseNotes>- Added: New IDestinationBranchFinder system. Fixes several issue with subfolders
<releaseNotes>- Added: 18.05 compatibility
- Added: ElementBase.ToJson() (Core only)
- Added: New IDestinationBranchFinder system. Fixes several issue with subfolders
- Added: New async pathway for ElementRegistryBase. Awaiting the new hook engine system for true async
- Added: ElementRegistryBase Branch finder
- Added: IElementEx.cs
Expand All @@ -27,6 +29,7 @@
- Added: Plugins initialization is executed in background and awaited only after collection is selected
- Added: "Stable (Debug)" and "NuPack Debug" solution configurations
- Added empty slots registry to check for files occupying empty file slots
- Updated: Build files
- Updated: Interop submodule
- Updated: ChangeLogs
- Updated: Minimum Interop version to 2.1.0-beta-11
Expand Down

0 comments on commit 7ee1c9e

Please sign in to comment.