Skip to content

Commit

Permalink
Merge pull request #101 from BryanSoltis/main
Browse files Browse the repository at this point in the history
2024-05-28 BryanSoltis - v4.2.0 Updates
  • Loading branch information
BryanSoltis authored May 28, 2024
2 parents 9350bec + 9210a16 commit 8f547f0
Show file tree
Hide file tree
Showing 15 changed files with 1,052 additions and 836 deletions.
24 changes: 17 additions & 7 deletions src/AzureNamingTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,31 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UserSecretsId>eca63fb9-b7f9-454f-910b-5088ae877085</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>

<ItemGroup>
<Content Remove="Components\General\NavMenu.razor" />
</ItemGroup>

<ItemGroup>
<None Remove="Components\General\NavMenu.razor.css" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="Blazored.Modal" Version="7.1.0" />
<PackageReference Include="Blazored.Toast" Version="4.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
<PackageReference Include="Blazored.Modal" Version="7.3.1" />
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="PSC.Blazor.Components.MarkdownEditor" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.6.2" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions src/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet" />
<link href="AzureNamingTool.styles.css" rel="stylesheet" />
<link href="/_content/PSC.Blazor.Components.MarkdownEditor/css/easymde.min.css" rel="stylesheet" />
<HeadOutlet @rendermode="InteractiveServer" />
</head>

Expand All @@ -63,6 +64,8 @@
<script src="_framework/blazor.web.js"></script>
<script src="js/jquery-3.7.0.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="/_content/PSC.Blazor.Components.MarkdownEditor/js/easymde.min.js"></script>
<script src="/_content/PSC.Blazor.Components.MarkdownEditor/js/markdownEditor.js"></script>
</body>

</html>
Expand Down
223 changes: 0 additions & 223 deletions src/Components/General/NavMenu.razor

This file was deleted.

62 changes: 0 additions & 62 deletions src/Components/General/NavMenu.razor.css

This file was deleted.

Loading

0 comments on commit 8f547f0

Please sign in to comment.