Skip to content

Commit 3b9c086

Browse files
authored
Merge pull request #16 from metaindu/prep-release
Prep release
2 parents 4273834 + 3907c6b commit 3b9c086

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
//
5151
// You can specify all the values or you can default the Revision and Build Numbers
5252
// by using the '*' as shown below:
53-
[assembly: AssemblyVersion("0.2")]
54-
[assembly: AssemblyFileVersion("0.2.0.0")]
53+
[assembly: AssemblyVersion("0.3")]
54+
[assembly: AssemblyFileVersion("0.3.0.0")]

MetaphysicsIndustries.Giza.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<Compile Include="SupergrammarSpanner.cs" />
7777
<Content Include="BinarySpanner example grammar.txt" />
7878
<Content Include="BinarySpannerGrammar.txt" />
79-
<Content Include="BitmapBinaryGrammar.txt" />
8079
<Compile Include="GrammarCompiler.cs" />
8180
<Compile Include="Node.cs" />
8281
<Compile Include="NDefinition.cs" />
@@ -149,6 +148,8 @@
149148
<ItemGroup>
150149
<Content Include="CppCliGrammar.txt" />
151150
<Content Include="ExeBinaryGrammar.txt" />
151+
<Content Include="MetaphysicsIndustries.Giza.nuspec" />
152+
<Content Include="release.sh" />
152153
<Content Include="render_grammars.sh" />
153154
<Content Include="Supergrammar.txt" />
154155
</ItemGroup>

MetaphysicsIndustries.Giza.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USA
3232
<icon>images/logo.png</icon>
3333
<requireLicenseAcceptance>false</requireLicenseAcceptance>
3434
<description>A parser system</description>
35-
<releaseNotes>Initial release</releaseNotes>
35+
<releaseNotes>Bug fix regarding subsequent skippable expression items</releaseNotes>
3636
<copyright>Copyright 2021 izrik and Metaphysics Industries, Inc.</copyright>
3737
<tags>parser lexer grammar</tags>
3838
<dependencies>

0 commit comments

Comments
 (0)