-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(Versioning): Increment version 2.0.2 -> 2.0.3 [skip ci] [skip hint]
- Loading branch information
1 parent
23ce6da
commit 647b9b1
Showing
42 changed files
with
608 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 52 additions & 59 deletions
111
src/Blazor/Neuroglia.Blazor.Dagre/Neuroglia.Blazor.Dagre.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,53 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Razor"> | ||
|
||
<PropertyGroup> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<Company>Neuroglia SPRL</Company> | ||
<Copyright>Copyright © 2021 Neuroglia SPRL. All rights reserved.</Copyright> | ||
<Authors>Neuroglia SPRL</Authors> | ||
<RepositoryUrl>https://github.com/neuroglia-io/framework</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>neuroglia framework blazor dagre diagram graph</PackageTags> | ||
<Version>2.0.2</Version> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageIcon>logo_white_on_blue_256.png</PackageIcon> | ||
<IsPackable>true</IsPackable> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<DocumentationFile>Neuroglia.Blazor.Dagre.xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\..\assets\img\logo_white_on_blue_256.png" Link="logo_white_on_blue_256.png"> | ||
<PackagePath></PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
<None Include="..\..\..\LICENSE" Link="LICENSE"> | ||
<PackagePath></PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Remove="compilerconfig.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<_ContentIncludedByDefault Remove="compilerconfig.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="compilerconfig.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<SupportedPlatform Include="browser" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.4" /> | ||
<PackageReference Include="Neuroglia.Serialization.NewtonsoftJson" Version="2.0.1.59" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<Company>Neuroglia SPRL</Company> | ||
<Copyright>Copyright © 2021 Neuroglia SPRL. All rights reserved.</Copyright> | ||
<Authors>Neuroglia SPRL</Authors> | ||
<RepositoryUrl>https://github.com/neuroglia-io/framework</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>neuroglia framework blazor dagre diagram graph</PackageTags> | ||
<Version>2.0.3</Version> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageIcon>logo_white_on_blue_256.png</PackageIcon> | ||
<IsPackable>true</IsPackable> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DocumentationFile>Neuroglia.Blazor.Dagre.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\..\..\assets\img\logo_white_on_blue_256.png" Link="logo_white_on_blue_256.png"> | ||
<PackagePath> | ||
</PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
<None Include="..\..\..\LICENSE" Link="LICENSE"> | ||
<PackagePath> | ||
</PackagePath> | ||
<Pack>True</Pack> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Remove="compilerconfig.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<_ContentIncludedByDefault Remove="compilerconfig.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="compilerconfig.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<SupportedPlatform Include="browser" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.4" /> | ||
<PackageReference Include="Neuroglia.Serialization.NewtonsoftJson" Version="2.0.1.59" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.