Skip to content

Commit

Permalink
[cli] Bump version 1.1-beta, bump Vpax 1.6.0-preview1 (#127)
Browse files Browse the repository at this point in the history
* [cli] Bump Vpax vesion 1.6.0-preview1

* Bump version 1.1-beta in version.json
  • Loading branch information
albertospelta authored Jul 5, 2024
1 parent c01b9d9 commit b3000d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Dax.Vpax.CLI/Dax.Vpax.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dax.Model.Extractor" Version="1.5.1" />
<PackageReference Include="Dax.Vpax" Version="1.5.1" />
<PackageReference Include="Dax.Model.Extractor" Version="1.6.0-preview1" />
<PackageReference Include="Dax.Vpax" Version="1.6.0-preview1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Dax.Vpax.CLI/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": "1.0",
"version": "1.1-beta",
"nugetPackageVersion": {
"semVer": 2
},
Expand Down

0 comments on commit b3000d1

Please sign in to comment.