Skip to content

Commit

Permalink
upgraded version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rivantsov committed Feb 24, 2019
1 parent 8bb194a commit cbfd1f8
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
Binary file modified Irony.GrammarExplorer/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony.Interpreter/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony.Samples.Console/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony.Samples/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony.Tests/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony.WinForms/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Irony/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Languages/Refal.UnitTests/Properties/AssemblyInfo.cs
Binary file not shown.
Binary file modified Languages/Refal/Properties/AssemblyInfo.cs
Binary file not shown.
2 changes: 1 addition & 1 deletion Nuget/PackAll.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET pver=1.0.1
SET pver=1.1.0
Echo Version: "%pver%"
del /q Nupkg\*.*
:: Need to delete some MSBuild-generated temp files (with .cs extension)
Expand Down
2 changes: 1 addition & 1 deletion Nuget/PackageSpecs/Irony.Interpreter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Irony Parser Kit, interpreter library</description>
<releaseNotes>Release candidate!</releaseNotes>
<releaseNotes>Official Release</releaseNotes>
<copyright>Copyright IronyProject, 2019</copyright>
<tags>Parser Parsing Compiler Interpreter</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Nuget/PackageSpecs/Irony.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Irony Parser Kit, core library</description>
<releaseNotes>Release candidate!</releaseNotes>
<releaseNotes>Official Release</releaseNotes>
<copyright>Copyright IronyProject, 2019</copyright>
<tags>Parser Parsing Compiler</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Nuget/PushAll.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET pver=1.0.1
SET pver=1.1.0
Echo Version: "%pver%"
dir Nupkg\*.nupkg
@echo off
Expand Down

0 comments on commit cbfd1f8

Please sign in to comment.