Releases: DmitryGolubenkov/SharpDockerizer
Releases · DmitryGolubenkov/SharpDockerizer
v0.4.1: Versions bugfix
Description
- Fixed #20
v0.4: .NET 8 and beyond, Templates, bugfixes
v0.4
Description
Now SharpDockerizer uses .NET 8 and latest stable versions of NuGet packages. Also this update contains templates - they were added to source code a long time ago but there was no release with them.
Also this update contains some bugfixes with projects paths on Windows.
Features
- Templates for solution and projects that can be used to customize, how SharpDockerizer generates Dockerfiles.
- Updated to .NET 8
- Updated to latest Avalonia Version
- Bugfixes
v0.3: Quality of life improvements
Description
A relatively small but important update. There are some bugfixes and quality of life improvements that should make using SharpDockerizer more comfortable.
Also there are a lot of internal changes that are required for the next global update.
What's Changed
- Fixed a bug: app silently crashes when is present instead of (#18 )
- Added settings menu
- Added a dropdown that allows user to select app language to settings (#1)
- ASP.NET Core projects are now displayed on top of Solution Viewer. Other projects (that don't depend on Web SDK) are now hidden. They can still be shown using a checkbox. (#16)
- Solution Viewer now has a search. 100+ projects now won't be a problem. (#13)
- Fixed a bug: double scrollbars inside solution viewer
- Maybe added new bugs
v0.2
Description
This update contains some functional and many quality of life improvements. Also a lot of prebuilt binaries.
Changes
- Feature: recently opened solutions can be opened using topbar menu
- Feature: solution data refresh
- Feature: localization support
- Feature: added Russian translation
- Feature: export generated Dockerfile to folder or copy to clipboard
- Bugfix: referenced project can be added multiple times to Dockerfile
- Bugfix: long project names in Solution Viewer are displayed incorrectly
v0.1.1
Description
First release.
Can be used to build Dockerfiles for .NET solutions.
Can be unstable.
Requires .NET 7.0 Runtime.