Skip to content

Commit

Permalink
Bump prometheus-net.AspNetCore from 8.1.0 to 8.2.1 in /src/web
Browse files Browse the repository at this point in the history
Bumps [prometheus-net.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/prometheus-net/prometheus-net/releases)
- [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History)
- [Commits](prometheus-net/prometheus-net@v8.1.0...v8.2.1)

---
updated-dependencies:
- dependency-name: prometheus-net.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 009fdaf commit 53f54b7
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions src/web/web.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
<PackageId>AzureStorageWebExplorer</PackageId>
<AssemblyVersion>$(AzureStorageWebExplorerVersion)</AssemblyVersion>
<FileVersion>$(AzureStorageWebExplorerVersion)</FileVersion>
<Authors>Sebastián Gómez</Authors>
<Product>Azure Storage web explorer</Product>
<Copyright>(C) 2023 @sebagomez. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/sebagomez/azurestorageexplorer</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>favicon.ico</PackageIcon>
<PackageIconUrl />
<PackageTags>azure,azure-storage,azure-blobs,azure-queues,azure-tables,azure-files</PackageTags>
<Version>$(AzureStorageWebExplorerVersion)</Version>
<PackageProjectUrl>https://azurestorage.azurewebsites.net</PackageProjectUrl>
<Description>Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application</Description>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\StorageLibrary\StorageLibrary.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="prometheus-net.AspNetCore" Version="8.1.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
<PackageId>AzureStorageWebExplorer</PackageId>
<AssemblyVersion>$(AzureStorageWebExplorerVersion)</AssemblyVersion>
<FileVersion>$(AzureStorageWebExplorerVersion)</FileVersion>
<Authors>Sebastián Gómez</Authors>
<Product>Azure Storage web explorer</Product>
<Copyright>(C) 2023 @sebagomez. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/sebagomez/azurestorageexplorer</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>favicon.ico</PackageIcon>
<PackageIconUrl />
<PackageTags>azure,azure-storage,azure-blobs,azure-queues,azure-tables,azure-files</PackageTags>
<Version>$(AzureStorageWebExplorerVersion)</Version>
<PackageProjectUrl>https://azurestorage.azurewebsites.net</PackageProjectUrl>
<Description>Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application</Description>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\StorageLibrary\StorageLibrary.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
</ItemGroup>

</Project>

0 comments on commit 53f54b7

Please sign in to comment.