Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Yates committed Jun 21, 2021
1 parent d86848d commit d7f109f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Shimterface/Shimterface.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>IFYates</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.6.2</Version>
<Version>1.6.3</Version>
<AssemblyVersion>1.6.3</AssemblyVersion>
<FileVersion>1.6.3</FileVersion>
<PackageProjectUrl>https://github.com/IFYates/Shimterface</PackageProjectUrl>
<RepositoryUrl>https://github.com/IFYates/Shimterface</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageReleaseNotes>[v1.6.2] Fixed issue #11 - shim of hidden method
<PackageReleaseNotes>[v1.6.3] Fixed issue #12 - shim of hidden property
[v1.6.2] Fixed issue #11 - shim of hidden method
[v1.6.1] Property and field overrides/adds can be done with methods.
[v1.6.1] MissingMemberException instead of InvalidCastException thrown for unmatched shim members.
[v1.6.0] Able to add methods/properties to shims.
[v1.6.0] Can override shim method/property from underlying implementation.</PackageReleaseNotes>
<Copyright>(c) IFYates</Copyright>
<AssemblyVersion>1.6.2</AssemblyVersion>
<FileVersion>1.6.2</FileVersion>
<Description>Utility for creating a dynamic object facade/proxy to allow for using an object as an interface that it does not explicitly implement.</Description>
<Nullable>enable</Nullable>
<RootNamespace>Shimterface</RootNamespace>
Expand Down

0 comments on commit d7f109f

Please sign in to comment.