Skip to content

Releases: oformaniuk/ExpressionShortcuts

Use Source package only

22 Apr 22:07
21851c9
Compare
Choose a tag to compare
dotnet add package ExpressionShortcuts.Sources

is now replaced by

dotnet add package ExpressionShortcuts

Package now contains only internal code so it would not be available outside of package it's references in.

Fix for language compatibility

25 Mar 19:00
91ec0ed
Compare
Choose a tag to compare
1.0.3

Fix CSharp language to be v7

Introduce Nuget Source package

23 Mar 17:26
73c3d1e
Compare
Choose a tag to compare

Introduce source package for NuGet.

dotnet add package ExpressionShortcuts.Sources

Package transparently adds source files to the project it's installed in making ExpressionShortcuts available.
If you add the package to the project you're publishing to the NuGet you can hide the dependency by adding PrivateAssets="All" to the PackageReference item:

<PackageReference Include="ExpressionShortcuts.Sources" Version="1.0.1.22-beta" PrivateAssets="All" />

Initial release

15 Mar 21:38
fbf1a3b
Compare
Choose a tag to compare
1.0.1

Update Release.yml