Skip to content

Commit

Permalink
Nuget updates (#88)
Browse files Browse the repository at this point in the history
* Fix typos

* update nugets

Co-authored-by: Mark Kromis <mark.kromis@spartronics.com>
  • Loading branch information
mkromis and mkromis committed Oct 30, 2022
1 parent 00beed2 commit e83de44
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="6.4.1" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.6.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.2" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="6.4.1" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.6.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.2" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="8.0.2" />
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />

<PackageReference Include="Dirkster.AvalonDock" Version="4.60.1" />
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.60.1" />
<PackageReference Include="Dirkster.AvalonDock" Version="4.70.2" />
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.70.2" />
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="MvvmCross.Platforms.Wpf" Version="8.0.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectReference Include="..\MinoriEditorShell.Platforms.Wpf\MinoriEditorShell.Platforms.Wpf.csproj" />
<ProjectReference Include="..\MinoriEditorShell\MinoriEditorShell.csproj" />

<PackageReference Include="Fluent.Ribbon" Version="9.0.1" />
<PackageReference Include="Fluent.Ribbon" Version="9.0.4" />
<PackageReference Include="MvvmCross" Version="8.0.2" />
<PackageReference Include="MvvmCross.Platforms.Wpf" Version="8.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Modules/MinoriEditorShell/MinoriEditorShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="MvvmCross.Plugin.Messenger" Version="8.0.2" />
<PackageReference Include="MvvmCross.Plugin.ResxLocalization" Version="8.0.2" />
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ Dual-Licensed with either

## Breaking Changes (For Develop pre-release

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

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

## Build environmant
## Build environment

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

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

## More Documentation

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

## Acknowledgements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions Tests/MinoriEditorShellTests/MinoriEditorShellTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e83de44

Please sign in to comment.