Skip to content

Commit

Permalink
Change version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-laz committed Mar 13, 2024
1 parent 2f62178 commit 5efb046
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>Decor.Extensions.Microsoft.DependencyInjection</Product>
<PackageTags>decorator dynamic-proxy aspect-oriented-programming middleware microsoft-dependency-injection</PackageTags>
<Copyright>Copyright 2020</Copyright>
<Version>2.0.8-preview.1</Version>
<Version>2.0.8</Version>
<Description>Decor integration with Microsoft's dependency injection.</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
Expand Down
72 changes: 36 additions & 36 deletions Decor/Decor.csproj
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Laurynas Lazauskas</Company>
<Product>Decor</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Laurynas Lazauskas</Authors>
<Description>A simple way to decorate a class with additional functionality using attributes.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/lawrence-laz/Decor.NET</PackageProjectUrl>
<PackageTags>decorator dynamic-proxy aspect-oriented-programming middleware</PackageTags>
<Copyright>Copyright 2020</Copyright>
<Version>2.0.8-preview.1</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryUrl>https://github.com/lawrence-laz/Decor.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NoWarn>CA1819</NoWarn>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.4.0" />
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="1.7.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="[4.3.4,)" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Decor.UnitTests" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Laurynas Lazauskas</Company>
<Product>Decor</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Laurynas Lazauskas</Authors>
<Description>A simple way to decorate a class with additional functionality using attributes.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/lawrence-laz/Decor.NET</PackageProjectUrl>
<PackageTags>decorator dynamic-proxy aspect-oriented-programming middleware</PackageTags>
<Copyright>Copyright 2020</Copyright>
<Version>2.0.8</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryUrl>https://github.com/lawrence-laz/Decor.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NoWarn>CA1819</NoWarn>
<PackageIcon>icon.png</PackageIcon>
<PackageIconUrl />
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.4.0" />
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="1.7.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="[4.3.4,)" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Decor.UnitTests" />
</ItemGroup>

</Project>

0 comments on commit 5efb046

Please sign in to comment.