Skip to content

Commit e83de44

Browse files
authored
Nuget updates (#88)
* Fix typos * update nugets Co-authored-by: Mark Kromis <mark.kromis@spartronics.com>
1 parent 00beed2 commit e83de44

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

Modules/MinoriEditorShell.Command/MinoriEditorShell.Command.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="6.4.1" />
33-
<PackageReference Include="System.ComponentModel.Composition" Version="4.6.0" />
34-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
35-
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
33+
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.2" />
34+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.2" />
35+
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
3636
</ItemGroup>
3737

3838
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">

Modules/MinoriEditorShell.History/MinoriEditorShell.History.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="6.4.1" />
33-
<PackageReference Include="System.ComponentModel.Composition" Version="4.6.0" />
34-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
35-
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
33+
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.2" />
34+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.2" />
35+
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
3636
</ItemGroup>
3737

3838
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">

Modules/MinoriEditorShell.Platforms.Wpf/MinoriEditorShell.Platforms.Wpf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
4040
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="8.0.2" />
4141
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
42-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
42+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
4343
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
4444

45-
<PackageReference Include="Dirkster.AvalonDock" Version="4.60.1" />
46-
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.60.1" />
45+
<PackageReference Include="Dirkster.AvalonDock" Version="4.70.2" />
46+
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.70.2" />
4747
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
4848
<PackageReference Include="MvvmCross.Platforms.Wpf" Version="8.0.2" />
4949
</ItemGroup>

Modules/MinoriEditorShell.Ribbon/MinoriEditorShell.Ribbon.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectReference Include="..\MinoriEditorShell.Platforms.Wpf\MinoriEditorShell.Platforms.Wpf.csproj" />
2323
<ProjectReference Include="..\MinoriEditorShell\MinoriEditorShell.csproj" />
2424

25-
<PackageReference Include="Fluent.Ribbon" Version="9.0.1" />
25+
<PackageReference Include="Fluent.Ribbon" Version="9.0.4" />
2626
<PackageReference Include="MvvmCross" Version="8.0.2" />
2727
<PackageReference Include="MvvmCross.Platforms.Wpf" Version="8.0.2" />
2828
</ItemGroup>

Modules/MinoriEditorShell/MinoriEditorShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
3030
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="8.0.2" />
3131
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
32-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
32+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
3333
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
3434
</ItemGroup>
3535

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ Dual-Licensed with either
2727

2828
## Breaking Changes (For Develop pre-release
2929

30-
The goal is to minimize the main library into a more consice library. Thus the following changes will/have been made.
30+
The goal is to minimize the main library into a more concise library. Thus the following changes will/have been made.
3131
* Command interface was moved to MinoriEditorShell.Command -- This is currently un-tested and no nuget yet.
3232
* Undo - Redo interface was moved to MinoriEditorShell.History -- This is currently un-tested and no nuget yet.
3333

3434
* IMesManager renamed to IMesDocumentManager to clarify what the manager does, manages documents/persistant documents and tools.
3535
* IMesSettings is for custom setting view models in the settings manager, (Still need to have a view for them in platform target).
36-
* IMesSettingsManger is for managaing all of the settings view models.
36+
* IMesSettingsManger is for managing all of the settings view models.
3737

38-
## Build environmant
38+
## Build environment
3939

40-
For windows this is currently being ran on Visual Studio 2019 Community edition with **.Net Core cross platfom development**, and **.Net Desktop Envirionment**
40+
For windows this is currently being ran on Visual Studio 2019 Community edition with **.Net Core cross platform development**, and **.Net Desktop Environment**
4141
This project depends on netstandard library for its core build. Future plans involves targeting other platforms.
4242

4343
## What is this
@@ -68,7 +68,7 @@ way of separating out the code for each part of your application.
6868

6969
## More Documentation
7070

71-
Doumentation can be found on the github [wiki](https://github.com/TorisanKitsune/MinoriEditorShell/wiki/)
71+
Documentation can be found on the github [wiki](https://github.com/TorisanKitsune/MinoriEditorShell/wiki/)
7272

7373
## Acknowledgements
7474

Tests/MinoriEditorShell.Platforms.WpfTests/MinoriEditorShell.Platforms.WpfTests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
11-
<PackageReference Include="Moq" Version="4.16.1" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
13-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
14-
<PackageReference Include="coverlet.collector" Version="3.1.0">
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
11+
<PackageReference Include="Moq" Version="4.18.2" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
13+
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
14+
<PackageReference Include="coverlet.collector" Version="3.2.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

Tests/MinoriEditorShell.RibbonTests/MinoriEditorShell.RibbonTests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
11-
<PackageReference Include="Moq" Version="4.16.1" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
13-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
14-
<PackageReference Include="coverlet.collector" Version="3.1.0">
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
11+
<PackageReference Include="Moq" Version="4.18.2" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
13+
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
14+
<PackageReference Include="coverlet.collector" Version="3.2.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

Tests/MinoriEditorShellTests/MinoriEditorShellTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
13-
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
14-
<PackageReference Include="coverlet.collector" Version="3.1.0">
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
13+
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
14+
<PackageReference Include="coverlet.collector" Version="3.2.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)