Skip to content

Commit

Permalink
change project description
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenwang11 committed Jul 31, 2023
1 parent 751f909 commit c7fb6dd
Show file tree
Hide file tree
Showing 18 changed files with 192 additions and 185 deletions.
32 changes: 16 additions & 16 deletions src/Bamboo.Configuration.Apollo/Bamboo.Configuration.Apollo.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl>
<Company>www.7tiny.com</Company>
<Authors>7tiny</Authors>
<Description></Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<Description></Description>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>

</Project>
40 changes: 20 additions & 20 deletions src/Bamboo.Configuration.Core/Bamboo.Configuration.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl>
<Company>www.7tiny.com</Company>
<Authors>7tiny</Authors>
<Description>分布式配置中心核心</Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<Description>分布式配置中心核心</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bamboo.Logging" Version="1.0.4" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bamboo.Logging" Version="1.0.4" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>
39 changes: 21 additions & 18 deletions src/Bamboo.Configuration.Git/Bamboo.Configuration.Git.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>分布式配置中心git扩展,支持各种git源</Description>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
<Copyright>7tiny</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>分布式配置中心git扩展,支持各种git源</Description>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
<ProjectReference Include="..\Bamboo.Configuration.Json\Bamboo.Configuration.Json.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
<ProjectReference Include="..\Bamboo.Configuration.Json\Bamboo.Configuration.Json.csproj" />
</ItemGroup>

</Project>
41 changes: 20 additions & 21 deletions src/Bamboo.Configuration.Json/Bamboo.Configuration.Json.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Description>分布式配置中心json扩展,支持本地json源</Description>
<RepositoryType>dotnet</RepositoryType>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl>
<Company>www.7tiny.com</Company>
<Authors>7tiny</Authors>
<Description></Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Description>分布式配置中心json扩展,支持本地json源</Description>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<Description></Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>

</Project>
42 changes: 21 additions & 21 deletions src/Bamboo.Configuration.MySql/Bamboo.Configuration.MySql.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl>
<Company>www.7tiny.com</Company>
<Authors>7tiny</Authors>
<Description>分布式配置中心MySql扩展</Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<RepositoryType>dotnet</RepositoryType>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<Description>分布式配置中心MySql扩展</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="SevenTiny.Bantina.Bankinate.Core" Version="1.0.24" />
<PackageReference Include="SevenTiny.Bantina.Bankinate.MySql" Version="1.0.21" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="SevenTiny.Bantina.Bankinate.Core" Version="1.0.24" />
<PackageReference Include="SevenTiny.Bantina.Bankinate.MySql" Version="1.0.21" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>

</Project>
40 changes: 20 additions & 20 deletions src/Bamboo.Configuration.Xml/Bamboo.Configuration.Xml.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Description>分布式配置中心xml扩展,支持本地xml源</Description>
<RepositoryType>dotnet</RepositoryType>
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl>
<Company>www.7tiny.com</Company>
<Authors>7tiny</Authors>
<Description></Description>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Description>分布式配置中心xml扩展,支持本地xml源</Description>
<RepositoryType>dotnet</RepositoryType>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<Description></Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/Bamboo.Logging/Bamboo.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>www.7tiny.com</Company>
<Copyright>7tiny</Copyright>
<PackageLicenseUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<PackageTags>Logging</PackageTags>
<RepositoryUrl>https://github.com/sevenTiny/SevenTiny.Bantina.git</RepositoryUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
</PropertyGroup>

Expand Down
39 changes: 21 additions & 18 deletions src/Bamboo.ScriptEngine.CSharp/Bamboo.ScriptEngine.CSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Bamboo Script Engine with CSharp</Description>
<PackageProjectUrl>https://github.com/sevenTiny/Chameleon.FaaS</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Chameleon.FaaS</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
<Copyright>7tiny</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Bamboo Script Engine with CSharp</Description>
<Authors>7tiny</Authors>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bamboo.Configuration.Git" Version="1.0.2" />
<PackageReference Include="Bamboo.ScriptEngine.Core" Version="1.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NuGet.Packaging" Version="5.8.0" />
<PackageReference Include="NuGet.Protocol" Version="5.8.0" />
<PackageReference Include="SevenTiny.Bantina" Version="1.0.64" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bamboo.Configuration.Git" Version="1.0.2" />
<PackageReference Include="Bamboo.ScriptEngine.Core" Version="1.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NuGet.Packaging" Version="5.8.0" />
<PackageReference Include="NuGet.Protocol" Version="5.8.0" />
<PackageReference Include="SevenTiny.Bantina" Version="1.0.64" />
</ItemGroup>

</Project>
32 changes: 17 additions & 15 deletions src/Bamboo.ScriptEngine.Core/Bamboo.ScriptEngine.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Bamboo Script Engine Core</Description>
<PackageProjectUrl>https://github.com/sevenTiny/Chameleon.FaaS</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Chameleon.FaaS</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
<Copyright>7tiny</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Bamboo Script Engine Core</Description>
<Copyright>7tiny</Copyright>
<Company>www.7tiny.com</Company>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>dotnet</RepositoryType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bamboo.Configuration.Json" Version="1.0.1" />
<PackageReference Include="Bamboo.Logging" Version="1.0.4" />
<PackageReference Include="fasterflect" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bamboo.Configuration.Json" Version="1.0.1" />
<PackageReference Include="Bamboo.Logging" Version="1.0.4" />
<PackageReference Include="fasterflect" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/SevenTiny.Bantina.Aop/SevenTiny.Bantina.Aop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>www.7tiny.com</Company>
<Copyright>www.7tiny.com</Copyright>
<PackageLicenseUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/SevenTiny.Bantina.git</RepositoryUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>.net standard</RepositoryType>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>www.7tiny.com</Company>
<Copyright>www.7tiny.com</Copyright>
<PackageLicenseUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/SevenTiny.Bantina</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/sevenTiny/SevenTiny.Bantina.git</RepositoryUrl>
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl>
<RepositoryType>.net standard</RepositoryType>
<PackageTags>AutoMapper</PackageTags>
</PropertyGroup>
Expand Down
Loading

0 comments on commit c7fb6dd

Please sign in to comment.