Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jul 7, 2023
1 parent 4a95176 commit 7f2ee24
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ExtensionBlocks.Test/ExtensionBlocks.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\**" />
Expand Down
3 changes: 2 additions & 1 deletion ExtensionBlocks.Test2/ExtensionBlocks.Test2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\**" />
Expand Down
24 changes: 22 additions & 2 deletions ExtensionBlocks/ExtensionBlocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,43 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Authors>Eric Zimmerman</Authors>
<Company>Eric Zimmerman</Company>
<Product>Extension blocks</Product>
<Description>ExtensionBlocks</Description>
<Copyright>Eric Zimmerman</Copyright>
<PackageProjectUrl>https://github.com/EricZimmerman/ExtensionBlocks</PackageProjectUrl>
<RepositoryUrl>https://github.com/EricZimmerman/ExtensionBlocks</RepositoryUrl>
<Version>1.3.2.2</Version>
<Version>1.3.3</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>


<PackageTags>beef, extension block</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<!-- If all members are not documented, you can disable the compiler warnings -->
<NoWarn>$(NoWarn);CS1591</NoWarn>

</PropertyGroup>



<ItemGroup>
<PackageReference Include="GuidMapping" Version="1.1.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />

<None Include="../README.md" Pack="true" PackagePath=""/>
<None Include="../icon.png" Pack="true" PackagePath=""/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>


Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f2ee24

Please # to comment.