Skip to content

Commit

Permalink
chore: Version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcaneTSGK committed Jul 30, 2024
1 parent b3c0902 commit 3673d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
var target = Argument("target", "Pack");
var configuration = Argument("configuration", "Release");

var assemblyVersion = "0.0.1";
var packageVersion = "0.0.1";
var assemblyVersion = "1.0.0";
var packageVersion = "1.0.0";

var artifactsDir = MakeAbsolute(Directory("artifacts"));
var packagesDir = artifactsDir.Combine(Directory("packages"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.0</Version>
<Description>A library that allows easy registration of Minimal API endpoints that are versioned.</Description>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 3673d70

Please sign in to comment.