Compare commits
1 Commits
1.2.0-beta
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85c215382b |
@@ -13,7 +13,8 @@
|
||||
* Added support for HasEnchantment block item type
|
||||
* Added support for FracturedItem block item type
|
||||
* Added support for SynthesisedItem block item type
|
||||
* Fixed parsing of disabled Show/Hide blocks with extra information following the Show/Hide keyword (#133)</releaseNotes>
|
||||
* Fixed parsing of disabled Show/Hide blocks with extra information following the Show/Hide keyword (#133)
|
||||
* Fixed copy/pasted block styles not affecting the preview (#126) </releaseNotes>
|
||||
<dependencies />
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
@@ -11,7 +11,7 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: AssemblyVersion("1.2.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.2.0-beta1")]
|
||||
[assembly: AssemblyInformationalVersion("1.2.0")]
|
||||
|
||||
[assembly: InternalsVisibleTo("Filtration.Tests")]
|
||||
[assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]
|
||||
|
||||
Reference in New Issue
Block a user