Releases: hannasm/ExpressiveReflectionDotnet
Releases · hannasm/ExpressiveReflectionDotnet
2.0.1
2.0.0
1.4.0
1.3.3
1.3.1
fix nuget package
thats it
Source package comment typo
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
formatting reamde change to readme formatting
Sources format changes again
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
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