Skip to content

Commit

Permalink
Updated build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandKoenig committed Dec 1, 2023
1 parent 15a8500 commit b899434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Param(
)

dotnet nuget push ../publish/RolandK.AvaloniaExtensions.$Version.nupkg --api-key $NugetApiKey --source https://api.nuget.org/v3/index.json
dotnet nuget push ../publish/RolandK.AvaloniaExtensions.DependencyInjection.$Version.nupkg --api-key $NugetApiKey --source https://api.nuget.org/v3/index.json
dotnet nuget push ../publish/RolandK.AvaloniaExtensions.FluentThemeDetection.$Version.nupkg --api-key $NugetApiKey --source https://api.nuget.org/v3/index.json
dotnet nuget push ../publish/RolandK.AvaloniaExtensions.DependencyInjection.$Version.nupkg --api-key $NugetApiKey --source https://api.nuget.org/v3/index.json
3 changes: 1 addition & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<!-- Version -->
<PropertyGroup>
<Version>2.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<VersionPrefix>2.0.0</VersionPrefix>
</PropertyGroup>

<!-- Nuget -->
Expand Down

0 comments on commit b899434

Please sign in to comment.