Skip to content

Release v0.9.5#61

Merged
Vasar007 merged 58 commits into
masterfrom
develop
Mar 8, 2022
Merged

Release v0.9.5#61
Vasar007 merged 58 commits into
masterfrom
develop

Conversation

@Vasar007

@Vasar007 Vasar007 commented Mar 8, 2022

Copy link
Copy Markdown
Owner

Release v0.9.5

Minor release with core refactoring, fixes and new features.

Configuration changes

  • Added dotnet-format tool and check in CI
  • Used DirectoryProperties.build instead of manaul constants for versions of NuGet pacakges
  • Updated CodeQL workflow because it has some issues with latest tools
  • Used C# 10.0 and .NET 6.0 in all projects, ProjectV no longer supports .NET Standard 2.1 and uses .NET 6 instead.

Feature changes

Major changes

  • Changed ports for all web services
  • Added AutoMapper for models mapping

Bug fixes

  • Fixed invalid processing for private Steam apps without public name. As we cannot process such apps, we decided to ignore them

Closing issues

Vasar007 added 30 commits July 19, 2020 19:22
Use temporary filename for GoogleDriveReader;
Add GoogleDriveReader and GoogleDriveWriter to TplDataflow  service config;
Simplify some work with nullable reference and fix tags for ITagable classes
@Vasar007 Vasar007 added type: Feature New feature or request type: Code Maintenance New feature/requirement which is targeting on improve architecture, realization and code style area: Core Library Related tot the core library area: Configuration Related to project configuration area: Dependencies Pull requests that update a dependency file labels Mar 8, 2022
@Vasar007 Vasar007 added this to the v0.9.5 milestone Mar 8, 2022
@Vasar007 Vasar007 self-assigned this Mar 8, 2022

@Vasar007 Vasar007 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is ok.

@Vasar007 Vasar007 changed the title Develop Release v0.9.5 Mar 8, 2022
@Vasar007
Vasar007 merged commit 03fcdf2 into master Mar 8, 2022
@Vasar007
Vasar007 deleted the develop branch March 8, 2022 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Configuration Related to project configuration area: Core Library Related tot the core library area: Dependencies Pull requests that update a dependency file type: Code Maintenance New feature/requirement which is targeting on improve architecture, realization and code style type: Feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use AutoMapper instead of self-written mappers

1 participant