Skip to content

Commit

Permalink
Bump VPAX version 1.4.0 (#8)
Browse files Browse the repository at this point in the history
* Bump VPAX version 1.4.0

* Bump obfuscator version 0.3
  • Loading branch information
albertospelta authored Feb 23, 2024
1 parent 25f8be8 commit f94b293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dax.Vpax.Obfuscator/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.2-beta",
"version": "0.3-beta",
"nugetPackageVersion": {
"semVer": 2.0
},
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageVersion Include="Dax.Vpax" Version="1.4.0-preview1" />
<PackageVersion Include="Dax.Vpax" Version="1.4.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<!-- Global package references -->
Expand Down

0 comments on commit f94b293

Please sign in to comment.