Browse Source

Bump version to 1.0.1 (#11)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/12/head
github-actions[bot] 4 years ago committed by GitHub
parent
commit
a5d2a1abac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/KeyConnector/KeyConnector.csproj

4
src/KeyConnector/KeyConnector.csproj

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<RootNamespace>Bit.KeyConnector</RootNamespace> <RootNamespace>Bit.KeyConnector</RootNamespace>
<UserSecretsId>bitwarden-KeyConnector</UserSecretsId> <UserSecretsId>bitwarden-KeyConnector</UserSecretsId>
<GenerateRuntimeConfigurationFiles>True</GenerateRuntimeConfigurationFiles> <GenerateRuntimeConfigurationFiles>True</GenerateRuntimeConfigurationFiles>
<Version>1.0.0</Version> <Version>1.0.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save