We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a36beb commit 97d8805Copy full SHA for 97d8805
src/Pose/Pose.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<Title>Pose</Title>
4
- <Description>A lightweight unconstrained isolation framework for .NET Standard</Description>
5
- <VersionPrefix>1.0.0</VersionPrefix>
+ <Description>Replace any .NET method (including static and non-virtual) with a delegate</Description>
+ <PackageVersion>1.0.1</PackageVersion>
6
<TargetFramework>netstandard2.0</TargetFramework>
7
<DebugType>portable</DebugType>
8
<AssemblyName>Pose</AssemblyName>
0 commit comments