Skip to content

Commit

Permalink
1.0.0-preview5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Feb 13, 2024
1 parent 40cd01a commit 5329e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Beutl.Api/Services/CoreLibraries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static IEnumerable<Dependency> CollectPackageDependencies()
}

#if DEBUG
library.Add(new("Beutl.Sdk", "1.0.0-preview4"));
library.Add(new("Beutl.Sdk", "1.0.0-preview5"));
#else
library.Add(new("Beutl.Sdk", GitVersionInformation.NuGetVersionV2));
#endif
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.0-preview4",
"version": "1.0.0-preview5",
"nugetPackageVersion": {
"semVer": 2,
"precision": "build" // optional. Use when you want to use a more or less precise package version than the default major.minor.build.
Expand Down

0 comments on commit 5329e41

Please sign in to comment.