|
11 | 11 | <AssemblyName>TxFileSystem.Website</AssemblyName> |
12 | 12 | <Company>EQX Media B.V.</Company> |
13 | 13 | <Authors>Jarno Kamminga</Authors> |
14 | | - <Version>0.4.0</Version> |
| 14 | + <Version>0.4.1</Version> |
15 | 15 | <Copyright>(c) 2021 EQX Media B.V.</Copyright> |
16 | 16 | <PackageProjectUrl>https://txfilesystem.io</PackageProjectUrl> |
17 | 17 | <PackageLicenseFile>License.md</PackageLicenseFile> |
18 | 18 | <RepositoryUrl>https://github.com/eqxmedianl/TxFileSystem.Website/</RepositoryUrl> |
19 | 19 | <RepositoryType>Git</RepositoryType> |
20 | 20 | <PackageReleaseNotes># Release Notes |
21 | 21 |
|
| 22 | +## Version 0.4.1 |
| 23 | + |
| 24 | +### Changes |
| 25 | +* Styled menu items inside collapsed menu prettier. |
| 26 | + |
| 27 | +### Fixes |
| 28 | +* Contents fits better in small screen device viewports. |
| 29 | + |
| 30 | +## Technical |
| 31 | +* Added systemd service and service configuration. |
| 32 | + |
22 | 33 | ## Version 0.4.0 |
23 | 34 |
|
24 | 35 | ### Changes |
|
62 | 73 | * Added Install page. |
63 | 74 | * Displaying EQXMedia.TxFileSystem package info, using: |
64 | 75 | * Web API being a middleware API for several NuGet API calls.</PackageReleaseNotes> |
| 76 | + <AssemblyVersion>0.4.1.0</AssemblyVersion> |
| 77 | + <FileVersion>0.4.1.0</FileVersion> |
65 | 78 | </PropertyGroup> |
66 | 79 |
|
67 | 80 | <ItemGroup> |
|
77 | 90 | <Content Remove="$(SpaRoot)**" /> |
78 | 91 | <None Remove="$(SpaRoot)**" /> |
79 | 92 | <None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" /> |
| 93 | + <None Remove="ClientApp\src\components\Controls\PackageInstallCommands.css" /> |
80 | 94 | <None Remove="ClientApp\src\components\FetchedMarkDown.css" /> |
81 | 95 | <None Remove="ClientApp\src\components\FetchedMarkDown.js" /> |
82 | 96 | <None Remove="ClientApp\src\components\Layout\Footer.css" /> |
83 | 97 | </ItemGroup> |
84 | 98 |
|
85 | 99 | <ItemGroup> |
| 100 | + <Content Include="ClientApp\src\components\Controls\PackageInstallCommands.css" /> |
86 | 101 | <Content Include="ClientApp\src\components\Layout\Footer.css" /> |
87 | 102 | <Content Include="ClientApp\src\components\Layout\Footer.js" /> |
88 | 103 | <Content Include="ClientApp\src\components\Controls\FetchedMarkDown.css" /> |
|
0 commit comments