Skip to content

Releases: hannasm/ExpressiveReflectionDotnet

2.0.1

08 Jan 00:44
Compare
Choose a tag to compare

basically just removing the sources package because required features are not available in dotnet core

2.0.0

28 Sep 03:50
Compare
Choose a tag to compare
Rewrite of all the stuff for handling nuspec files / version numbers …

1.4.0

31 Jan 03:30
Compare
Choose a tag to compare
Hit some need for looking up a generic method, and only have a Type[]…

1.3.3

30 Jan 03:45
Compare
Choose a tag to compare
Update Transmute() code in all affected reflection apis, with fix for…

1.3.1

19 Jan 04:48
Compare
Choose a tag to compare

Some bug fixes for Transmute() Methods

fix nuget package

10 Mar 05:42
Compare
Choose a tag to compare

Source package comment typo

02 Feb 05:23
Compare
Choose a tag to compare
Sources Package Comment Fix

There was an issue with the comment generated by the sources nuget
package that needed fixed
bumped version again

Source format changes again

02 Feb 04:55
Compare
Choose a tag to compare
formatting reamde

change to readme formatting

Sources format changes again

30 Jan 20:45
Compare
Choose a tag to compare
Sources Formatting Attempt 3

The last version of the sources package didn't work right when multiple
projects included the same package in one solution so rewriting stuff
again to use .pp source code transformations by rewriting the .cs files
into .pp files during the 'generateNugetPackages.ps1' code, which is
probably a better approach anyway
removing installSources.ps1 since this isn't necesarry now
Bumping version 1.2.3

Sources Distribution Format Changes

30 Jan 20:26
Compare
Choose a tag to compare
Source Distribution Format Rewrite

Rewrote the source distribution format so that all expressive reflection
classes are wrapped inside of the parent projects root namespace, which
will prevent issues with namespacing clashes if this source package ends
up included multiple times in the same project.
Updated using directives with the global:: specifier, making sure that,
even if the root namespace of the package referencing the project inside
of the source package has a System namespace defined, the proper
namespace will be resolved
revised the snippet for setting classes public only for the assembly
build to be less verbose
updated nupsec generator script to include the InstallSources.ps1 file
in the nuspec of the sources package
new InstallSources.ps1 script makes the appropriate source code
transformations and updates the nuspec package during installation so
that the namespacing rules are respected, and there aren't any issues
while uninstalling the package later on
Updated version to 1.2.2