Skip to content

Commit

Permalink
- Updated: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis- committed Nov 8, 2020
1 parent 7eac733 commit 6087757
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ChangeLogs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING.
# CHANGE LOG

[Next version (2d34da2f730517e92aa63c2f5f5dffc6a7094f23)]
[Next version (7eac733771278746e12130ce968c673d570342d5)]
- Added: Plugin Lifecycle event system
- Added: Only one instance of SMA can be run #156
- Added: Rescue tool ("SMA Updater") which can install or update to any SMA version #152
Expand Down Expand Up @@ -38,8 +38,8 @@
- Added SuperMemoAssistant.Plugins.Import.BrowserPlugin submodule
- Added plugin Template
- Added Services.HTML
- Updated: Bumped version to 2.0.5
- Updated: Packages
- Updated: Bumped version to 2.0.5
- Updated: Package
- Updated: Interop package version
- Updated: New interop
Expand Down
26 changes: 22 additions & 4 deletions SuperMemoAssistant.Services.Medias.Images.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<Deterministic>true</Deterministic>
<AssemblyVersion>2.0.5</AssemblyVersion>
<FileVersion>2.0.5</FileVersion>
<Version>2.0.5</Version>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Version>2.1.0</Version>
</PropertyGroup>
<PropertyGroup Label="Package">
<Title>SuperMemo Assistant Image Service</Title>
Expand Down Expand Up @@ -41,8 +41,26 @@
<Version>0.2.1.51</Version>
</PackageReference>
<PackageReference Include="SuperMemoAssistant.Interop">
<Version>2.0.5.13</Version>
<Version>2.1.0-beta.6</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\..\..\libs\pngcs\pngcs.projitems" Label="Shared" />
<ItemGroup>
<PackageReference Update="AsyncFixer" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="16.8.55" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Roslynator.Analyzers" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="WpfAnalyzers" Version="3.3.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.5"
"version": "2.1.0-beta"
}

0 comments on commit 6087757

Please sign in to comment.