Skip to content

Commit

Permalink
bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecp4224 committed Oct 3, 2022
1 parent 6e9b4d6 commit c83862d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions WalletConnectSharp.Core/WalletConnectSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(DefaultLibraryVersion)</TargetFrameworks>
<RootNamespace>WalletConnectSharp.Core</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.8.0</PackageVersion>
<PackageVersion>1.7.2</PackageVersion>
<Title>WalletConnectSharp.Core</Title>
<Authors>pedrouid, edkek</Authors>
<Description>A lightweight C# implementation of the WalletConnect protocol that can be used to connect to external wallets or connect a wallet to an external Dapp</Description>
Expand All @@ -17,8 +17,8 @@
<PackageTags>walletconnect wallet web3 ether ethereum blockchain evm</PackageTags>
<Copyright>Copyright (c) WalletConnect 2022</Copyright>
<PackageId>WalletConnect.Core</PackageId>
<AssemblyVersion>1.8.0</AssemblyVersion>
<FileVersion>1.8.0</FileVersion>
<AssemblyVersion>1.7.2</AssemblyVersion>
<FileVersion>1.7.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions WalletConnectSharp.Desktop/WalletConnectSharp.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>$(DefaultTargetFramework)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.8.0</PackageVersion>
<PackageVersion>1.7.2</PackageVersion>
<Title>WalletConnectSharp.Desktop</Title>
<Authors>pedrouid, edkek</Authors>
<Description>A lightweight C# implementation of the WalletConnect protocol that can be used to connect to external wallets or connect a wallet to an external Dapp. Use this package for desktop applications</Description>
Expand All @@ -16,8 +16,8 @@
<PackageTags>walletconnect wallet web3 ether ethereum blockchain evm desktop</PackageTags>
<Copyright>Copyright (c) WalletConnect 2022</Copyright>
<PackageId>WalletConnect.Desktop</PackageId>
<AssemblyVersion>1.8.0</AssemblyVersion>
<FileVersion>1.8.0</FileVersion>
<AssemblyVersion>1.7.2</AssemblyVersion>
<FileVersion>1.7.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>$(DefaultLibraryVersion)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.8.0</PackageVersion>
<PackageVersion>1.7.2</PackageVersion>
<Title>WalletConnectSharp.NEthereum</Title>
<Authors>pedrouid, edkek</Authors>
<Description>An NEthereum extension to access the WalletConnect protocol through a Web3 Provider. A lightweight C# implementation of the WalletConnect protocol that can be used to connect to external wallets or connect a wallet to an external Dapp</Description>
Expand All @@ -16,8 +16,8 @@
<PackageTags>nethereum walletconnect wallet web3 ether ethereum blockchain evm</PackageTags>
<Copyright>Copyright (c) WalletConnect 2022</Copyright>
<PackageId>WalletConnect.NEthereum</PackageId>
<AssemblyVersion>1.8.0</AssemblyVersion>
<FileVersion>1.8.0</FileVersion>
<AssemblyVersion>1.7.2</AssemblyVersion>
<FileVersion>1.7.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c83862d

Please sign in to comment.