Skip to content

Commit

Permalink
bump version (#80)
Browse files Browse the repository at this point in the history
* Net5 upgrade (#77)

* nuget update

* net5 tweaks

* nuget updates

* Use only net5 projects instead of both types

* First attempt to resolve nuget changes

* dotnet update

* set Logging to Debug

* Testing for basic wpf app

* Add more MvxContextPresintation

* Fix settings window

* fix tests

* fix more logging

* tweak nugets

* remove gitversion for test

* bump version (#79)
  • Loading branch information
mkromis authored Jun 19, 2021
1 parent e30353e commit 851a9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 0.3.1
next-version: 0.4.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatchTag
mode: ContinuousDeployment
Expand Down
5 changes: 0 additions & 5 deletions MinoriEditorShell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinoriEditorShell.RibbonTes
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinoriEditorShellTests", "Tests\MinoriEditorShellTests\MinoriEditorShellTests.csproj", "{45823E3D-C3E2-4DFF-8952-1C5B52B3F950}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8C2E779-B501-4237-AECE-BD144CEB0A68}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinoriDemo.RibbonWpf", "Demos\MinoriDemo\MinoriDemo.RibbonWpf\MinoriDemo.RibbonWpf.csproj", "{1E99AC6C-40A7-418B-95E4-CA72D4A257CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinoriDemo.Wpf", "Demos\MinoriDemo\MinoriDemo.Wpf\MinoriDemo.Wpf.csproj", "{0E0460C0-BA5B-44D7-815B-592C42505D7D}"
Expand Down

0 comments on commit 851a9c4

Please sign in to comment.