Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dekoeky committed Oct 25, 2023
1 parent 8ad6728 commit cab1467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dekoeky.hello-world/PackageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static PackageInfo Get()
{
Name = name!,
Version = version!,
AdditionalDetails = "Hello World",
};
}

Expand All @@ -32,4 +33,5 @@ public static void Print()

public string Name { get; private set; } = null!;
public Version Version { get; private set; } = null!;
public string? AdditionalDetails { get; internal set; }
}
4 changes: 2 additions & 2 deletions dekoeky.hello-world/dekoeky.hello-world.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>


<VersionPrefix>1.0.3</VersionPrefix>
<VersionSuffix>dev-001</VersionSuffix>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionSuffix>dev-002</VersionSuffix>
<UserSecretsId>5c7a50e3-da32-4a20-a8e7-ba42c44aca64</UserSecretsId>


Expand Down

0 comments on commit cab1467

Please sign in to comment.