-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Version>1.0.0-pre1</Version> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageTags>aspect lazy attribute</PackageTags> | ||
<Description> | ||
This package provides simple lazy aspect attribute. | ||
</Description> | ||
<PackageProjectUrl>https://github.com/pamidur/aspect-injector/tree/master/samples/src/Lazy</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Version>1.0.0-pre1</Version> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageTags>aspect proxy wrapper universal</PackageTags> | ||
<Description> | ||
This package provides simple universal method wrrapper aspect. | ||
</Description> | ||
<PackageProjectUrl>https://github.com/pamidur/aspect-injector/tree/master/samples/src/Notify</PackageProjectUrl> | ||
<PackageProjectUrl>https://github.com/pamidur/aspect-injector/tree/master/samples/src/Universal</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
</Project> |