Skip to content

Commit

Permalink
Update version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jul 31, 2024
1 parent 2366a0e commit e9d3498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions EasyBackupAvalonia/EasyBackupAvalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Deadpikle/EasyBackup</PackageProjectUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>A simple backup program built with Avalonia</Description>
<PackageTags>backup;avalonia;crossplatform</PackageTags>
<PackageReleaseNotes>See https://github.com/Deadpikle/EasyBackup for the latest changes.</PackageReleaseNotes>
<!-- <PackageIcon>$(AssemblyName).png</PackageIcon> -->
<PackageProjectUrl>https://github.com/Deadpikle/EasyBackup</PackageProjectUrl>
<!-- <PackageLicenseExpression>mIT</PackageLicenseExpression> -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Update="Sounds/*" CopyToOutputDirectory="PreserveNewest" />
Expand Down
1 change: 1 addition & 0 deletions dotnet-releaser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SelfContained = true
[github]
user = "Deadpikle"
repo = "EasyBackup"
version_prefix = ""
branches = ["main"]
[nuget]
publish = false
Expand Down

0 comments on commit e9d3498

Please sign in to comment.